generator-nitro 7.0.2 → 7.0.3

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;
@@ -84,7 +84,7 @@
84
84
  "@gondel/core": "1.2.7",
85
85
  "@gondel/plugin-hot": "1.2.7",
86
86
  "bootstrap": "5.1.3",<% } %>
87
- "core-js": "3.22.8"<% if (options.exampleCode) { %>,
87
+ "core-js": "3.23.3"<% if (options.exampleCode) { %>,
88
88
  "flatpickr": "4.6.13",
89
89
  "handlebars": "4.7.7",
90
90
  "jquery": "3.6.0",
@@ -97,6 +97,7 @@
97
97
  "devDependencies": {<% if (options.jsCompiler === 'js') { %>
98
98
  "@babel/eslint-parser": "7.18.2",<% } %>
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",
@@ -114,7 +115,7 @@
114
115
  "commitizen": "4.2.4",
115
116
  "config": "3.3.7",
116
117
  "cross-env": "7.0.3",
117
- "cypress": "10.0.3",
118
+ "cypress": "10.2.0",
118
119
  "cz-conventional-changelog": "3.3.0",
119
120
  "env-linter": "1.0.0",
120
121
  "eslint": "7.32.0",
@@ -125,15 +126,15 @@
125
126
  "husky": "8.0.1",
126
127
  "license-checker": "25.0.1",
127
128
  "lighthouse": "9.6.2",
128
- "lint-staged": "13.0.1",<% if (options.themes) { %>
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": "14.1.1",
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": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generator-nitro",
3
- "version": "7.0.2",
3
+ "version": "7.0.3",
4
4
  "description": "Yeoman generator for the nitro frontend framework",
5
5
  "license": "MIT",
6
6
  "repository": "merkle-open/generator-nitro",
@@ -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.2.1",
53
53
  "yeoman-assert": "3.1.1",
54
54
  "yeoman-test": "6.3.0"
55
55
  }