generator-nitro 11.0.0-beta.2 → 11.0.0-beta.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.
@@ -106,7 +106,7 @@
106
106
  "@types/webpack-env": "1.18.8",<% } %>
107
107
  "backstopjs": "6.3.25",
108
108
  "check-node-version": "4.2.1",
109
- "config": "4.2.1",<% if (options.themes) { %>
109
+ "config": "4.3.0",<% if (options.themes) { %>
110
110
  "cookie-session": "2.1.1",<% } %>
111
111
  "cross-env": "10.1.0",
112
112
  "cypress": "15.10.0",
@@ -124,7 +124,7 @@
124
124
  "npm-check-updates": "19.3.2",
125
125
  "npm-run-all": "4.1.5",
126
126
  "prettier": "3.8.1",
127
- "rimraf": "6.1.2",
127
+ "rimraf": "6.1.3",
128
128
  "stylelint": "16.26.1",<% if (options.jsCompiler === 'ts') { %>
129
129
  "typescript": "5.9.3",<% } %>
130
130
  "webpack": "5.105.2",
@@ -12,6 +12,7 @@
12
12
  <meta name="format-detection" content="telephone=no">
13
13
  <link href="{{asset name='/css/ui.min.css'}}" rel="stylesheet">
14
14
  {{#unless _nitro.test}}<link href="{{asset name='/css/proto.min.css'}}" rel="stylesheet">{{/unless}}
15
+ {{#unless _nitro.production}}<script defer src="{{asset name='/js/runtime.min.js'}}"></script>{{/unless}}
15
16
  <script defer src="{{asset name='/js/vendors.min.js'}}"></script>
16
17
  <script defer src="{{asset name='/js/ui.min.js'}}"></script>
17
18
  {{#unless _nitro.test}}<script defer src="{{asset name='/js/proto.min.js'}}"></script>{{/unless}}
@@ -12,6 +12,7 @@
12
12
  <meta name="format-detection" content="telephone=no">
13
13
  <link href="/assets/css/ui{% if _nitro.production %}.min{% endif %}.css" rel="stylesheet">
14
14
  {% if not _nitro.test %}<link href="/assets/css/proto{% if _nitro.production %}.min{% endif %}.css" rel="stylesheet">{% endif %}
15
+ {% if not _nitro.production %}<script defer src="/assets/js/runtime.js"></script>{% endif %}
15
16
  <script defer src="/assets/js/vendors{% if _nitro.production %}.min{% endif %}.js"></script>
16
17
  <script defer src="/assets/js/ui{% if _nitro.production %}.min{% endif %}.js"></script>
17
18
  {% if not _nitro.test %}<script defer src="/assets/js/proto{% if _nitro.production %}.min{% endif %}.js"></script>{% endif %}
@@ -1,6 +1,7 @@
1
1
  const { defineConfig } = require('cypress');
2
2
 
3
3
  module.exports = defineConfig({
4
+ allowCypressEnv: false,
4
5
  e2e: {
5
6
  // specPattern: 'cypress/e2e/**/*.cy.{js,jsx,ts,tsx}', // default specPattern
6
7
  video: false,
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "@nitro/app": "<%= nitroAppVersion %>",
29
29
  "check-node-version": "4.2.1",
30
- "config": "4.2.1",
30
+ "config": "4.3.0",
31
31
  "cookie-session": "2.1.1",
32
32
  "cross-env": "10.1.0",
33
33
  "extend": "3.0.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generator-nitro",
3
- "version": "11.0.0-beta.2",
3
+ "version": "11.0.0-beta.3",
4
4
  "description": "Yeoman generator for the nitro frontend framework",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -37,10 +37,10 @@
37
37
  ],
38
38
  "dependencies": {
39
39
  "cli-color": "2.0.4",
40
- "config": "4.2.1",
40
+ "config": "4.3.0",
41
41
  "find-git-root": "1.1.0",
42
42
  "git-config": "0.0.7",
43
- "glob": "13.0.2",
43
+ "glob": "13.0.5",
44
44
  "got": "14.6.6",
45
45
  "lodash": "4.17.23",
46
46
  "yeoman-generator": "7.5.1",