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(deps-dev): bump the dev-dependencies group across 1 directory with 15 updates #140

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 30, 2024

Bumps the dev-dependencies group with 15 updates in the / directory:

Package From To
@sentry/vite-plugin 2.22.5 2.22.6
@sentry/vue 7.119.2 7.120.0
@types/node 20.16.11 20.17.9
@vitejs/plugin-vue 5.1.4 5.2.1
@vue/compiler-sfc 3.5.12 3.5.13
@vue/runtime-core 3.5.12 3.5.13
laravel-vite-plugin 1.0.5 1.0.6
naive-ui 2.40.1 2.40.2
vite 5.4.8 5.4.11
vite-plugin-windicss 1.9.3 1.9.4
workbox-core 7.1.0 7.3.0
workbox-precaching 7.1.0 7.3.0
workbox-routing 7.1.0 7.3.0
workbox-strategies 7.1.0 7.3.0
workbox-window 7.1.0 7.3.0

Updates @sentry/vite-plugin from 2.22.5 to 2.22.6

Release notes

Sourced from @​sentry/vite-plugin's releases.

2.22.6

  • fix(core): Use sha256 instead of md5 to generate uuids from string (#619)
Changelog

Sourced from @​sentry/vite-plugin's changelog.

2.22.6

  • fix(core): Use sha256 instead of md5 to generate uuids from string (#619)
Commits

Updates @sentry/vue from 7.119.2 to 7.120.0

Release notes

Sourced from @​sentry/vue's releases.

7.120.0

  • feat(v7/browser): Add moduleMetadataIntegration lazy loading support (#13822)

Work in this release contributed by @​gilisho. Thank you for your contribution!

Changelog

Sourced from @​sentry/vue's changelog.

7.120.0

  • feat(v7/browser): Add moduleMetadataIntegration lazy loading support (#13822)

Work in this release contributed by @​gilisho. Thank you for your contribution!

Commits

Updates @types/node from 20.16.11 to 20.17.9

Commits

Updates @vitejs/plugin-vue from 5.1.4 to 5.2.1

Release notes

Sourced from @​vitejs/plugin-vue's releases.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vitejs/plugin-vue's changelog.

5.2.1 (2024-11-26)

5.2.0 (2024-11-13)

  • feat: add a feature option to support custom component id generator (#461) (7a1fc4c), closes #461

5.1.5 (2024-11-11)

Commits

Updates @vue/compiler-sfc from 3.5.12 to 3.5.13

Release notes

Sourced from @​vue/compiler-sfc's releases.

v3.5.13

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from @​vue/compiler-sfc's changelog.

3.5.13 (2024-11-15)

Bug Fixes

  • compiler-core: handle v-memo + v-for with functional key (#12014) (99009ee), closes #12013
  • compiler-dom: properly stringify template string style (#12392) (2d78539), closes #12391
  • custom-element: avoid triggering mutationObserver when relecting props (352bc88), closes #12214 #12215
  • deps: update dependency postcss to ^8.4.48 (#12356) (b5ff930)
  • hydration: the component vnode's el should be updated when a mismatch occurs. (#12255) (a20a4cb), closes #12253
  • reactiivty: avoid unnecessary watcher effect removal from inactive scope (2193284), closes #5783 #5806
  • reactivity: release nested effects/scopes on effect scope stop (#12373) (bee2f5e), closes #12370
  • runtime-dom: set css vars before user onMounted hooks (2d5c5e2), closes #11533
  • runtime-dom: set css vars on update to handle child forcing reflow in onMount (#11561) (c4312f9)
  • ssr: avoid updating subtree of async component if it is resolved (#12363) (da7ad5e), closes #12362
  • ssr: ensure v-text updates correctly with custom directives in SSR output (#12311) (1f75d4e), closes #12309
  • ssr: handle initial selected state for select with v-model + v-for option (#12399) (4f8d807), closes #12395
  • teleport: handle deferred teleport update before mounted (#12168) (8bff142), closes #12161
  • templateRef: set ref on cached async component which wrapped in KeepAlive (#12290) (983eb50), closes #4999 #5004
  • test: update snapshot (#12169) (828d4a4)
  • Transition: fix transition memory leak edge case (#12182) (660132d), closes #12181
  • transition: reflow before leave-active class after leave-from (#12288) (4b479db), closes #2593
  • types: defineEmits w/ interface declaration (#12343) (1022eab), closes #8457
  • v-once: setting hasOnce to current block only when in v-once (#12374) (37300fc), closes #12371

Performance Improvements

  • reactivity: do not track inner key `__v_skip`` (#11690) (d637bd6)
  • runtime-core: use feature flag for call to resolveMergedOptions (#12163) (1755ac0)
Commits

Updates @vue/runtime-core from 3.5.12 to 3.5.13

Release notes

Sourced from @​vue/runtime-core's releases.

v3.5.13

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from @​vue/runtime-core's changelog.

3.5.13 (2024-11-15)

Bug Fixes

  • compiler-core: handle v-memo + v-for with functional key (#12014) (99009ee), closes #12013
  • compiler-dom: properly stringify template string style (#12392) (2d78539), closes #12391
  • custom-element: avoid triggering mutationObserver when relecting props (352bc88), closes #12214 #12215
  • deps: update dependency postcss to ^8.4.48 (#12356) (b5ff930)
  • hydration: the component vnode's el should be updated when a mismatch occurs. (#12255) (a20a4cb), closes #12253
  • reactiivty: avoid unnecessary watcher effect removal from inactive scope (2193284), closes #5783 #5806
  • reactivity: release nested effects/scopes on effect scope stop (#12373) (bee2f5e), closes #12370
  • runtime-dom: set css vars before user onMounted hooks (2d5c5e2), closes #11533
  • runtime-dom: set css vars on update to handle child forcing reflow in onMount (#11561) (c4312f9)
  • ssr: avoid updating subtree of async component if it is resolved (#12363) (da7ad5e), closes #12362
  • ssr: ensure v-text updates correctly with custom directives in SSR output (#12311) (1f75d4e), closes #12309
  • ssr: handle initial selected state for select with v-model + v-for option (#12399) (4f8d807), closes #12395
  • teleport: handle deferred teleport update before mounted (#12168) (8bff142), closes #12161
  • templateRef: set ref on cached async component which wrapped in KeepAlive (#12290) (983eb50), closes #4999 #5004
  • test: update snapshot (#12169) (828d4a4)
  • Transition: fix transition memory leak edge case (#12182) (660132d), closes #12181
  • transition: reflow before leave-active class after leave-from (#12288) (4b479db), closes #2593
  • types: defineEmits w/ interface declaration (#12343) (1022eab), closes #8457
  • v-once: setting hasOnce to current block only when in v-once (#12374) (37300fc), closes #12371

Performance Improvements

  • reactivity: do not track inner key `__v_skip`` (#11690) (d637bd6)
  • runtime-core: use feature flag for call to resolveMergedOptions (#12163) (1755ac0)
Commits
  • 6eb29d3 release: v3.5.13
  • 983eb50 fix(templateRef): set ref on cached async component which wrapped in KeepAliv...
  • da7ad5e fix(ssr): avoid updating subtree of async component if it is resolved (#12363)
  • a20a4cb fix(hydration): the component vnode's el should be updated when a mismatch oc...
  • 1022eab fix(types): defineEmits w/ interface declaration (#12343)
  • 660132d fix(Transition): fix transition memory leak edge case (#12182)
  • 8bff142 fix(teleport): handle deferred teleport update before mounted (#12168)
  • 37300fc fix(v-once): setting hasOnce to current block only when in v-once (#12374)
  • bee2f5e fix(reactivity): release nested effects/scopes on effect scope stop (#12373)
  • a038505 chore: improve renderComponentRoot warn message (#10914)
  • Additional commits viewable in compare view

Updates laravel-vite-plugin from 1.0.5 to 1.0.6

Release notes

Sourced from laravel-vite-plugin's releases.

v1.0.6

Changelog

Sourced from laravel-vite-plugin's changelog.

v1.0.6 - 2024-11-12

Commits

Updates naive-ui from 2.40.1 to 2.40.2

Changelog

Sourced from naive-ui's changelog.

2.40.2

2024-11-26

Fixes

  • Fix n-time-picker's use-12-hours type error warning, closes #4308
  • Fix input-number the problem that the negative sign is replaced when the negative sign is entered.
  • Fix n-data-table's header will show scrollbar in some old browsers, closes #6557.

Features

  • 🌟 Adds n-marquee component.
  • n-image adds error slot, closes #5649.
  • n-date-picker adds date-format prop.
  • n-date-picker adds calendar-day-format prop.
  • n-date-picker adds calendar-header-year-format prop.
  • n-date-picker adds calendar-header-month-format prop.
  • n-date-picker adds calendar-header-month-before-year prop.
  • n-date-picker adds calendar-header-month-year-separator prop.
  • n-progress's color prop supports gradient config.
  • n-select adds font-weight theme variable
  • n-input adds font-weight theme variable
  • n-data-table adds get-csv-header and get-csv-cell props, closes #6542.
Commits

Updates vite from 5.4.8 to 5.4.11

Release notes

Sourced from vite's releases.

v5.4.11

Please refer to CHANGELOG.md for details.

v5.4.10

Please refer to CHANGELOG.md for details.

v5.4.9

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

6.0.1 (2024-11-27)

6.0.0 (2024-11-26)

Vite 6 is out!

Today, we're taking another big step in Vite's story. The Vite team, contributors, and ecosystem partners are excited to announce the release of the next Vite major:

We want to thank the more than 1K contributors to Vite Core and the maintainers and contributors of Vite plugins, integrations, tools, and translations that have helped us craft this new major. We invite you to get involved and help us improve Vite for the whole ecosystem. Learn more at our Contributing Guide.

Breaking Changes

... (truncated)

Commits
  • c54c860 release: v5.4.11
  • 5f52bc8 release: v5.4.10
  • 7d1a3bc fix: backport #18367,augment hash for CSS files to prevent chromium erroring ...
  • 898d61f release: v5.4.9
  • 508d9ab fix: bump launch-editor-middleware to v2.9.1 (#18348)
  • dc5434c fix(deps): bump tsconfck (#18322)
  • 851b258 fix(hmr): don't try to rewrite imports for direct CSS soft invalidation (#18252)
  • 96084d6 fix(data-uri): only match ids starting with data: (#18241)
  • eae00b5 fix(css): fix lightningcss dep url resolution with custom root (#18125)
  • c23558a chore: update all url references of vitejs.dev to vite.dev (#18276)
  • Additional commits viewable in compare view

Updates vite-plugin-windicss from 1.9.3 to 1.9.4

Release notes

Sourced from vite-plugin-windicss's releases.

v1.9.4

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates workbox-core from 7.1.0 to 7.3.0

Release notes

Sourced from workbox-core's releases.

Workbox v7.3.0

v7.3.0

  • Critical dependency updates.
Commits
Maintainer changes

This version was pushed to npm by tomayac, a new releaser for workbox-core since your current version.


Updates workbox-precaching from 7.1.0 to 7.3.0

Release notes

Sourced from workbox-precaching's releases.

Workbox v7.3.0

v7.3.0

  • Critical dependency updates.
Commits
Maintainer changes

This version was pushed to npm by tomayac, a new releaser for workbox-precaching since your current version.


Updates workbox-routing from 7.1.0 to 7.3.0

Release notes

Sourced from workbox-routing's releases.

Workbox v7.3.0

v7.3.0

  • Critical dependency updates.
Commits
Maintainer changes

This version was pushed to npm by tomayac, a new releaser for workbox-routing since your current version.


Updates workbox-strategies from 7.1.0 to 7.3.0

Release notes

Sourced from workbox-strategies's releases.

Workbox v7.3.0

v7.3.0

  • Critical dependency updates.
Commits

…ith 15 updates

Bumps the dev-dependencies group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@sentry/vite-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins) | `2.22.5` | `2.22.6` |
| [@sentry/vue](https://github.com/getsentry/sentry-javascript) | `7.119.2` | `7.120.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.16.11` | `20.17.9` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `5.1.4` | `5.2.1` |
| [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) | `3.5.12` | `3.5.13` |
| [@vue/runtime-core](https://github.com/vuejs/core/tree/HEAD/packages/runtime-core) | `3.5.12` | `3.5.13` |
| [laravel-vite-plugin](https://github.com/laravel/vite-plugin) | `1.0.5` | `1.0.6` |
| [naive-ui](https://github.com/tusen-ai/naive-ui) | `2.40.1` | `2.40.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.8` | `5.4.11` |
| [vite-plugin-windicss](https://github.com/antfu/vite-plugin-windicss) | `1.9.3` | `1.9.4` |
| [workbox-core](https://github.com/googlechrome/workbox) | `7.1.0` | `7.3.0` |
| [workbox-precaching](https://github.com/googlechrome/workbox) | `7.1.0` | `7.3.0` |
| [workbox-routing](https://github.com/googlechrome/workbox) | `7.1.0` | `7.3.0` |
| [workbox-strategies](https://github.com/googlechrome/workbox) | `7.1.0` | `7.3.0` |
| [workbox-window](https://github.com/googlechrome/workbox) | `7.1.0` | `7.3.0` |



Updates `@sentry/vite-plugin` from 2.22.5 to 2.22.6
- [Release notes](https://github.com/getsentry/sentry-javascript-bundler-plugins/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript-bundler-plugins@2.22.5...2.22.6)

Updates `@sentry/vue` from 7.119.2 to 7.120.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.120.0/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@7.119.2...7.120.0)

Updates `@types/node` from 20.16.11 to 20.17.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@vitejs/plugin-vue` from 5.1.4 to 5.2.1
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/[email protected]/packages/plugin-vue)

Updates `@vue/compiler-sfc` from 3.5.12 to 3.5.13
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.5.13/packages/compiler-sfc)

Updates `@vue/runtime-core` from 3.5.12 to 3.5.13
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.5.13/packages/runtime-core)

Updates `laravel-vite-plugin` from 1.0.5 to 1.0.6
- [Release notes](https://github.com/laravel/vite-plugin/releases)
- [Changelog](https://github.com/laravel/vite-plugin/blob/1.x/CHANGELOG.md)
- [Commits](laravel/vite-plugin@v1.0.5...v1.0.6)

Updates `naive-ui` from 2.40.1 to 2.40.2
- [Changelog](https://github.com/tusen-ai/naive-ui/blob/main/CHANGELOG.en-US.md)
- [Commits](tusen-ai/naive-ui@v2.40.1...v2.40.2)

Updates `vite` from 5.4.8 to 5.4.11
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.11/packages/vite)

Updates `vite-plugin-windicss` from 1.9.3 to 1.9.4
- [Release notes](https://github.com/antfu/vite-plugin-windicss/releases)
- [Commits](windicss/vite-plugin-windicss@v1.9.3...v1.9.4)

Updates `workbox-core` from 7.1.0 to 7.3.0
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](GoogleChrome/workbox@v7.1.0...v7.3.0)

Updates `workbox-precaching` from 7.1.0 to 7.3.0
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](GoogleChrome/workbox@v7.1.0...v7.3.0)

Updates `workbox-routing` from 7.1.0 to 7.3.0
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](GoogleChrome/workbox@v7.1.0...v7.3.0)

Updates `workbox-strategies` from 7.1.0 to 7.3.0
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](GoogleChrome/workbox@v7.1.0...v7.3.0)

Updates `workbox-window` from 7.1.0 to 7.3.0
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](GoogleChrome/workbox@v7.1.0...v7.3.0)

---
updated-dependencies:
- dependency-name: "@sentry/vite-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@sentry/vue"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@vitejs/plugin-vue"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@vue/compiler-sfc"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@vue/runtime-core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: laravel-vite-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: naive-ui
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: vite-plugin-windicss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: workbox-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: workbox-precaching
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: workbox-routing
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: workbox-strategies
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: workbox-window
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 30, 2024
@github-actions github-actions bot added the enhancement New feature or request label Nov 30, 2024
@feryardiant feryardiant merged commit 81b08eb into main Dec 1, 2024
7 checks passed
@feryardiant feryardiant deleted the dependabot/npm_and_yarn/dev-dependencies-998fc6a0a1 branch December 1, 2024 03:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant