Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#976)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and autofix-ci[bot] authored Oct 14, 2024
1 parent 9f2a5a3 commit 054f82f
Show file tree
Hide file tree
Showing 18 changed files with 363 additions and 244 deletions.
2 changes: 1 addition & 1 deletion examples/app-cucumber/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
compatibilityDate: '2024-04-03',
devtools: { enabled: true },
compatibilityDate: '2024-04-03',
})
2 changes: 1 addition & 1 deletion examples/app-cucumber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"nuxt": "^3.13.2",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/app-jest/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import { defineNuxtConfig } from 'nuxt/config'

// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
compatibilityDate: '2024-04-03',
devtools: { enabled: true },
compatibilityDate: '2024-04-03',
})
2 changes: 1 addition & 1 deletion examples/app-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"nuxt": "^3.13.2",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/app-playwright/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
compatibilityDate: '2024-04-03',
devtools: { enabled: true },
runtimeConfig: {
public: {
myValue: 'Welcome to Playwright!',
},
},
compatibilityDate: '2024-04-03',
})
2 changes: 1 addition & 1 deletion examples/app-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"nuxt": "^3.13.2",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
Expand Down
22 changes: 11 additions & 11 deletions examples/app-vitest-full/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
// https://v3.nuxtjs.org/api/configuration/nuxt.config
export default defineNuxtConfig({
compatibilityDate: '2024-04-03',
devtools: { enabled: true },
modules: ['@nuxt/test-utils/module', '~/modules/custom'],
imports: {
injectAtEnd: true,
},
devtools: { enabled: true },
runtimeConfig: {
public: {
hello: 'world',
testValue: 'default',
},
},
compatibilityDate: '2024-04-03',
vite: {
vue: {
script: {
Expand All @@ -24,13 +33,4 @@ export default defineNuxtConfig({
},
},
},
imports: {
injectAtEnd: true,
},
runtimeConfig: {
public: {
hello: 'world',
testValue: 'default',
},
},
})
2 changes: 1 addition & 1 deletion examples/app-vitest/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
compatibilityDate: '2024-04-03',
devtools: { enabled: true },
compatibilityDate: '2024-04-03',
})
2 changes: 1 addition & 1 deletion examples/app-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"nuxt": "^3.13.2",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/content/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
compatibilityDate: '2024-04-03',
modules: ['@nuxt/content'],
compatibilityDate: '2024-04-03',
})
4 changes: 2 additions & 2 deletions examples/i18n/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
compatibilityDate: '2024-04-03',
devtools: { enabled: true },
modules: ['@nuxtjs/i18n'],
devtools: { enabled: true },
compatibilityDate: '2024-04-03',
i18n: {
restructureDir: 'i18n',
},
Expand Down
2 changes: 1 addition & 1 deletion examples/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@nuxtjs/i18n": "8.5.5",
"nuxt": "3.13.2",
"vitest": "2.1.2",
"vue": "3.5.11",
"vue": "3.5.12",
"vue-router": "4.4.5"
}
}
2 changes: 1 addition & 1 deletion examples/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"@nuxt/kit": "^3.13.2",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/module/playground/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default defineNuxtConfig({
compatibilityDate: '2024-04-03',
modules: ['../src/module'],
myModule: {},
devtools: { enabled: true },
compatibilityDate: '2024-04-03',
myModule: {},
})
2 changes: 1 addition & 1 deletion examples/module/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"nuxt": "3.13.2"
},
"dependencies": {
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
}
}
8 changes: 4 additions & 4 deletions examples/module/test/fixtures/basic/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import MyModule from '../../../src/module'

export default defineNuxtConfig({
compatibilityDate: '2024-04-03',
modules: [
MyModule,
],
runtimeConfig: {
public: {
myValue: 'original value',
},
},
modules: [
MyModule,
],
compatibilityDate: '2024-04-03',
})
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"fake-indexeddb": "^6.0.0",
"get-port-please": "^3.1.2",
"local-pkg": "^0.5.0",
"magic-string": "^0.30.11",
"magic-string": "^0.30.12",
"node-fetch-native": "^1.6.4",
"ofetch": "^1.4.1",
"pathe": "^1.1.2",
Expand All @@ -68,7 +68,7 @@
"@cucumber/cucumber": "11.0.1",
"@jest/globals": "29.7.0",
"@nuxt/devtools": "1.0.8",
"@nuxt/eslint-config": "0.5.7",
"@nuxt/eslint-config": "0.6.0",
"@nuxt/module-builder": "0.8.4",
"@playwright/test": "1.48.0",
"@testing-library/vue": "8.1.0",
Expand Down Expand Up @@ -154,7 +154,7 @@
"vite": "5.4.8",
"vite-node": "2.1.2",
"vitest": "2.1.2",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"engines": {
"node": ">=18.20.4"
Expand Down
Loading

0 comments on commit 054f82f

Please sign in to comment.