SchwarzIT / onyx

🚀 A design system and Vue.js component library created by Schwarz IT
https://onyx.schwarz
Apache License 2.0
41 stars 4 forks source link

chore(deps): bump the minor group with 8 updates #1278

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps the minor group with 8 updates:

Package From To
lint-staged 15.2.5 15.2.6
prettier 3.3.1 3.3.2
sass 1.77.4 1.77.5
@vueuse/core 10.10.0 10.10.1
@nuxt/kit 3.11.2 3.12.1
@nuxt/module-builder 0.7.0 0.7.1
@nuxt/schema 3.11.2 3.12.1
nuxt 3.11.2 3.12.1

Updates lint-staged from 15.2.5 to 15.2.6

Release notes

Sourced from lint-staged's releases.

v15.2.6

Patch Changes

  • #1433 119adb2 Thanks @​iiroj! - Use native "git rev-parse" commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.
Changelog

Sourced from lint-staged's changelog.

15.2.6

Patch Changes

  • #1433 119adb2 Thanks @​iiroj! - Use native "git rev-parse" commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.
Commits
  • a91d942 chore(changeset): release
  • 119adb2 fix: use native git command to get .git directory
  • e0386dc fix: use native git command to get top-level directory for repo
  • 6593870 ci: test Node.js versions against current instead of latest dependency
  • 6c226c5 ci: add workflow for testing required Node.js semver range
  • See full diff in compare view


Updates prettier from 3.3.1 to 3.3.2

Release notes

Sourced from prettier's releases.

3.3.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.3.2

diff

Fix handlebars path expressions starts with @ (#16358 by @​Princeyadav05)

{{! Input }}
<div>{{@x.y.z}}</div>

{{! Prettier 3.3.1 }} <div>{{@​x}}</div>

{{! Prettier 3.3.2 }} <div>{{@​x.y.z}}</div>

Commits


Updates sass from 1.77.4 to 1.77.5

Release notes

Sourced from sass's releases.

Dart Sass 1.77.5

To install Sass 1.77.5, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Fully trim redundant selectors generated by @extend.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.77.5

  • Fully trim redundant selectors generated by @extend.
Commits


Updates @vueuse/core from 10.10.0 to 10.10.1

Release notes

Sourced from @​vueuse/core's releases.

v10.10.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits


Updates @nuxt/kit from 3.11.2 to 3.12.1

Release notes

Sourced from @​nuxt/kit's releases.

v3.12.1

3.12.1 is a hotfix release to address a typo in the nuxt/script stub auto-imports.

👉 Changelog

compare changes

🩹 Fixes

  • nuxt: Update registry list for @nuxt/scripts (0252000d7)

💅 Refactors

  • schema: Use CompatibilityDateSpec (#27521)

📖 Documentation

  • Update more references to v3.12 (1d2eee00d)
  • Mention 3.12 for testing nuxt 4 (#27525)

🏡 Chore

✅ Tests

❤️ Contributors

v3.12.0

👀 Highlights

We're on the road to the release of Nuxt 4, but we've not held back in Nuxt v3.12. A huge thank you to the 75+ Nuxt contributors and community members who have been part of this release. ❤️

🚀 Testing Nuxt 4 changes

Nuxt 4 is on the horizon, and it's now possible to test out the behaviour changes that will be coming in the next major release (#26925) by setting an option in your nuxt.config file:

export default defineNuxtConfig({
  future: {
    compatibilityVersion: 4,
  },
</tr></table> 

... (truncated)

Commits
  • 41fc45d v3.12.1
  • 9f06842 v3.12.0
  • 018b035 fix(kit,schema): revert changes to module options types (#26850)
  • 7bb0273 fix(kit): revert back to esnext target
  • 7d48d98 chore: upgrade jiti (#27479)
  • da28077 fix(kit): avoid fallback to normalized path in module loading (#27507)
  • c06a683 feat(kit,schema): add .with for better module options types (#26850)
  • b08dfc9 fix(kit): do not use module: preserve unelss ts v5.4 is installed
  • 0d84300 feat(kit): support typed module options in installModule (#26744)
  • af65d59 fix(kit): improve defaults in generated tsconfig.json (#27485)
  • Additional commits viewable in compare view


Updates @nuxt/module-builder from 0.7.0 to 0.7.1

Release notes

Sourced from @​nuxt/module-builder's releases.

v0.7.1

compare changes

🩹 Fixes

  • build: Declare ModuleOptions in correct place (#283)

📖 Documentation

  • Update path for runtime js files (#282)

❤️ Contributors

Changelog

Sourced from @​nuxt/module-builder's changelog.

v0.7.1

compare changes

🩹 Fixes

  • build: Declare ModuleOptions in correct place (#283)

📖 Documentation

  • Update path for runtime js files (#282)

❤️ Contributors

Commits


Updates @nuxt/schema from 3.11.2 to 3.12.1

Release notes

Sourced from @​nuxt/schema's releases.

v3.12.1

3.12.1 is a hotfix release to address a typo in the nuxt/script stub auto-imports.

👉 Changelog

compare changes

🩹 Fixes

  • nuxt: Update registry list for @nuxt/scripts (0252000d7)

💅 Refactors

  • schema: Use CompatibilityDateSpec (#27521)

📖 Documentation

  • Update more references to v3.12 (1d2eee00d)
  • Mention 3.12 for testing nuxt 4 (#27525)

🏡 Chore

✅ Tests

❤️ Contributors

v3.12.0

👀 Highlights

We're on the road to the release of Nuxt 4, but we've not held back in Nuxt v3.12. A huge thank you to the 75+ Nuxt contributors and community members who have been part of this release. ❤️

🚀 Testing Nuxt 4 changes

Nuxt 4 is on the horizon, and it's now possible to test out the behaviour changes that will be coming in the next major release (#26925) by setting an option in your nuxt.config file:

export default defineNuxtConfig({
  future: {
    compatibilityVersion: 4,
  },
</tr></table> 

... (truncated)

Commits
  • 41fc45d v3.12.1
  • a8746af refactor(schema): use CompatibilityDateSpec (#27521)
  • 9f06842 v3.12.0
  • cd95d99 feat(nuxt,schema): add compatibilityDate flag for future (#27512)
  • 018b035 fix(kit,schema): revert changes to module options types (#26850)
  • d3a6e8c chore(deps): update all non-major dependencies (main) (#27508)
  • 0536dbe fix(nuxt): also augment page metadata after pages:extend hook (#27134)
  • c06a683 feat(kit,schema): add .with for better module options types (#26850)
  • 2d6ab50 chore(deps): update all non-major dependencies to v2.0.21 (main) (#27494)
  • 9f24bc6 chore(deps): update all non-major dependencies (main) (#27474)
  • Additional commits viewable in compare view


Updates nuxt from 3.11.2 to 3.12.1

Release notes

Sourced from nuxt's releases.

v3.12.1

3.12.1 is a hotfix release to address a typo in the nuxt/script stub auto-imports.

👉 Changelog

compare changes

🩹 Fixes

  • nuxt: Update registry list for @nuxt/scripts (0252000d7)

💅 Refactors

  • schema: Use CompatibilityDateSpec (#27521)

📖 Documentation

  • Update more references to v3.12 (1d2eee00d)
  • Mention 3.12 for testing nuxt 4 (#27525)

🏡 Chore

✅ Tests

❤️ Contributors

v3.12.0

👀 Highlights

We're on the road to the release of Nuxt 4, but we've not held back in Nuxt v3.12. A huge thank you to the 75+ Nuxt contributors and community members who have been part of this release. ❤️

🚀 Testing Nuxt 4 changes

Nuxt 4 is on the horizon, and it's now possible to test out the behaviour changes that will be coming in the next major release (#26925) by setting an option in your nuxt.config file:

export default defineNuxtConfig({
  future: {
    compatibilityVersion: 4,
  },
</tr></table> 

... (truncated)

Commits
  • 41fc45d v3.12.1
  • d5d9071 chore: bump nuxi dependency (#27526)
  • 4db02e1 chore(deps): pin devdependency @​nuxt/scripts to 0.4.7 (main) (#27523)
  • 0252000 fix(nuxt): update registry list for @nuxt/scripts
  • 9f06842 v3.12.0
  • 09f6a88 fix(nuxt): use file path as key for re-augmenting
  • b75bf87 fix(nuxt): register augmented pages to avoid re-augmenting
  • 13fec55 fix(nuxt): handle symbol keys in wrapped runtime config
  • 9655ce6 fix(nuxt): add parent scopeId to server components (#27497)
  • cd95d99 feat(nuxt,schema): add compatibilityDate flag for future (#27512)
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
changeset-bot[bot] commented 3 weeks ago

⚠️ No Changeset found

Latest commit: 81c624926f079706521a4ff61dd8b21747bd5743

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR