Skip to content

Commit

Permalink
refactor: update dependencies
Browse files Browse the repository at this point in the history
This also gets rid of `@favware/conventional-changelog-angular-custom`
because conventional-recommended-bump finally has a programmatic api
that allows passing all custom config to the function itself
  • Loading branch information
favna committed Aug 29, 2023
1 parent 15fcbb3 commit 9dbeb18
Show file tree
Hide file tree
Showing 27 changed files with 530 additions and 1,154 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ CHANGELOG.md
.turbo
dist/
coverage/
conventional-changelog-angular-custom/
4 changes: 0 additions & 4 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,8 @@ jobs:
run: yarn --immutable
- name: Build package
run: yarn build
- name: Patch @favware/conventional-changelog-angular
run: yarn workspace:prepack
- name: Bump Version
run: node . --preid "next.$(git rev-parse --verify --short HEAD)" -v
- name: Unpatch @favware/conventional-changelog-angular
run: yarn workspace:postpack
- name: Publish to Yarnpkg
run: |
yarn config set npmAuthToken ${NODE_AUTH_TOKEN}
Expand Down
3 changes: 1 addition & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
CHANGELOG.md
*.hbs
.turbo
.yarn/
dist/
coverage/
conventional-changelog-angular-custom/templates/
conventional-changelog-angular-custom/parser-opts.js
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,4 +339,4 @@ Thank you to all the people who already contributed to Sapphire!
https://github.com/favware/esbuild-plugin-version-injector
[discordjs]:
https://github.com/discordjs/discord.js/tree/main/packages/discord.js
[angular-preset-custom]: ./conventional-changelog-angular-custom/
[angular-preset-custom]: ./src/commands/get-conventional-bump.ts
16 changes: 0 additions & 16 deletions conventional-changelog-angular-custom/LICENSE.md

This file was deleted.

128 changes: 0 additions & 128 deletions conventional-changelog-angular-custom/README.md

This file was deleted.

This file was deleted.

This file was deleted.

14 changes: 0 additions & 14 deletions conventional-changelog-angular-custom/index.js

This file was deleted.

43 changes: 0 additions & 43 deletions conventional-changelog-angular-custom/package.json

This file was deleted.

9 changes: 0 additions & 9 deletions conventional-changelog-angular-custom/parser-opts.js

This file was deleted.

15 changes: 0 additions & 15 deletions conventional-changelog-angular-custom/patches/custom-changes.js

This file was deleted.

15 changes: 0 additions & 15 deletions conventional-changelog-angular-custom/patches/restore-changes.js

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 9dbeb18

Please sign in to comment.