generator-nitro 7.2.4 → 7.3.0

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
- 16.19.0
1
+ 18.15.0
@@ -6,8 +6,8 @@
6
6
  "private": true,
7
7
  "author": "The Nitro Team",
8
8
  "engines": {
9
- "node": ">=14.15.0 <17",
10
- "npm": ">=6.14.8 <9"
9
+ "node": ">=14.15.0 <19",
10
+ "npm": ">=6.14.8 <10"
11
11
  },
12
12
  "scripts": {
13
13
  "\n# PROJECT ------- ": "",
@@ -84,10 +84,10 @@
84
84
  "@gondel/core": "1.2.7",
85
85
  "@gondel/plugin-hot": "1.2.7",
86
86
  "bootstrap": "5.2.3",<% } %>
87
- "core-js": "3.27.2"<% if (options.exampleCode) { %>,
87
+ "core-js": "3.29.0"<% if (options.exampleCode) { %>,
88
88
  "flatpickr": "4.6.13",
89
89
  "handlebars": "4.7.7",
90
- "jquery": "3.6.3",
90
+ "jquery": "3.6.4",
91
91
  "lazysizes": "5.3.2",
92
92
  "lottie-web": "5.10.2",
93
93
  "prevent-window-opener-attacks": "0.3.0"<% } %><% if (options.jsCompiler === 'js') { %>,
@@ -98,10 +98,10 @@
98
98
  "@babel/eslint-parser": "7.19.1",<% } %>
99
99
  "@khanacademy/tota11y": "0.2.0",
100
100
  "@merkle-open/eslint-config": "1.0.0",
101
- "@merkle-open/html-validate-config": "1.0.0",
102
- "@merkle-open/prettier-config": "1.0.0",
101
+ "@merkle-open/html-validate-config": "1.0.1",
102
+ "@merkle-open/prettier-config": "1.0.1",
103
103
  "@merkle-open/stylelint-config": "1.0.0",
104
- "@merkle-open/ts-config": "1.0.0",
104
+ "@merkle-open/ts-config": "1.0.1",
105
105
  "@nitro/app": "<%= version %>",
106
106
  "@nitro/exporter": "<%= version %>",
107
107
  "@nitro/gulp": "<%= version %>",
@@ -115,7 +115,7 @@
115
115
  "commitizen": "4.3.0",
116
116
  "config": "3.3.9",
117
117
  "cross-env": "7.0.3",
118
- "cypress": "12.4.0",
118
+ "cypress": "12.7.0",
119
119
  "cz-conventional-changelog": "3.3.0",
120
120
  "env-linter": "1.0.0",
121
121
  "eslint": "7.32.0",
@@ -124,17 +124,17 @@
124
124
  "generator-nitro": "<%= version %>",
125
125
  "gulp": "4.0.2",
126
126
  "husky": "8.0.3",
127
- "html-validate": "7.13.1",
127
+ "html-validate": "7.13.3",
128
128
  "license-checker": "25.0.1",
129
- "lighthouse": "9.6.8",
130
- "lint-staged": "13.1.0",<% if (options.themes) { %>
129
+ "lighthouse": "10.0.2",
130
+ "lint-staged": "13.2.0",<% if (options.themes) { %>
131
131
  "node-sass": "8.0.0",<% } %>
132
- "npm-check-updates": "16.6.3",
132
+ "npm-check-updates": "16.7.12",
133
133
  "npm-run-all": "4.1.5",
134
- "prettier": "2.8.3",
135
- "rimraf": "4.1.2",
134
+ "prettier": "2.8.4",
135
+ "rimraf": "4.4.0",
136
136
  "stylelint": "14.16.1",<% if (options.jsCompiler === 'ts') { %>
137
- "typescript": "4.9.4",<% } %>
137
+ "typescript": "4.9.5",<% } %>
138
138
  "webpack-cli": "4.10.0",
139
139
  "yo": "4.3.1"
140
140
  },
@@ -21,7 +21,8 @@ Nitro is simple, fast and flexible. Use this app for all your frontend work.
21
21
 
22
22
  This application was created by the yeoman generator for nitro.
23
23
  Before using, you need of course [node](https://nodejs.org/) installed.
24
- Nitro is currently tested with the LTS maintenance versions (release 16.x and 14.x).
24
+ Nitro is tested with the current ["Active" LTS version](https://github.com/nodejs/Release#release-schedule)
25
+ and with the LTS maintenance versions (release 16.x and 14.x).
25
26
 
26
27
  Install the project dependencies in the project root:
27
28
 
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "generator-nitro",
3
- "version": "7.2.4",
3
+ "version": "7.3.0",
4
4
  "description": "Yeoman generator for the nitro frontend framework",
5
5
  "license": "MIT",
6
6
  "repository": "merkle-open/generator-nitro",
7
7
  "author": "The Nitro Team",
8
8
  "engines": {
9
- "node": ">=14.15.0 <17",
10
- "npm": ">=6.14.8 <9"
9
+ "node": ">=14.15.0 <19",
10
+ "npm": ">=6.14.8 <10"
11
11
  },
12
12
  "main": "generators/app/index.js",
13
13
  "scripts": {
14
14
  "lint": "eslint .",
15
15
  "prepublishOnly": "npx -y pkg-ok@2.3.1",
16
16
  "pretest": "npm run lint",
17
- "test": "jasmine --config=tests/jasmine/support/jasmine.json"
17
+ "test": "jasmine --config=tests/jasmine/jasmine.json"
18
18
  },
19
19
  "files": [
20
20
  "generators/app",
@@ -40,7 +40,7 @@
40
40
  "glob": "8.1.0",
41
41
  "got": "11.8.5",
42
42
  "lodash": "4.17.21",
43
- "yeoman-generator": "5.7.0",
43
+ "yeoman-generator": "5.8.0",
44
44
  "yosay": "2.0.2"
45
45
  },
46
46
  "devDependencies": {
package/readme.md CHANGED
@@ -16,7 +16,8 @@ Nitro is simple, fast and flexible. It works on macOS, Windows and Linux. Use th
16
16
  ## Usage
17
17
 
18
18
  Before using, you need of course [node](https://nodejs.org/) installed.
19
- Nitro and the Nitro generator are currently tested with the LTS maintenance versions (release 16.x and 14.x).
19
+ Nitro and the Nitro generator are tested with the current ["Active" LTS version](https://github.com/nodejs/Release#release-schedule)
20
+ and with the LTS maintenance versions (release 16.x and 14.x).
20
21
 
21
22
  ### Create a new project
22
23