generator-nitro 10.0.0 → 10.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- 20.19.4
1
+ 20.19.5
@@ -78,41 +78,39 @@
78
78
  "modular"
79
79
  ],
80
80
  "dependencies": {<% if (options.exampleCode) { %>
81
- "@gondel/core": "1.2.8",
82
- "@gondel/plugin-hot": "1.2.8",
83
- "bootstrap": "5.3.7",<% } %>
84
- "core-js": "3.45.0"<% if (options.exampleCode) { %>,
81
+ "@gondel/core": "1.2.9",
82
+ "@gondel/plugin-hot": "1.2.9",
83
+ "bootstrap": "5.3.8",<% } %>
84
+ "core-js": "3.46.0"<% if (options.exampleCode) { %>,
85
85
  "flatpickr": "4.6.13",
86
86
  "handlebars": "4.7.8",
87
87
  "jquery": "3.7.1",
88
88
  "lazysizes": "5.3.2",
89
89
  "lottie-web": "5.13.0"<% } %><% if (options.jsCompiler === 'js') { %>,
90
- "regenerator-runtime": "0.14.1"<% } %><% if (options.exampleCode) { %>,
91
- "svg4everybody": "2.1.9"<% } %>
90
+ "regenerator-runtime": "0.14.1"<% } %>
92
91
  },
93
92
  "devDependencies": {<% if (options.jsCompiler === 'js') { %>
94
- "@babel/eslint-parser": "7.28.0",<% } %>
95
- "@merkle-open/eslint-config": "4.0.0",
96
- "@merkle-open/html-validate-config": "1.0.2",
93
+ "@babel/eslint-parser": "7.28.5",<% } %>
94
+ "@merkle-open/eslint-config": "4.0.1",
95
+ "@merkle-open/html-validate-config": "1.0.3",
97
96
  "@merkle-open/prettier-config": "1.2.1",
98
- "@merkle-open/stylelint-config": "4.0.2",
97
+ "@merkle-open/stylelint-config": "4.0.4",
99
98
  "@merkle-open/ts-config": "1.1.1",
100
99
  "@nitro/app": "<%= version %>",
101
100
  "@nitro/exporter": "<%= version %>",
102
101
  "@nitro/gulp": "<%= version %>",
103
102
  "@nitro/webpack": "<%= version %>",
104
- "@playwright/test": "1.54.2",<% if (options.jsCompiler === 'ts') { %>
103
+ "@playwright/test": "1.56.1",<% if (options.jsCompiler === 'ts') { %>
105
104
  "@types/bootstrap": "5.2.10",<% if (options.exampleCode ) { %>
106
105
  "@types/jquery": "3.5.32",<% } %>
107
- "@types/svg4everybody": "2.1.5",
108
106
  "@types/webpack-env": "1.18.8",<% } %>
109
107
  "backstopjs": "6.3.25",
110
108
  "check-node-version": "4.2.1",
111
109
  "commitizen": "4.3.1",
112
- "config": "4.1.0",<% if (options.themes) { %>
110
+ "config": "4.1.1",<% if (options.themes) { %>
113
111
  "cookie-session": "2.1.1",<% } %>
114
- "cross-env": "7.0.3",
115
- "cypress": "14.5.4",
112
+ "cross-env": "10.1.0",
113
+ "cypress": "15.6.0",
116
114
  "cz-conventional-changelog": "3.3.0",
117
115
  "env-linter": "2.0.0",
118
116
  "eslint": "8.57.1",
@@ -123,17 +121,17 @@
123
121
  "html-validate": "7.18.1",
124
122
  "husky": "9.1.7",
125
123
  "license-checker": "25.0.1",
126
- "lighthouse": "12.8.1",
127
- "lint-staged": "15.5.2",<% if (options.themes) { %>
124
+ "lighthouse": "12.8.2",
125
+ "lint-staged": "16.2.6",<% if (options.themes) { %>
128
126
  "node-sass": "9.0.0",<% } %>
129
- "npm-check-updates": "18.0.2",
127
+ "npm-check-updates": "19.1.2",
130
128
  "npm-run-all": "4.1.5",
131
129
  "prettier": "3.6.2",
132
- "rimraf": "5.0.10",
133
- "stylelint": "16.23.1",<% if (options.jsCompiler === 'ts') { %>
134
- "typescript": "5.9.2",<% } %>
130
+ "rimraf": "6.1.0",
131
+ "stylelint": "16.25.0",<% if (options.jsCompiler === 'ts') { %>
132
+ "typescript": "5.9.3",<% } %>
135
133
  "webpack-cli": "4.10.0",
136
- "yo": "5.1.0"
134
+ "yo": "6.0.0"
137
135
  },
138
136
  "browserslist": [
139
137
  "> 0.2%",
@@ -1,2 +1 @@
1
1
  import './css/icon.scss';
2
- import './js/icon';
@@ -1,2 +1 @@
1
1
  import './css/icon.scss';
2
- import './js/icon';
@@ -27,12 +27,12 @@
27
27
  "dependencies": {
28
28
  "@nitro/app": "<%= nitroAppVersion %>",
29
29
  "check-node-version": "4.2.1",
30
- "config": "4.1.0",
30
+ "config": "4.1.1",
31
31
  "cookie-session": "2.1.1",
32
- "cross-env": "7.0.3",
32
+ "cross-env": "10.1.0",
33
33
  "extend": "3.0.2",
34
34
  "hbs": "4.2.0",
35
- "i18next": "25.3.4",
35
+ "i18next": "25.6.2",
36
36
  "npm-run-all": "4.1.5"
37
37
  }
38
38
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generator-nitro",
3
- "version": "10.0.0",
3
+ "version": "10.0.2",
4
4
  "description": "Yeoman generator for the nitro frontend framework",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -37,7 +37,7 @@
37
37
  ],
38
38
  "dependencies": {
39
39
  "cli-color": "2.0.4",
40
- "config": "4.1.0",
40
+ "config": "4.1.1",
41
41
  "find-git-root": "1.0.4",
42
42
  "git-config": "0.0.7",
43
43
  "glob": "10.4.5",
@@ -47,12 +47,12 @@
47
47
  "yosay": "2.0.2"
48
48
  },
49
49
  "devDependencies": {
50
- "@merkle-open/eslint-config": "4.0.0",
50
+ "@merkle-open/eslint-config": "4.0.1",
51
51
  "ejs": "3.1.10",
52
52
  "eslint": "8.57.1",
53
53
  "eslint-plugin-import": "2.32.0",
54
- "fs-extra": "11.3.1",
55
- "jasmine": "5.9.0",
54
+ "fs-extra": "11.3.2",
55
+ "jasmine": "5.12.0",
56
56
  "yeoman-assert": "3.1.1",
57
57
  "yeoman-test": "6.3.0"
58
58
  }
@@ -1,5 +0,0 @@
1
- 'use strict';
2
-
3
- import svg4everybody from 'svg4everybody';
4
-
5
- svg4everybody({});
@@ -1,3 +0,0 @@
1
- import svg4everybody from 'svg4everybody';
2
-
3
- svg4everybody({});