Skip to content

Commit

Permalink
build(dev-deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 25, 2024
1 parent a75f489 commit a6db9c3
Show file tree
Hide file tree
Showing 9 changed files with 1,610 additions and 1,046 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge_release_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Merge pull request
uses: pascalgn/automerge-action@v0.16.2
uses: pascalgn/automerge-action@v0.16.3
# https://github.com/pascalgn/automerge-action#configuration
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
595 changes: 298 additions & 297 deletions .yarn/releases/yarn-4.1.0.cjs → .yarn/releases/yarn-4.2.2.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.1.0.cjs
yarnPath: .yarn/releases/yarn-4.2.2.cjs
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,23 @@
"test:lint": "yarn prettier --check ."
},
"devDependencies": {
"@commitlint/config-conventional": "18.6.0",
"@commitlint/config-conventional": "18.6.3",
"@ivangabriele/commitlint-config": "2.0.3",
"@ivangabriele/prettier-config": "5.0.0",
"@ivangabriele/prettier-config": "5.0.1",
"@ivangabriele/semantic-release-config-monorepo": "workspace:*",
"commitlint": "18.6.0",
"husky": "9.0.10",
"lint-staged": "15.2.2",
"commitlint": "18.6.1",
"husky": "9.0.11",
"lint-staged": "15.2.5",
"prettier": "3.2.5",
"semantic-release": "23.0.2"
"semantic-release": "23.1.1"
},
"resolutions": {
"minimist": ">=1.2.6"
},
"lint-staged": {
"*.{json,md,yaml,yml}": "prettier --write"
},
"packageManager": "yarn@4.1.0",
"packageManager": "yarn@4.2.2",
"prettier": "@ivangabriele/prettier-config",
"release": {
"extends": "@ivangabriele/semantic-release-config-monorepo"
Expand Down
4 changes: 2 additions & 2 deletions packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "11.1.0",
"@semantic-release/github": "9.2.6",
"@semantic-release/npm": "11.0.2",
"@semantic-release/npm": "11.0.3",
"@semantic-release/release-notes-generator": "12.1.0",
"semantic-release": "23.0.2"
"semantic-release": "23.1.1"
},
"peerDependencies": {
"semantic-release": "^23"
Expand Down
4 changes: 2 additions & 2 deletions packages/dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"@semantic-release/commit-analyzer": "11.1.0",
"@semantic-release/exec": "6.0.3",
"@semantic-release/github": "9.2.6",
"@semantic-release/npm": "11.0.2",
"@semantic-release/npm": "11.0.3",
"@semantic-release/release-notes-generator": "12.1.0",
"semantic-release": "23.0.2"
"semantic-release": "23.1.1"
},
"peerDependencies": {
"semantic-release": "^23"
Expand Down
6 changes: 3 additions & 3 deletions packages/monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
"@semantic-release/exec": "6.0.3",
"@semantic-release/github": "9.2.6",
"@semantic-release/release-notes-generator": "12.1.0",
"semantic-release": "23.0.2"
"semantic-release": "23.1.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-commonjs": "25.0.8",
"@rollup/plugin-inject": "5.0.5",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "15.2.3",
"@types/fs-extra": "11.0.4",
"chalk": "5.3.0",
"esm-path": "1.0.1",
"fs-extra": "11.2.0",
"rollup": "4.9.6",
"rollup": "4.18.0",
"rollup-plugin-inject": "3.0.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/no-npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "11.1.0",
"@semantic-release/github": "9.2.6",
"@semantic-release/npm": "11.0.2",
"@semantic-release/npm": "11.0.3",
"@semantic-release/release-notes-generator": "12.1.0",
"semantic-release": "23.0.2"
"semantic-release": "23.1.1"
},
"peerDependencies": {
"semantic-release": "^23"
Expand Down
Loading

0 comments on commit a6db9c3

Please sign in to comment.