Skip to content

Commit

Permalink
fix: Various changes made
Browse files Browse the repository at this point in the history
* build(deps-dev): bump lint-staged from 10.5.2 to 10.5.3

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.5.2 to 10.5.3.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](lint-staged/lint-staged@v10.5.2...v10.5.3)

Signed-off-by: dependabot[bot] <support@github.com>

* build(actions): Update codeql workflow

* build(actions): Update gradle workflow

* build(BB-13): Remove project and classpath and then ignore it

* fix(BB-12): Change LICENCE in build.gradle to MIT

* docs(contributing): Started initial outline

* docs(contributing): Started intellij setup

* docs(BB-11): Updated CONTRIBUTING.md

* docs(contributing): Finished contributing guide

* docs(contributing): Removed change guidelines link

* build(deps): Added remark as dev-dep

* docs(contributing): Removed linter errors

* build(deps-dev): bump husky from 4.3.0 to 4.3.5

Bumps [husky](https://github.com/typicode/husky) from 4.3.0 to 4.3.5.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v4.3.0...v4.3.5)

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump discord4j-core from 3.1.2 to 3.1.3

Bumps [discord4j-core](https://github.com/Discord4J/Discord4J) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/Discord4J/Discord4J/releases)
- [Commits](Discord4J/Discord4J@3.1.2...3.1.3)

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump sqlite-jdbc from 3.32.3.2 to 3.32.3.3

Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.32.3.2 to 3.32.3.3.
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)
- [Commits](xerial/sqlite-jdbc@3.32.3.2...3.32.3.3)

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump actions/setup-node from v2.1.2 to v2.1.3

Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.2 to v2.1.3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v2.1.2...27082ce)

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump sqlite-jdbc from 3.32.3.3 to 3.34.0

Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.32.3.3 to 3.34.0.
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)
- [Commits](xerial/sqlite-jdbc@3.32.3.3...3.34.0)

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump ini from 1.3.5 to 1.3.8

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](npm/ini@v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps-dev): bump husky from 4.3.5 to 4.3.6

Bumps [husky](https://github.com/typicode/husky) from 4.3.5 to 4.3.6.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v4.3.5...v4.3.6)

Signed-off-by: dependabot[bot] <support@github.com>

* chore(templates): Updated bug report

* chore(templates): Updated bug report

* chore(templates): Updated feature request

* chore(templates): Add PR template

* docs(readme): Update header of readme

* docs(readme): 🚧 updated readme

* docs(readme): finished readme

* fix(core): Stop updating major versions without "--updateMajor" arg

* fix(core): Removed random announcements allow user to choose

* build: Add fossa to ci

* build: Update fossa to skip tests

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
bendavies99 and dependabot[bot] committed Dec 16, 2020
1 parent 392585b commit 827a1ca
Show file tree
Hide file tree
Showing 19 changed files with 1,664 additions and 509 deletions.
6 changes: 0 additions & 6 deletions .classpath

This file was deleted.

5 changes: 5 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew assemble
- name: Run FOSSA scan and upload build data
uses: fossa-contrib/fossa-action@v1
with:
fossa-api-key: ${{ secrets.FOSSA_API_KEY }}
skip-test: true
- name: Deploy with Semantic Release
run: npm run release
env:
Expand Down
Loading

0 comments on commit 827a1ca

Please sign in to comment.