Skip to content

Commit

Permalink
chore: bump deps and default node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ernscht committed Oct 7, 2024
1 parent c11a017 commit 208adb4
Show file tree
Hide file tree
Showing 18 changed files with 774 additions and 759 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.17.0
20.18.0
1,459 changes: 737 additions & 722 deletions package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.17.0
20.18.0
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"svg4everybody": "2.1.9"<% } %>
},
"devDependencies": {<% if (options.jsCompiler === 'js') { %>
"@babel/eslint-parser": "7.25.1",<% } %>
"@babel/eslint-parser": "7.25.7",<% } %>
"@merkle-open/eslint-config": "4.0.0",
"@merkle-open/html-validate-config": "1.0.2",
"@merkle-open/prettier-config": "1.2.1",
Expand All @@ -116,8 +116,8 @@
"cypress": "13.15.0",
"cz-conventional-changelog": "3.3.0",
"env-linter": "2.0.0",
"eslint": "8.57.0",
"eslint-plugin-import": "2.30.0",
"eslint": "8.57.1",
"eslint-plugin-import": "2.31.0",
"extend": "3.0.2",
"generator-nitro": "<%= version %>",
"gulp": "5.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"cross-env": "7.0.3",
"extend": "3.0.2",
"hbs": "4.2.0",
"i18next": "23.15.1",
"i18next": "23.15.2",
"npm-run-all": "4.1.5"
}
}
6 changes: 3 additions & 3 deletions packages/generator-nitro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
"devDependencies": {
"@merkle-open/eslint-config": "4.0.0",
"ejs": "3.1.10",
"eslint": "8.57.0",
"eslint-plugin-import": "2.30.0",
"eslint": "8.57.1",
"eslint-plugin-import": "2.31.0",
"fs-extra": "11.2.0",
"jasmine": "5.3.0",
"jasmine": "5.3.1",
"yeoman-assert": "3.1.1",
"yeoman-test": "6.3.0"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/nitro-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
"hbs": "4.2.0",
"hbs-utils": "0.0.4",
"html-validate": "7.18.1",
"i18next": "23.15.1",
"i18next": "23.15.2",
"i18next-http-middleware": "3.6.0",
"i18next-fs-backend": "2.3.2",
"i18next-sprintf-postprocessor": "0.2.2",
"jasmine": "5.3.0",
"jasmine": "5.3.1",
"jasmine-core": "5.3.0",
"lodash": "4.17.21",
"twig": "1.13.3",
Expand All @@ -59,8 +59,8 @@
},
"devDependencies": {
"@merkle-open/eslint-config": "4.0.0",
"eslint": "8.57.0",
"eslint-plugin-import": "2.30.0"
"eslint": "8.57.1",
"eslint-plugin-import": "2.31.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/nitro-exporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"devDependencies": {
"@merkle-open/eslint-config": "4.0.0",
"@nitro/app": "*",
"eslint": "8.57.0",
"eslint-plugin-import": "2.30.0"
"eslint": "8.57.1",
"eslint-plugin-import": "2.31.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/nitro-gulp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"devDependencies": {
"@merkle-open/eslint-config": "4.0.0",
"@nitro/app": "*",
"eslint": "8.57.0",
"eslint-plugin-import": "2.30.0"
"eslint": "8.57.1",
"eslint-plugin-import": "2.31.0"
},
"publishConfig": {
"access": "public"
Expand Down
14 changes: 7 additions & 7 deletions packages/nitro-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"nitro"
],
"dependencies": {
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.4",
"@babel/preset-react": "7.24.7",
"@babel/plugin-proposal-decorators": "7.24.7",
"@babel/plugin-transform-class-properties": "7.25.4",
"@babel/core": "7.25.7",
"@babel/preset-env": "7.25.7",
"@babel/preset-react": "7.25.7",
"@babel/plugin-proposal-decorators": "7.25.7",
"@babel/plugin-transform-class-properties": "7.25.7",
"autoprefixer": "10.4.20",
"case-sensitive-paths-webpack-plugin": "2.4.0",
"css-loader": "5.2.7",
Expand Down Expand Up @@ -60,8 +60,8 @@
},
"devDependencies": {
"@merkle-open/eslint-config": "4.0.0",
"eslint": "8.57.0",
"eslint-plugin-import": "2.30.0"
"eslint": "8.57.1",
"eslint-plugin-import": "2.31.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/project-new/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.17.0
20.18.0
2 changes: 1 addition & 1 deletion packages/project-nitro-twig/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.17.0
20.18.0
6 changes: 3 additions & 3 deletions packages/project-nitro-twig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"svg4everybody": "2.1.9"
},
"devDependencies": {
"@babel/eslint-parser": "7.25.1",
"@babel/eslint-parser": "7.25.7",
"@merkle-open/eslint-config": "4.0.0",
"@merkle-open/html-validate-config": "1.0.2",
"@merkle-open/prettier-config": "1.2.1",
Expand All @@ -104,8 +104,8 @@
"cypress": "13.15.0",
"cz-conventional-changelog": "3.3.0",
"env-linter": "2.0.0",
"eslint": "8.57.0",
"eslint-plugin-import": "2.30.0",
"eslint": "8.57.1",
"eslint-plugin-import": "2.31.0",
"extend": "3.0.2",
"generator-nitro": "*",
"gulp": "5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/project-nitro-typescript/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.17.0
20.18.0
4 changes: 2 additions & 2 deletions packages/project-nitro-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@
"cypress": "13.15.0",
"cz-conventional-changelog": "3.3.0",
"env-linter": "2.0.0",
"eslint": "8.57.0",
"eslint-plugin-import": "2.30.0",
"eslint": "8.57.1",
"eslint-plugin-import": "2.31.0",
"extend": "3.0.2",
"generator-nitro": "*",
"gulp": "5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/project-nitro/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.17.0
20.18.0
6 changes: 3 additions & 3 deletions packages/project-nitro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"svg4everybody": "2.1.9"
},
"devDependencies": {
"@babel/eslint-parser": "7.25.1",
"@babel/eslint-parser": "7.25.7",
"@merkle-open/eslint-config": "4.0.0",
"@merkle-open/html-validate-config": "1.0.2",
"@merkle-open/prettier-config": "1.2.1",
Expand All @@ -111,8 +111,8 @@
"cypress": "13.15.0",
"cz-conventional-changelog": "3.3.0",
"env-linter": "2.0.0",
"eslint": "8.57.0",
"eslint-plugin-import": "2.30.0",
"eslint": "8.57.1",
"eslint-plugin-import": "2.31.0",
"extend": "3.0.2",
"generator-nitro": "*",
"gulp": "5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/project-prod/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.17.0
20.18.0

0 comments on commit 208adb4

Please sign in to comment.