generator-nitro 7.0.2 → 7.0.5

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,19 +1,3 @@
1
- const config = {
2
- root: true,
3
- extends: ['html-validate:recommended'],
4
- rules: {
5
- 'element-required-attributes': 'warn',
6
- 'element-permitted-order': 'warn',
7
- 'no-inline-style': 'off',
8
- 'no-implicit-close': 'warn',
9
- 'no-raw-characters': ['warn', { relaxed: true }],
10
- 'prefer-native-element': 'warn',
11
- 'svg-focusable': 'off',
12
- 'tel-non-breaking': 'off',
13
-
14
- // disable style rules
15
- 'no-trailing-whitespace': 'off',
16
- },
17
- };
1
+ const config = require('@merkle-open/html-validate-config');
18
2
 
19
3
  module.exports = config;
@@ -1 +1 @@
1
- 16.15.1
1
+ 16.16.0
@@ -1,2 +1 @@
1
1
  save-exact=true
2
- production=false
@@ -83,20 +83,21 @@
83
83
  "dependencies": {<% if (options.exampleCode) { %>
84
84
  "@gondel/core": "1.2.7",
85
85
  "@gondel/plugin-hot": "1.2.7",
86
- "bootstrap": "5.1.3",<% } %>
87
- "core-js": "3.22.8"<% if (options.exampleCode) { %>,
86
+ "bootstrap": "5.2.0",<% } %>
87
+ "core-js": "3.24.1"<% if (options.exampleCode) { %>,
88
88
  "flatpickr": "4.6.13",
89
89
  "handlebars": "4.7.7",
90
90
  "jquery": "3.6.0",
91
91
  "lazysizes": "5.3.2",
92
- "lottie-web": "5.9.4",
92
+ "lottie-web": "5.9.6",
93
93
  "prevent-window-opener-attacks": "0.3.0"<% } %><% if (options.jsCompiler === 'js') { %>,
94
94
  "regenerator-runtime": "0.13.9"<% } %><% if (options.exampleCode) { %>,
95
95
  "svg4everybody": "2.1.9"<% } %>
96
96
  },
97
97
  "devDependencies": {<% if (options.jsCompiler === 'js') { %>
98
- "@babel/eslint-parser": "7.18.2",<% } %>
98
+ "@babel/eslint-parser": "7.18.9",<% } %>
99
99
  "@khanacademy/tota11y": "0.2.0",
100
+ "@merkle-open/html-validate-config": "0.1.0",
100
101
  "@namics/eslint-config": "9.1.1",
101
102
  "@namics/prettier-config": "2.0.1",
102
103
  "@namics/stylelint-config": "1.1.2",
@@ -105,16 +106,16 @@
105
106
  "@nitro/exporter": "<%= version %>",
106
107
  "@nitro/gulp": "<%= version %>",
107
108
  "@nitro/webpack": "<%= version %>",<% if (options.jsCompiler === 'ts') { %>
108
- "@types/bootstrap": "5.1.11",<% if (options.exampleCode ) { %>
109
+ "@types/bootstrap": "5.2.1",<% if (options.exampleCode ) { %>
109
110
  "@types/jquery": "3.5.14",<% } %>
110
111
  "@types/svg4everybody": "2.1.2",
111
112
  "@types/webpack-env": "1.17.0",<% } %>
112
- "backstopjs": "6.1.0",
113
+ "backstopjs": "6.1.1",
113
114
  "check-node-version": "4.2.1",
114
- "commitizen": "4.2.4",
115
+ "commitizen": "4.2.5",
115
116
  "config": "3.3.7",
116
117
  "cross-env": "7.0.3",
117
- "cypress": "10.0.3",
118
+ "cypress": "10.4.0",
118
119
  "cz-conventional-changelog": "3.3.0",
119
120
  "env-linter": "1.0.0",
120
121
  "eslint": "7.32.0",
@@ -124,16 +125,16 @@
124
125
  "gulp": "4.0.2",
125
126
  "husky": "8.0.1",
126
127
  "license-checker": "25.0.1",
127
- "lighthouse": "9.6.2",
128
- "lint-staged": "13.0.1",<% if (options.themes) { %>
128
+ "lighthouse": "9.6.5",
129
+ "lint-staged": "13.0.3",<% if (options.themes) { %>
129
130
  "node-sass": "6.0.1",<% } %>
130
- "npm-check-updates": "13.1.2",
131
+ "npm-check-updates": "16.0.5",
131
132
  "npm-run-all": "4.1.5",
132
- "prettier": "2.6.2",
133
+ "prettier": "2.7.1",
133
134
  "rimraf": "3.0.2",
134
135
  "stylelint": "13.13.1",<% if (options.jsCompiler === 'ts') { %>
135
- "typescript": "4.7.3",<% } %>
136
- "webpack-cli": "4.9.2",
136
+ "typescript": "4.7.4",<% } %>
137
+ "webpack-cli": "4.10.0",
137
138
  "yo": "4.3.0"
138
139
  },
139
140
  "browserslist": [
@@ -23,7 +23,7 @@ This application was created by the yeoman generator for nitro.
23
23
  Before using, you need of course [node](https://nodejs.org/) installed.
24
24
  Nitro is always tested with the current
25
25
  ["Active LTS" version of node.js](https://github.com/nodejs/Release#release-schedule) (release 16.x)
26
- and at the moment also with the LTS maintenance versions (release 12.x and 14.x).
26
+ and at the moment also with the LTS maintenance version (release 14.x).
27
27
 
28
28
  Install the project dependencies in the project root:
29
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generator-nitro",
3
- "version": "7.0.2",
3
+ "version": "7.0.5",
4
4
  "description": "Yeoman generator for the nitro frontend framework",
5
5
  "license": "MIT",
6
6
  "repository": "merkle-open/generator-nitro",
@@ -40,7 +40,7 @@
40
40
  "glob": "8.0.3",
41
41
  "got": "11.8.3",
42
42
  "lodash": "4.17.21",
43
- "yeoman-generator": "5.6.1",
43
+ "yeoman-generator": "5.7.0",
44
44
  "yosay": "2.0.2"
45
45
  },
46
46
  "devDependencies": {
@@ -49,7 +49,7 @@
49
49
  "eslint": "7.32.0",
50
50
  "eslint-plugin-import": "2.26.0",
51
51
  "fs-extra": "10.1.0",
52
- "jasmine": "4.1.0",
52
+ "jasmine": "4.3.0",
53
53
  "yeoman-assert": "3.1.1",
54
54
  "yeoman-test": "6.3.0"
55
55
  }
package/readme.md CHANGED
@@ -18,7 +18,7 @@ Nitro is simple, fast and flexible. It works on macOS, Windows and Linux. Use th
18
18
  Before using, you need of course [node](https://nodejs.org/) installed.
19
19
  Nitro and the Nitro generator are always tested with the current
20
20
  ["Active LTS" version of node.js](https://github.com/nodejs/Release#release-schedule) (release 16.x)
21
- and at the moment also with the LTS maintenance versions (release 12.x and 14.x).
21
+ and at the moment also with the LTS maintenance version (release 14.x).
22
22
 
23
23
  ### Create a new project
24
24