Skip to content

Commit 72eabc7

Browse files
committedSep 14, 2023
fix: update dependencies
Signed-off-by: prisis <d.bannert@anolilab.de>
1 parent 01d4824 commit 72eabc7

File tree

10 files changed

+679
-2141
lines changed

10 files changed

+679
-2141
lines changed
 

‎package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -84,37 +84,37 @@
8484
"test:stylelint-config": "pnpm --filter \"stylelint-config\" run test"
8585
},
8686
"dependencies": {
87-
"@babel/cli": "^7.22.10",
88-
"@babel/core": "^7.22.11",
89-
"@babel/preset-env": "^7.22.10",
87+
"@babel/cli": "^7.22.15",
88+
"@babel/core": "^7.22.17",
89+
"@babel/preset-env": "^7.22.15",
9090
"@commitlint/cli": "^17.7.1",
9191
"@commitlint/config-conventional": "^17.7.0",
9292
"@commitlint/core": "^17.7.1",
9393
"@nrwl/cli": "latest",
94-
"@nrwl/js": "^16.7.4",
95-
"@nrwl/nx-cloud": "16.3.0",
96-
"@nrwl/tao": "16.7.4",
97-
"@nrwl/workspace": "16.7.4",
94+
"@nrwl/js": "^16.8.1",
95+
"@nrwl/nx-cloud": "16.4.0",
96+
"@nrwl/tao": "16.8.1",
97+
"@nrwl/workspace": "16.8.1",
9898
"@qiwi/multi-semantic-release": "^7.0.0",
9999
"@secretlint/secretlint-rule-preset-recommend": "^7.0.7",
100100
"@tsconfig/node16": "^16.1.1",
101101
"@tsconfig/strictest": "^2.0.2",
102102
"@types/node": "16.18.36",
103-
"@vitest/coverage-v8": "^0.34.3",
103+
"@vitest/coverage-v8": "^0.34.4",
104104
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
105105
"c8": "^8.0.1",
106106
"commitizen": "^4.3.0",
107107
"conventional-changelog-conventionalcommits": "6.1.0",
108108
"cross-env": "^7.0.3",
109109
"cz-conventional-changelog": "^3.3.0",
110-
"eslint": "^8.48.0",
110+
"eslint": "^8.49.0",
111111
"eslint-plugin-etc": "^2.0.3",
112112
"eslint-plugin-typescript-sort-keys": "^3.0.0",
113-
"eslint-plugin-vitest": "^0.3.0",
113+
"eslint-plugin-vitest": "^0.3.1",
114114
"husky": "^8.0.3",
115115
"is-ci": "^3.0.1",
116116
"lint-staged": "^14.0.1",
117-
"nx": "16.7.4",
117+
"nx": "16.8.1",
118118
"postcss": "^8.4.29",
119119
"prettier": "^3.0.3",
120120
"read-pkg": "^8.0.0",
@@ -126,7 +126,7 @@
126126
"textlint": "^13.3.3",
127127
"tsup": "^7.2.0",
128128
"typescript": "5.2.2",
129-
"vitest": "^0.34.3"
129+
"vitest": "^0.34.4"
130130
},
131131
"packageManager": "pnpm@8.7.5",
132132
"engines": {

‎packages/babel-preset/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
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.22.10",
65-
"@babel/plugin-proposal-export-default-from": "^7.22.5",
64+
"@babel/plugin-proposal-decorators": "^7.22.15",
65+
"@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",
6868
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
@@ -74,21 +74,21 @@
7474
"@babel/plugin-syntax-async-generators": "^7.8.4",
7575
"@babel/plugin-syntax-bigint": "^7.8.3",
7676
"@babel/plugin-transform-arrow-functions": "^7.22.5",
77-
"@babel/plugin-transform-block-scoping": "^7.22.10",
78-
"@babel/plugin-transform-classes": "^7.22.6",
77+
"@babel/plugin-transform-block-scoping": "^7.22.15",
78+
"@babel/plugin-transform-classes": "^7.22.15",
7979
"@babel/plugin-transform-computed-properties": "^7.22.5",
80-
"@babel/plugin-transform-destructuring": "^7.22.10",
80+
"@babel/plugin-transform-destructuring": "^7.22.15",
8181
"@babel/plugin-transform-exponentiation-operator": "^7.22.5",
82-
"@babel/plugin-transform-for-of": "^7.22.5",
82+
"@babel/plugin-transform-for-of": "^7.22.15",
8383
"@babel/plugin-transform-jscript": "^7.22.5",
8484
"@babel/plugin-transform-member-expression-literals": "^7.22.5",
85-
"@babel/plugin-transform-parameters": "^7.22.5",
85+
"@babel/plugin-transform-parameters": "^7.22.15",
8686
"@babel/plugin-transform-property-literals": "^7.22.5",
87-
"@babel/plugin-transform-property-mutators": "^7.22.5",
87+
"@babel/plugin-transform-property-mutators": "^7.22.15",
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.10",
91+
"@babel/preset-env": "^7.22.15",
9292
"babel-plugin-annotate-pure-calls": "^0.4.0",
9393
"babel-plugin-dev-expression": "^0.2.3",
9494
"babel-plugin-macros": "^3.1.0",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"devDependencies": {
6363
"@anolilab/semantic-release-preset": "6.0.5",
6464
"browserslist": "4.21.10",
65-
"caniuse-lite": "^1.0.30001533",
65+
"caniuse-lite": "^1.0.30001534",
6666
"cross-env": "^7.0.3",
6767
"rimraf": "^5.0.1",
6868
"semantic-release": "^21.1.1",

‎packages/commitlint-config/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
### Bug Fixes
55

6-
* **deps:** update dependency conventional-changelog-conventionalcommits to v7 ([#749](https://github.com/anolilab/javascript-style-guide/issues/749)) ([ca57778](https://github.com/anolilab/javascript-style-guide/commit/ca5777809d0c1087dabb1ae191c7466c086b09e9))
6+
* **deps:** update dependency conventional-changelog-conventionalcommits to v7 ([#749](https://github.com/anolilab/javascript-style-guide/issues/749)) ([ca57778](https://github.com/anolilab/javascript-style-guide/commit/ca5777809d0c1087dabb1ae191c7466c086b09e9)) (reverted)
77
* fix for https://github.com/semantic-release/semantic-release/issues/2929 ([05c0392](https://github.com/anolilab/javascript-style-guide/commit/05c0392c4a564cbf556f6d5dfab46919002cad48))
88
* updated dependencies to latest versions ([509bb76](https://github.com/anolilab/javascript-style-guide/commit/509bb763780a2fa85a275d8e91cc0525cc57e29f))
99

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@
119119
"lint-staged": "^13.x || ^14.0.0"
120120
},
121121
"optionalDependencies": {
122-
"eslint": "^8.48.0",
123-
"jest": "^29.6.4",
122+
"eslint": "^8.49.0",
123+
"jest": "^29.7.0",
124124
"prettier": "^3.0.3",
125125
"secretlint": "^7.0.7",
126126
"stylelint": "^15.10.3",

‎packages/semantic-release-preset/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
### Bug Fixes
55

6-
* **deps:** update dependency conventional-changelog-conventionalcommits to v7 ([#749](https://github.com/anolilab/javascript-style-guide/issues/749)) ([ca57778](https://github.com/anolilab/javascript-style-guide/commit/ca5777809d0c1087dabb1ae191c7466c086b09e9))
6+
* **deps:** update dependency conventional-changelog-conventionalcommits to v7 ([#749](https://github.com/anolilab/javascript-style-guide/issues/749)) ([ca57778](https://github.com/anolilab/javascript-style-guide/commit/ca5777809d0c1087dabb1ae191c7466c086b09e9)) (reverted)
77
* fix for https://github.com/semantic-release/semantic-release/issues/2929 ([05c0392](https://github.com/anolilab/javascript-style-guide/commit/05c0392c4a564cbf556f6d5dfab46919002cad48))
88
* updated dependencies to latest versions ([509bb76](https://github.com/anolilab/javascript-style-guide/commit/509bb763780a2fa85a275d8e91cc0525cc57e29f))
99

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@semantic-release/commit-analyzer": "^10.0.4",
7676
"@semantic-release/exec": "^6.0.3",
7777
"@semantic-release/git": "^10.0.1",
78-
"@semantic-release/github": "^9.0.4",
78+
"@semantic-release/github": "^9.0.5",
7979
"@semantic-release/npm": "^10.0.5",
8080
"@semantic-release/release-notes-generator": "^11.0.7",
8181
"conventional-changelog-conventionalcommits": "6.1.0"

‎packages/stylelint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"stylelint-require-units": "^1.0.2",
116116
"stylelint-selector-no-empty": "^1.0.9",
117117
"tsup": "^7.2.0",
118-
"vitest": "^0.34.3"
118+
"vitest": "^0.34.4"
119119
},
120120
"devDependencies": {
121121
"@anolilab/semantic-release-preset": "6.0.5",

‎packages/textlint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"textlint-rule-no-dead-link": "^5.1.2",
8383
"textlint-rule-no-empty-section": "^1.1.0",
8484
"textlint-rule-no-todo": "^2.0.1",
85-
"textlint-rule-terminology": "^3.0.5",
85+
"textlint-rule-terminology": "^4.0.0",
8686
"textlint-rule-write-good": "^2.0.0",
8787
"write-good": "^1.0.8"
8888
},

‎pnpm-lock.yaml

+650-2,112
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.