Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump the nuxt group with 5 updates #2113

Merged
merged 12 commits into from
Jul 6, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 6, 2023

Bumps the nuxt group with 5 updates:

Package Update
@nuxt/content 2.4.3 to 2.7.0
@nuxtjs/tailwindcss 6.6.7 to 6.8.0
nuxt 3.5.0 to 3.6.2
nuxt-seo-kit 1.3.8 to 1.3.9
nuxt-vitest 0.7.1 to 0.9.0

Updates @nuxt/content from 2.4.3 to 2.7.0

Changelog

Sourced from @​nuxt/content's changelog.

v2.7.0

compare changes

🚀 Enhancements

  • shiki: Support italic, bold and underline styles (#2079)
  • config: Update ignores to advanced pattern (#2035)

🩹 Fixes

  • link: Remove hash before checking if ending by '.md' (#2033)
  • markdown: Prevent script execution (#2040)
  • code-block: Pass language as class name (#2064)
  • tailwind-integration: Allow content as object (#2060)
  • code-block: Meta property (#2067)
  • markdown: Respect _draft key in frontmatter (#2077)

📖 Documentation

  • Guide for adding custom grammars for syntax highlighting (7da9b286)
  • Add example of additional sorting options for queryContent (#2042)
  • Explain useasyncdata wrapping (#2054)
  • Update url (#2055)
  • Add latest to nuxi command (2939b793)
  • Update Content Wind live demo url (#2080)
  • Update links (#2085)
  • Remove outdated description (#2098)

🏡 Chore

  • Use caret dependency for kit (#2044)

❤️ Contributors

... (truncated)

Commits

Updates @nuxtjs/tailwindcss from 6.6.7 to 6.8.0

Release notes

Sourced from @​nuxtjs/tailwindcss's releases.

v6.8.0

Performance Improvements

  • about ~15-20% faster build (can go up for 30-50% as noted in CI) 🔥
  • functional programming to ensure no side-effects ⚙️
  • splits & organises files for easier development in future 📦
  • provides hook for each loaded config 👁️
  • drops requireModule for await import() (also parallelised) 🚢

Amazing work done by @​ineshbose in #690

v6.7.2

Reverted https://github.com/nuxt-modules/tailwindcss/releases/tag/v6.7.1 since it brings some regressions that we will fix first. Sorry about the issues!

v6.7.1

Performance Improvements

  • about ~15-20% faster build (can go up for 30-50% as noted in CI) 🔥
  • functional programming to ensure no side-effects ⚙️
  • splits & organises files for easier development in future 📦
  • provides hook for each loaded config 👁️
  • drops requireModule for await import() (also parallelised) 🚢

Amazing work done by @​ineshbose in nuxt-modules/tailwindcss#679

Full Changelog: nuxt-modules/tailwindcss@v6.7.0...v6.7.1

v6.7.0

What's Changed

Full Changelog: nuxt-modules/tailwindcss@v6.6.8...v6.7.0

v6.6.8

What's Changed

Full Changelog: nuxt-modules/tailwindcss@v6.6.7...v6.6.8

Changelog

Sourced from @​nuxtjs/tailwindcss's changelog.

v6.8.0

compare changes

🚀 Enhancements

  • Parallelise async calls and fixes (#690)

📖 Documentation

  • No strict peer (582cb73)
  • Use SB for example (9b157eb)
  • Update color mode example (255da81)
  • Update examples (43b224d)

🏡 Chore

  • Update deps (9bf0e68)

❤️ Contributors

v6.7.2

compare changes

🔥 Performance

  • Parallelise all async calls " (#679)

📖 Documentation

  • Update deps (5a877b9)

❤️ Contributors

v6.7.1

compare changes

🔥 Performance

  • Parallelise all async calls (#679)

... (truncated)

Commits

Updates nuxt from 3.5.0 to 3.6.2

Release notes

Sourced from nuxt's releases.

v3.6.2

3.6.2 is the next patch release, with a raft of fixes including preparations for use without --shamefully-hoist and some fixes for data fetching within nested layouts/pages.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

nuxi upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance

  • nuxt: Don't run island transform plugin if disabled (#21844)
  • nuxt: Allow hmr for server components in dev mode (#21916)
  • nuxt: Use getters when constructing reactive routes (#21957)

🩹 Fixes

  • nuxt: Only redirect if path is not the same as initial url (#21815)
  • cli: Resolve @nuxt/ui-templates from modulesDir (#21836)
  • nuxt, vite: Do not use cjs utils to resolve/alias vue (#21837)
  • nuxt: Improve default prerender behaviour (#21817)
  • vite: Greater type-safety within runtime vite-node (#21849)
  • nuxt: Ensure static presets equivalent to nuxi generate (#21860)
  • nuxt: Handle injecting multiple entry ids for styles (#21864)
  • nuxt: Stop loading indicator on navigation failure (#21751)
  • cli: Respect nitro ssl cert/key variables (#21912)
  • nuxt: Include external layers in tsconfig.json scope (#21917)
  • nuxt: Support custom route name meta with typedPages (#21659)
  • vite: Remove @vue/ scoped libraries from resolutions (#21922)
  • nuxt: Add layers in node_modules to tsconfig include (#21929)
  • nuxt: Regenerate imports after template (#21934)
  • vite: Fix issue detecting shadowed keyed composables (#21891)
  • nuxt: Use $fetch.raw in dev client mode for islands (#21904)
  • schema: Warn if user provides vite.publicDir (#21847)
  • nuxt: Preserve old vnode when leaving nested route (#21823)
  • kit: Ignore telemetry startup time (as it has prompt) (#21959)

📖 Documentation

  • Add warning about dynamic import of css (#21805)
  • Update example links (#21811)

... (truncated)

Commits
  • 88f914e v3.6.2
  • cb99785 docs: add JetBrains IDEs debug configuration (#21965)
  • 927d637 chore(deps): update all non-major dependencies (main) (#21955)
  • a79d047 fix(kit): ignore telemetry startup time (as it has prompt) (#21959)
  • 74c11dc perf(nuxt): use getters when constructing reactive routes (#21957)
  • d0dde64 fix(nuxt): preserve old vnode when leaving nested route (#21823)
  • 00fb333 chore(deps): update all non-major dependencies (main) (#21939)
  • 13a8923 docs: update more links to examples repo
  • 381e0f8 fix(schema): warn if user provides vite.publicDir (#21847)
  • 52a427d fix(nuxt): use $fetch.raw in dev client mode for islands (#21904)
  • Additional commits viewable in compare view

Updates nuxt-seo-kit from 1.3.8 to 1.3.9

Release notes

Sourced from nuxt-seo-kit's releases.

v1.3.9

No release notes provided.

Commits

Updates nuxt-vitest from 0.7.1 to 0.9.0

Release notes

Sourced from nuxt-vitest's releases.

v0.9.0

0.9.0 (2023-07-06)

⚠ BREAKING CHANGES

  • you now need to explicitly add happy-dom or jsdom as a dev dependency based on which domEnvironment you want to be in. (happy-dom is set by default.)

Features

  • option to replace happy-dom with jsdom (#121) (f14361f)

Bug Fixes

  • remove support for inline: true and avoid inlining vite/vue (d95e15f)

v0.8.7

0.8.7 (2023-06-30)

v0.8.6

0.8.6 (2023-06-28)

Bug Fixes

  • allow configuring default starting url, and respect baseURL (23802f1)
  • ensure module is installed when getting nuxt config (b2bcbf4)
  • properly set default route (#232) (674ede3)
  • set rootId when module is enabled (and set test) (7c7c441)

v0.8.5

0.8.5 (2023-06-06)

Bug Fixes

  • don't transpile/override NODE_ENV (c26e981)

v0.8.4

0.8.4 (2023-06-01)

Bug Fixes

  • import vitest/node via file url (2c1c928), closes #196

v0.8.3

0.8.3 (2023-06-01)

... (truncated)

Changelog

Sourced from nuxt-vitest's changelog.

0.9.0 (2023-07-06)

⚠ BREAKING CHANGES

  • you now need to explicitly add happy-dom or jsdom as a dev dependency based on which domEnvironment you want to be in. (happy-dom is set by default.)

Features

  • option to replace happy-dom with jsdom (#121) (f14361f)

Bug Fixes

  • remove support for inline: true and avoid inlining vite/vue (d95e15f)

0.8.7 (2023-06-30)

0.8.6 (2023-06-28)

Bug Fixes

  • allow configuring default starting url, and respect baseURL (23802f1)
  • ensure module is installed when getting nuxt config (b2bcbf4)
  • properly set default route (#232) (674ede3)
  • set rootId when module is enabled (and set test) (7c7c441)

0.8.5 (2023-06-06)

Bug Fixes

  • don't transpile/override NODE_ENV (c26e981)

0.8.4 (2023-06-01)

Bug Fixes

  • import vitest/node via file url (2c1c928), closes #196

0.8.3 (2023-06-01)

Bug Fixes

  • vitest-environment-nuxt: register imports after context is created (434b39b)

0.8.2 (2023-05-30)

... (truncated)

Commits
  • 35e0b02 chore: release v0.9.0
  • 583e479 chore: remove unused import
  • 5dc7c92 test: await 2 ticks after navigation for route to update
  • d95e15f fix: remove support for inline: true and avoid inlining vite/vue
  • 487d791 chore: dedupe lockfile
  • f14361f feat!: option to replace happy-dom with jsdom (#121)
  • c1bdb1f chore(deps): update pnpm to v8.6.6 (#243)
  • 6431a3e chore(deps): update devdependency eslint to v8.44.0 (#242)
  • 784fdf9 chore(deps): update devdependency @​nuxt/devtools to v0.6.6 (#241)
  • fce1b9f chore(deps): update nuxt core to v3.6.1 (#240)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nuxt-7ac754da7b branch 3 times, most recently from 7f6278b to 689739f Compare July 6, 2023 15:11
Bumps the nuxt group with 5 updates:

| Package | Update |
| --- | --- |
| [@nuxt/content](https://github.com/nuxt/content) | 2.4.3 to 2.7.0 |
| [@nuxtjs/tailwindcss](https://github.com/nuxt-modules/tailwindcss) | 6.6.7 to 6.8.0 |
| [nuxt](https://github.com/nuxt/nuxt) | 3.5.0 to 3.6.2 |
| [nuxt-seo-kit](https://github.com/harlan-zw/nuxt-seo-kit) | 1.3.8 to 1.3.9 |
| [nuxt-vitest](https://github.com/danielroe/nuxt-vitest) | 0.7.1 to 0.9.0 |


Updates `@nuxt/content` from 2.4.3 to 2.7.0
- [Release notes](https://github.com/nuxt/content/releases)
- [Changelog](https://github.com/nuxt/content/blob/main/CHANGELOG.md)
- [Commits](nuxt/content@v2.4.3...v2.7.0)

Updates `@nuxtjs/tailwindcss` from 6.6.7 to 6.8.0
- [Release notes](https://github.com/nuxt-modules/tailwindcss/releases)
- [Changelog](https://github.com/nuxt-modules/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](nuxt-modules/tailwindcss@v6.6.7...v6.8.0)

Updates `nuxt` from 3.5.0 to 3.6.2
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](nuxt/nuxt@v3.5.0...v3.6.2)

Updates `nuxt-seo-kit` from 1.3.8 to 1.3.9
- [Release notes](https://github.com/harlan-zw/nuxt-seo-kit/releases)
- [Commits](harlan-zw/nuxt-seo@v1.3.8...v1.3.9)

Updates `nuxt-vitest` from 0.7.1 to 0.9.0
- [Release notes](https://github.com/danielroe/nuxt-vitest/releases)
- [Changelog](https://github.com/danielroe/nuxt-vitest/blob/main/CHANGELOG.md)
- [Commits](danielroe/nuxt-vitest@0.7.1...0.9.0)

---
updated-dependencies:
- dependency-name: "@nuxt/content"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nuxt
- dependency-name: "@nuxtjs/tailwindcss"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nuxt
- dependency-name: nuxt
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nuxt
- dependency-name: nuxt-seo-kit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: nuxt
- dependency-name: nuxt-vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nuxt
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nuxt-7ac754da7b branch from 689739f to 21e62ec Compare July 6, 2023 15:46
@github-actions
Copy link

github-actions bot commented Jul 6, 2023

@tobiasdiez tobiasdiez merged commit d565a8c into main Jul 6, 2023
5 checks passed
@tobiasdiez tobiasdiez deleted the dependabot/npm_and_yarn/nuxt-7ac754da7b branch July 6, 2023 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant