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 10 updates #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 1, 2025

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

Package From To
@fontsource/nunito 5.1.0 5.1.1
@iconify/vue 4.1.2 4.2.0
@inertiajs/core 1.2.0 1.3.0
@inertiajs/vue3 1.2.0 1.3.0
@sentry/vite-plugin 2.22.6 2.22.7
@sentry/vue 7.120.0 7.120.2
@types/node 20.17.9 20.17.11
laravel-vite-plugin 1.0.6 1.1.1
lint-staged 15.2.10 15.3.0
naive-ui 2.40.2 2.40.4

Updates @fontsource/nunito from 5.1.0 to 5.1.1

Commits

Updates @iconify/vue from 4.1.2 to 4.2.0

Commits

Updates @inertiajs/core from 1.2.0 to 1.3.0

Release notes

Sourced from @​inertiajs/core's releases.

v1.3.0

Added

Changed

  • Skip intercepting non-left button clicks on links (#1908, #1910)
  • Changed preserveScroll to be true on initial page visit (#1360)
  • Return early when using router.on() during SSR (#1715)
  • Use updater function in setData in useForm hook in React adapter (#1859)

Fixed

  • Fix history navigation issue on Chrome iOS (#1984, #1992)
  • Fix setNavigationType for Safari 10 (#1957)
  • Export InertiaFormProps in all adapters (#1596, #1734)
  • Fix isDirty after form.defaults() call in Vue 3 (#1985)
  • Fix scroll reset on page navigation (#1980)
  • Fix scroll position restoration for [scroll-region] elements (#1782, #1980)
  • Fix useForm re-renders by memoizing functions in React adapter (#1607)
  • Fix doubling hash when using <React.StrictMode> (#1728)
  • Fix type augmentation in Vue 3 adapter (#1958)
  • Fix form helper transform return type in React adapter (#1896)
  • Fix props reactivity in Svelte adapter (#1969)
  • Fix <Render /> component to respect preserveState option in Svelte adapter (#1943)
  • Fix 'received an unexpected slot "default"' warning in Svelte adapter (#1941)
  • Fix command + click behavior on links in React adapter (#2132)
  • Fix import in Svelte adapter (#2002)

v1.3.0-beta.2

v1.3.0-beta.1

Added

  • Add Svelte 5 support (#1970)
  • Add TypeScript support to Svelte adapter (#1866)

Changed

  • Skip intercepting non-left button clicks on links (#1908, #1910)
  • Changed preserveScroll to be true on initial page visit (#1360)
  • Return early when using router.on() during SSR (#1715)
  • Use updater function in setData in useForm hook in React adapter (#1859)

Fixed

... (truncated)

Commits

Updates @inertiajs/vue3 from 1.2.0 to 1.3.0

Release notes

Sourced from @​inertiajs/vue3's releases.

v1.3.0

Added

Changed

  • Skip intercepting non-left button clicks on links (#1908, #1910)
  • Changed preserveScroll to be true on initial page visit (#1360)
  • Return early when using router.on() during SSR (#1715)
  • Use updater function in setData in useForm hook in React adapter (#1859)

Fixed

  • Fix history navigation issue on Chrome iOS (#1984, #1992)
  • Fix setNavigationType for Safari 10 (#1957)
  • Export InertiaFormProps in all adapters (#1596, #1734)
  • Fix isDirty after form.defaults() call in Vue 3 (#1985)
  • Fix scroll reset on page navigation (#1980)
  • Fix scroll position restoration for [scroll-region] elements (#1782, #1980)
  • Fix useForm re-renders by memoizing functions in React adapter (#1607)
  • Fix doubling hash when using <React.StrictMode> (#1728)
  • Fix type augmentation in Vue 3 adapter (#1958)
  • Fix form helper transform return type in React adapter (#1896)
  • Fix props reactivity in Svelte adapter (#1969)
  • Fix <Render /> component to respect preserveState option in Svelte adapter (#1943)
  • Fix 'received an unexpected slot "default"' warning in Svelte adapter (#1941)
  • Fix command + click behavior on links in React adapter (#2132)
  • Fix import in Svelte adapter (#2002)

v1.3.0-beta.2

v1.3.0-beta.1

Added

  • Add Svelte 5 support (#1970)
  • Add TypeScript support to Svelte adapter (#1866)

Changed

  • Skip intercepting non-left button clicks on links (#1908, #1910)
  • Changed preserveScroll to be true on initial page visit (#1360)
  • Return early when using router.on() during SSR (#1715)
  • Use updater function in setData in useForm hook in React adapter (#1859)

Fixed

... (truncated)

Changelog

Sourced from @​inertiajs/vue3's changelog.

v1.3.0

Added

Changed

  • Skip intercepting non-left button clicks on links (#1908, #1910)
  • Changed preserveScroll to be true on initial page visit (#1360)
  • Return early when using router.on() during SSR (#1715)
  • Use updater function in setData in useForm hook in React adapter (#1859)

Fixed

  • Fix history navigation issue on Chrome iOS (#1984, #1992)
  • Fix setNavigationType for Safari 10 (#1957)
  • Export InertiaFormProps in all adapters (#1596, #1734)
  • Fix isDirty after form.defaults() call in Vue 3 (#1985)
  • Fix scroll reset on page navigation (#1980)
  • Fix scroll position restoration for [scroll-region] elements (#1782, #1980)
  • Fix useForm re-renders by memoizing functions in React adapter (#1607)
  • Fix doubling hash when using <React.StrictMode> (#1728)
  • Fix type augmentation in Vue 3 adapter (#1958)
  • Fix form helper transform return type in React adapter (#1896)
  • Fix props reactivity in Svelte adapter (#1969)
  • Fix <Render /> component to respect preserveState option in Svelte adapter (#1943)
  • Fix 'received an unexpected slot "default"' warning in Svelte adapter (#1941)
  • Fix command + click behavior on links in React adapter (#2132)
  • Fix import in Svelte adapter (#2002)
Commits
  • 0be4662 v1.3.0
  • 2d4d4f4 v1.3.0-beta.2
  • 9476aa5 v1.3.0-beta.1
  • c10df1a Revert changes from #1967
  • 23d17f1 Revert "[1.x] useForm wrongly overwrites default values ​​after successful su...
  • fd39b40 Formatting
  • 46a74a5 [1.x] Export InertiaFormProps in Vue and Svelte Adapters (#1734)
  • 48e1595 Fix isDirty after form.defaults() call in Vue 3 (#1985)
  • ee1aea7 [1.x] useForm wrongly overwrites default values ​​after successful submission...
  • 91deb73 [1.x] Fix "DataCloneError: <Object> could not be cloned" (#1967)
  • Additional commits viewable in compare view

Updates @sentry/vite-plugin from 2.22.6 to 2.22.7

Release notes

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

2.22.7

  • deps: Bump @sentry/cli to 2.39.1 and require specific version (#632)
  • feat(telemetry): Record if plugin is run in CI (#627)
Changelog

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

2.22.7

  • deps: Bump @sentry/cli to 2.39.1 and require specific version (#632)
  • feat(telemetry): Record if plugin is run in CI (#627)
Commits

Updates @sentry/vue from 7.120.0 to 7.120.2

Release notes

Sourced from @​sentry/vue's releases.

7.120.2

  • fix(tracing-internal): Fix case when lrp keys offset is 0 (#14615)

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

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 80.96 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 71.9 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 76.15 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 65.52 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 35.78 KB
@​sentry/browser (incl. browserTracingIntegration) - Webpack (gzipped) 35.67 KB
@​sentry/browser (incl. Feedback) - Webpack (gzipped) 31.71 KB
@​sentry/browser (incl. sendFeedback) - Webpack (gzipped) 31.73 KB
@​sentry/browser - Webpack (gzipped) 22.92 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 79.18 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 70.5 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 36.17 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 25.42 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 221.94 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 109.54 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 76.26 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 39.45 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 72.4 KB
@​sentry/react - Webpack (gzipped) 22.95 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 90.16 KB
@​sentry/nextjs Client - Webpack (gzipped) 54.28 KB
@​sentry-internal/feedback - Webpack (gzipped) 17.34 KB

7.120.1

  • fix(v7/cdn): Ensure _sentryModuleMetadata is not mangled (#14357)

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

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 80.96 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 71.9 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 76.14 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 65.52 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 35.78 KB
@​sentry/browser (incl. browserTracingIntegration) - Webpack (gzipped) 35.67 KB
@​sentry/browser (incl. Feedback) - Webpack (gzipped) 31.71 KB
@​sentry/browser (incl. sendFeedback) - Webpack (gzipped) 31.73 KB
@​sentry/browser - Webpack (gzipped) 22.92 KB

... (truncated)

Changelog

Sourced from @​sentry/vue's changelog.

7.120.2

  • fix(tracing-internal): Fix case when lrp keys offset is 0 (#14615)

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

7.120.1

  • fix(v7/cdn): Ensure _sentryModuleMetadata is not mangled (#14357)

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

Commits
  • 85a3cac release: 7.120.2
  • 5908e0a meta(v7/changelog): Add changelog for 1.120.2 (#14673)
  • 4690bf3 Merge pull request #14615 from LubomirIgonda1/fix-express-route-params
  • 0e9c7f6 fix(tracing-internal): fix code formatting
  • 78892ad fix(tracing-internal): Fix case when lrp keys offset is 0
  • fde81a6 Merge branch 'release/7.120.1' into v7
  • 17b8021 Merge remote-tracking branch 'origin/v7' into release/7.120.1
  • 8a1911a ci(v7/profiling) upgrade deprecated runners (#14577)
  • d270afd release: 7.120.1
  • 89416b1 meta(v7/changelog): Add changelog for 7.120.1 (#14564)
  • Additional commits viewable in compare view

Updates @types/node from 20.17.9 to 20.17.11

Commits

Updates laravel-vite-plugin from 1.0.6 to 1.1.1

Release notes

Sourced from laravel-vite-plugin's releases.

v1.1.1

v1.1.0

Changelog

Sourced from laravel-vite-plugin's changelog.

v1.1.1 - 2024-12-03

v1.1.0 - 2024-12-02

Commits

Updates lint-staged from 15.2.10 to 15.3.0

Release notes

Sourced from lint-staged's releases.

v15.3.0

Minor Changes

  • #1495 e69da9e Thanks @​iiroj! - Added more info to the debug logs so that "environment" info doesn't need to be added separately to GitHub issues.

  • #1493 fa0fe98 Thanks @​iiroj! - Added more help messages around the automatic git stash that lint-staged creates as a backup (by default). The console output also displays the short git hash of the stash so that it's easier to recover lost files in case some fatal errors are encountered, or the process is killed before completing.

    For example:

    % npx lint-staged
    ✔ Backed up original state in git stash (20addf8)
    ✔ Running tasks for staged files...
    ✔ Applying modifications from tasks...
    ✔ Cleaning up temporary files...
    

    where the backup can be seen with git show 20addf8, or git stash list:

    % git stash list
    stash@{0}: lint-staged automatic backup (20addf8)
    

v15.2.11

Patch Changes

  • #1484 bcfe309 Thanks @​wormsik! - Escape paths containing spaces when using the "shell" option.

  • #1487 7dd8caa Thanks @​iiroj! - Do not treat submodule root paths as "staged files". This caused lint-staged to fail to a Git error when only updating the revision of a submodule.

Changelog

Sourced from lint-staged's changelog.

15.3.0

Minor Changes

  • #1495 e69da9e Thanks @​iiroj! - Added more info to the debug logs so that "environment" info doesn't need to be added separately to GitHub issues.

  • #1493 fa0fe98 Thanks @​iiroj! - Added more help messages around the automatic git stash that lint-staged creates as a backup (by default). The console output also displays the short git hash of the stash so that it's easier to recover lost files in case some fatal errors are encountered, or the process is killed before completing.

    For example:

    % npx lint-staged
    ✔ Backed up original state in git stash (20addf8)
    ✔ Running tasks for staged files...
    ✔ Applying modifications from tasks...
    ✔ Cleaning up temporary files...
    

    where the backup can be seen with git show 20addf8, or git stash list:

    % git stash list
    stash@{0}: lint-staged automatic backup (20addf8)
    

15.2.11

Patch Changes

  • #1484 bcfe309 Thanks @​wormsik! - Escape paths containing spaces when using the "shell" option.

  • #1487 7dd8caa Thanks @​iiroj! - Do not treat submodule root paths as "staged files". This caused lint-staged to fail to a Git error when only updating the revision of a submodule.

Commits
  • 703002a chore(changeset): release
  • 4cee7d8 build(dependencies): update dependencies
  • ef9b02d Merge pull request #1495 from lint-staged/debug-info
  • e69da9e feat: add more info to debug logs, remove "environment" requirement from issu...
  • 1b36f55 docs: combine changesets
  • 6c9ab40 Merge pull request #1493 from lint-staged/help-messages
  • 22fe89d feat: add unique hash to backup stash message
  • c52cc92 docs: add a caution message about git stash
  • fa0fe98 feat: update first task message based on backup status
  • 7bd0447 feat: display "git stash list" message when restoring original state is skipped
  • Additional commits viewable in compare view

Updates naive-ui from 2.40.2 to 2.40.4

Changelog

Sourced from naive-ui's changelog.

2.40.4

Fixes

  • Fix n-data-table may have multiple expand trigger with tree data.

2.40.4

2024-12-20

Fixes

2.40.3

2024-12-02

  • Fix marquee is not exported with correct name.
Commits

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ith 10 updates

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

| Package | From | To |
| --- | --- | --- |
| [@fontsource/nunito](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/nunito) | `5.1.0` | `5.1.1` |
| [@iconify/vue](https://github.com/iconify/iconify/tree/HEAD/components/vue) | `4.1.2` | `4.2.0` |
| [@inertiajs/core](https://github.com/inertiajs/inertia/tree/HEAD/packages/inertia) | `1.2.0` | `1.3.0` |
| [@inertiajs/vue3](https://github.com/inertiajs/inertia/tree/HEAD/packages/vue3) | `1.2.0` | `1.3.0` |
| [@sentry/vite-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins) | `2.22.6` | `2.22.7` |
| [@sentry/vue](https://github.com/getsentry/sentry-javascript) | `7.120.0` | `7.120.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.17.9` | `20.17.11` |
| [laravel-vite-plugin](https://github.com/laravel/vite-plugin) | `1.0.6` | `1.1.1` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.10` | `15.3.0` |
| [naive-ui](https://github.com/tusen-ai/naive-ui) | `2.40.2` | `2.40.4` |



Updates `@fontsource/nunito` from 5.1.0 to 5.1.1
- [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/nunito)

Updates `@iconify/vue` from 4.1.2 to 4.2.0
- [Commits](https://github.com/iconify/iconify/commits/HEAD/components/vue)

Updates `@inertiajs/core` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/inertiajs/inertia/releases)
- [Commits](https://github.com/inertiajs/inertia/commits/v1.3.0/packages/inertia)

Updates `@inertiajs/vue3` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/inertiajs/inertia/releases)
- [Changelog](https://github.com/inertiajs/inertia/blob/master/CHANGELOG.md)
- [Commits](https://github.com/inertiajs/inertia/commits/v1.3.0/packages/vue3)

Updates `@sentry/vite-plugin` from 2.22.6 to 2.22.7
- [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.6...2.22.7)

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

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

Updates `laravel-vite-plugin` from 1.0.6 to 1.1.1
- [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.6...v1.1.1)

Updates `lint-staged` from 15.2.10 to 15.3.0
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.10...v15.3.0)

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

---
updated-dependencies:
- dependency-name: "@fontsource/nunito"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@iconify/vue"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@inertiajs/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@inertiajs/vue3"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-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-patch
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  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-minor
  dependency-group: dev-dependencies
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: naive-ui
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Author

dependabot bot commented on behalf of github Jan 1, 2025

The following labels could not be found: dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants