Skip to content

Commit 8d87ed0

Browse files
committedOct 31, 2023
fix: update package deps
Signed-off-by: prisis <d.bannert@anolilab.de>
1 parent 7494185 commit 8d87ed0

File tree

13 files changed

+984
-2220
lines changed

13 files changed

+984
-2220
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ common/autoinstallers/*/.npmrc
116116
!.yarn/sdks
117117
!.yarn/versions
118118
.pnp.*
119+
.nx
119120

120121
/.idea
121122

‎.ncurc.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
22
"upgrade": true,
3-
"reject": ["read-pkg", "read-pkg-up", "find-up", "@types/node"]
3+
"reject": ["read-pkg", "read-pkg-up", "find-up", "@types/node"],
4+
"workspaces": true,
5+
"root": true
46
}

‎package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -86,16 +86,16 @@
8686
"dependencies": {
8787
"@anolilab/multi-semantic-release": "^1.0.2",
8888
"@babel/cli": "^7.23.0",
89-
"@babel/core": "^7.23.0",
90-
"@babel/preset-env": "^7.22.20",
91-
"@commitlint/cli": "^17.7.2",
92-
"@commitlint/config-conventional": "^17.7.0",
93-
"@commitlint/core": "^17.7.2",
89+
"@babel/core": "^7.23.2",
90+
"@babel/preset-env": "^7.23.2",
91+
"@commitlint/cli": "^18.2.0",
92+
"@commitlint/config-conventional": "^18.1.0",
93+
"@commitlint/core": "^18.2.0",
9494
"@nrwl/cli": "latest",
95-
"@nrwl/js": "^16.10.0",
95+
"@nrwl/js": "^17.0.2",
9696
"@nrwl/nx-cloud": "16.5.2",
97-
"@nrwl/tao": "16.10.0",
98-
"@nrwl/workspace": "16.10.0",
97+
"@nrwl/tao": "17.0.2",
98+
"@nrwl/workspace": "17.0.2",
9999
"@secretlint/secretlint-rule-preset-recommend": "^7.0.7",
100100
"@tsconfig/node16": "^16.1.1",
101101
"@tsconfig/strictest": "^2.0.2",
@@ -106,23 +106,23 @@
106106
"conventional-changelog-conventionalcommits": "7.0.2",
107107
"cross-env": "^7.0.3",
108108
"cz-conventional-changelog": "^3.3.0",
109-
"eslint": "^8.50.0",
109+
"eslint": "^8.52.0",
110110
"eslint-plugin-editorconfig": "^4.0.3",
111111
"eslint-plugin-etc": "^2.0.3",
112-
"eslint-plugin-vitest": "^0.3.2",
112+
"eslint-plugin-vitest": "^0.3.8",
113113
"eslint-plugin-vitest-globals": "^1.4.0",
114114
"husky": "^8.0.3",
115115
"is-ci": "^3.0.1",
116-
"lint-staged": "^15.0.0",
117-
"nx": "16.10.0",
116+
"lint-staged": "^15.0.2",
117+
"nx": "17.0.2",
118118
"postcss": "^8.4.31",
119119
"prettier": "^3.0.3",
120120
"read-pkg": "^8.0.0",
121121
"rimraf": "^5.0.5",
122122
"secretlint": "7.0.7",
123-
"semantic-release": "^22.0.5",
123+
"semantic-release": "^22.0.6",
124124
"sort-package-json": "^2.6.0",
125-
"stylelint": "^15.10.3",
125+
"stylelint": "^15.11.0",
126126
"textlint": "^13.3.3",
127127
"tsup": "^7.2.0",
128128
"typescript": "5.2.2",
@@ -162,7 +162,7 @@
162162
"load-tsconfig": "^0.2.5",
163163
"vite": "4.3.4",
164164
"cosmiconfig-typescript-loader": "^4.3.0",
165-
"semantic-release": "^22.0.5",
165+
"semantic-release": "^22.0.6",
166166
"conventional-changelog-conventionalcommits": "7.0.2"
167167
}
168168
}

‎packages/babel-preset/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@babel/helper-plugin-utils": "^7.22.5",
6262
"@babel/plugin-proposal-class-properties": "^7.18.6",
6363
"@babel/plugin-proposal-class-static-block": "^7.21.0",
64-
"@babel/plugin-proposal-decorators": "^7.23.0",
64+
"@babel/plugin-proposal-decorators": "^7.23.2",
6565
"@babel/plugin-proposal-export-default-from": "^7.22.17",
6666
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
6767
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
@@ -88,11 +88,11 @@
8888
"@babel/plugin-transform-shorthand-properties": "^7.22.5",
8989
"@babel/plugin-transform-spread": "^7.22.5",
9090
"@babel/plugin-transform-template-literals": "^7.22.5",
91-
"@babel/preset-env": "^7.22.20",
91+
"@babel/preset-env": "^7.23.2",
9292
"babel-plugin-annotate-pure-calls": "^0.4.0",
9393
"babel-plugin-dev-expression": "^0.2.3",
9494
"babel-plugin-macros": "^3.1.0",
95-
"babel-plugin-polyfill-regenerator": "^0.5.2"
95+
"babel-plugin-polyfill-regenerator": "^0.5.3"
9696
},
9797
"devDependencies": {
9898
"@anolilab/semantic-release-preset": "8.0.0",
@@ -102,13 +102,13 @@
102102
"@babel/plugin-transform-typescript": "7.22.15",
103103
"@babel/preset-react": "7.22.15",
104104
"@babel/preset-typescript": "7.23.2",
105-
"@types/babel__core": "^7.20.2",
106-
"babel-plugin-polyfill-corejs3": "^0.8.5",
105+
"@types/babel__core": "^7.20.3",
106+
"babel-plugin-polyfill-corejs3": "^0.8.6",
107107
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
108-
"core-js": "^3.33.0",
108+
"core-js": "^3.33.2",
109109
"cross-env": "^7.0.3",
110110
"rimraf": "^5.0.5",
111-
"semantic-release": "^22.0.5",
111+
"semantic-release": "^22.0.6",
112112
"tsup": "^7.2.0",
113113
"typescript": "^5.2.2",
114114
"vitest": "^0.34.6"

‎packages/browserslist-config-anolilab/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@
6262
"devDependencies": {
6363
"@anolilab/semantic-release-preset": "8.0.0",
6464
"browserslist": "4.22.1",
65-
"caniuse-lite": "^1.0.30001549",
65+
"caniuse-lite": "^1.0.30001559",
6666
"cross-env": "^7.0.3",
6767
"rimraf": "^5.0.5",
68-
"semantic-release": "^22.0.5",
68+
"semantic-release": "^22.0.6",
6969
"tsup": "^7.2.0",
7070
"vitest": "^0.34.6"
7171
},

‎packages/commitlint-config/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@
5454
},
5555
"dependencies": {
5656
"@anolilab/package-json-utils": "3.0.7",
57-
"@commitlint/config-conventional": "^17.7.0",
58-
"@commitlint/core": "^17.7.2",
57+
"@commitlint/config-conventional": "^18.1.0",
58+
"@commitlint/core": "^18.2.0",
5959
"commitizen": "^4.3.0",
6060
"conventional-changelog-conventionalcommits": "7.0.2",
6161
"cz-conventional-changelog": "^3.3.0"
6262
},
6363
"devDependencies": {
6464
"@anolilab/semantic-release-preset": "8.0.0",
65-
"@commitlint/cli": "^17.8.0",
65+
"@commitlint/cli": "^18.2.0",
6666
"rimraf": "^5.0.5",
6767
"tsup": "^7.2.0",
6868
"vitest": "^0.34.6"

‎packages/lint-staged-config/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -101,16 +101,16 @@
101101
"devDependencies": {
102102
"@anolilab/semantic-release-preset": "8.0.0",
103103
"@total-typescript/ts-reset": "^0.5.1",
104-
"@types/lint-staged": "^13.2.0",
105-
"@types/shell-quote": "^1.7.2",
104+
"@types/lint-staged": "^13.2.1",
105+
"@types/shell-quote": "^1.7.3",
106106
"@vitest/coverage-v8": "^0.34.6",
107107
"cross-env": "^7.0.3",
108108
"husky": "^8.0.3",
109-
"lint-staged": "^14.0.1",
109+
"lint-staged": "^15.0.2",
110110
"rimraf": "^5.0.5",
111-
"semantic-release": "^22.0.5",
111+
"semantic-release": "^22.0.6",
112112
"tsup": "^7.2.0",
113-
"type-fest": "^4.4.0",
113+
"type-fest": "^4.6.0",
114114
"typescript": "5.2.2",
115115
"vitest": "^0.34.6"
116116
},

‎packages/package-json-utils/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
"read-pkg-up": "^7.0.1"
6262
},
6363
"devDependencies": {
64-
"@commitlint/cli": "^17.8.0",
65-
"@commitlint/config-conventional": "^17.8.0",
66-
"@commitlint/core": "^17.8.0",
64+
"@commitlint/cli": "^18.2.0",
65+
"@commitlint/config-conventional": "^18.1.0",
66+
"@commitlint/core": "^18.2.0",
6767
"@semantic-release/changelog": "^6.0.3",
6868
"@semantic-release/commit-analyzer": "^11.0.0",
6969
"@semantic-release/exec": "^6.0.3",
@@ -76,7 +76,7 @@
7676
"cross-env": "^7.0.3",
7777
"cz-conventional-changelog": "^3.3.0",
7878
"rimraf": "^5.0.5",
79-
"semantic-release": "^22.0.5",
79+
"semantic-release": "^22.0.6",
8080
"semantic-release-conventional-commits": "^3.0.0",
8181
"tsup": "^7.2.0",
8282
"typescript": "^5.2.2",

‎packages/prettier-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@anolilab/semantic-release-preset": "8.0.0",
6464
"prettier": "^3.0.3",
6565
"rimraf": "^5.0.5",
66-
"semantic-release": "^22.0.5",
66+
"semantic-release": "^22.0.6",
6767
"tsup": "^7.2.0",
6868
"vitest": "^0.34.6"
6969
},

‎packages/semantic-release-preset/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
},
8383
"devDependencies": {
8484
"rimraf": "^5.0.5",
85-
"semantic-release": "^22.0.5",
85+
"semantic-release": "^22.0.6",
8686
"tsup": "^7.2.0",
8787
"vitest": "^0.34.6"
8888
},

‎packages/stylelint-config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@
121121
"@anolilab/semantic-release-preset": "8.0.0",
122122
"postcss": "^8.4.31",
123123
"rimraf": "^5.0.5",
124-
"semantic-release": "^22.0.5",
125-
"stylelint": "15.10.3",
124+
"semantic-release": "^22.0.6",
125+
"stylelint": "15.11.0",
126126
"vitest": "^0.34.6"
127127
},
128128
"peerDependencies": {

‎packages/textlint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"devDependencies": {
9090
"@anolilab/semantic-release-preset": "8.0.0",
9191
"rimraf": "^5.0.5",
92-
"semantic-release": "^22.0.5",
92+
"semantic-release": "^22.0.6",
9393
"textlint": "^13.3.3",
9494
"tsup": "^7.2.0",
9595
"vitest": "^0.34.6"

‎pnpm-lock.yaml

+939-2,178
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.