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 with 13 updates #99

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 29, 2024

Bumps the dev-dependencies group with 13 updates:

Package From To
@inertiajs/core 1.0.14 1.0.15
@inertiajs/vue3 1.0.14 1.0.15
@sentry/vite-plugin 2.14.1 2.14.2
@sentry/vue 7.101.1 7.104.0
@types/node 20.11.19 20.11.24
@vue/compiler-sfc 3.4.19 3.4.21
@vue/runtime-core 3.4.19 3.4.21
@vueuse/core 10.7.2 10.9.0
eslint 8.56.0 8.57.0
laravel-vite-plugin 1.0.1 1.0.2
naive-ui 2.37.3 2.38.1
vite 5.1.3 5.1.4
ziggy-js 1.8.1 1.8.2

Updates @inertiajs/core from 1.0.14 to 1.0.15

Release notes

Sourced from @​inertiajs/core's releases.

v1.0.15

  • Bump axios from v1.4.0 to v1.6.0 (#1723)
Commits

Updates @inertiajs/vue3 from 1.0.14 to 1.0.15

Release notes

Sourced from @​inertiajs/vue3's releases.

v1.0.15

  • Bump axios from v1.4.0 to v1.6.0 (#1723)
Changelog

Sourced from @​inertiajs/vue3's changelog.

v1.0.15

  • Bump axios from v1.4.0 to v1.6.0 (#1723)
Commits

Updates @sentry/vite-plugin from 2.14.1 to 2.14.2

Release notes

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

2.14.2

  • feat(core): Bundle in Sentry SDK deps (#487)
Changelog

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

2.14.2

  • feat(core): Bundle in Sentry SDK deps (#487)
Commits

Updates @sentry/vue from 7.101.1 to 7.104.0

Release notes

Sourced from @​sentry/vue's releases.

7.104.0

Important Changes

  • feat(performance): create Interaction standalone spans on inp events (#10709)

This release adds support for the INP web vital. This is currently only supported for Saas Sentry, and product support is released with the upcoming 24.3.0 release of self-hosted.

To opt-in to this feature, you can use the enableInp option in the browserTracingIntegration:

Sentry.init({
  integrations: [
    Sentry.browserTracingIntegration({
      enableInp: true,
    });
  ]
})

Other Changes

  • feat(feedback): Flush replays when feedback form opens (#10567)
  • feat(profiling-node): Expose nodeProfilingIntegration (#10864)
  • fix(profiling-node): Fix dependencies to point to current versions (#10861)
  • fix(replay): Add errorHandler for replayCanvas integration (#10796)

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 78.71 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 69.87 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 73.83 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 63.48 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 33.84 KB
@​sentry/browser (incl. browserTracingIntegration) - Webpack (gzipped) 34.88 KB
@​sentry/browser (incl. Feedback) - Webpack (gzipped) 31.44 KB
@​sentry/browser (incl. sendFeedback) - Webpack (gzipped) 31.45 KB
@​sentry/browser - Webpack (gzipped) 22.68 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 76.96 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 68.38 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 34.18 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 25.09 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 215.47 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 103.28 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 75.32 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 37.35 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 70.25 KB
@​sentry/react - Webpack (gzipped) 22.71 KB

... (truncated)

Changelog

Sourced from @​sentry/vue's changelog.

7.104.0

Important Changes

  • feat(performance): create Interaction standalone spans on inp events (#10709)

This release adds support for the INP web vital. This is currently only supported for Saas Sentry, and product support is released with the upcoming 24.3.0 release of self-hosted.

To opt-in to this feature, you can use the enableInp option in the browserTracingIntegration:

Sentry.init({
  integrations: [
    Sentry.browserTracingIntegration({
      enableInp: true,
    });
  ]
})

Other Changes

  • feat(feedback): Flush replays when feedback form opens (#10567)
  • feat(profiling-node): Expose nodeProfilingIntegration (#10864)
  • fix(profiling-node): Fix dependencies to point to current versions (#10861)
  • fix(replay): Add errorHandler for replayCanvas integration (#10796)

7.103.0

Important Changes

  • feat(core): Allow to pass forceTransaction to startSpan() APIs (#10819)

You can now pass forceTransaction: true to startSpan(), startSpanManual() and startInactiveSpan(). This allows you to start a span that you want to be a transaction, if possible. Under the hood, the SDK will connect this span to the running active span (if there is one), but still send the new span as a transaction to the Sentry backend, if possible, ensuring it shows up as a transaction throughout the system.

Please note that setting this to true does not guarantee that this will be sent as a transaction, but that the SDK will try to do so. You can enable this flag if this span is important to you and you want to ensure that you can see it in the Sentry UI.

Other Changes

  • fix: Make breadcrumbs option optional in WinterCGFetch integration (#10792)

7.102.1

  • fix(performance): Fixes latest route name and source for interactions not updating properly on navigation (#10702)

... (truncated)

Commits
  • eadb6c8 release: 7.104.0
  • 9d2f623 Merge pull request #10875 from getsentry/abhi-7.104.0-release
  • 868a20e fix(feedback): Update typing for v7
  • 17744cd feat(feedback): Flush replays when feedback form opens (#10567)
  • 3770187 fix(replay): Add errorHandler for replayCanvas integration (#10796)
  • c9e8fa9 meta: CHANGELOG for 7.104.0
  • 763eb1f fix(processing): [v7] Only mark aggregate errors as exception groups (#10866)
  • 82eaed0 feat(performance): create Interaction standalone spans on inp events (#10709)
  • fc676fc use more primitive types
  • 226c543 interactionId
  • Additional commits viewable in compare view

Updates @types/node from 20.11.19 to 20.11.24

Commits

Updates @vue/compiler-sfc from 3.4.19 to 3.4.21

Release notes

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

v3.4.21

Please refer to CHANGELOG.md for details.

v3.4.20

Please refer to CHANGELOG.md for details.

Changelog

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

3.4.21 (2024-02-28)

Bug Fixes

3.4.20 (2024-02-26)

Bug Fixes

  • parser: should not treat uppercase components as special tags (e0e0253), closes #10395
  • runtime-dom: avoid always resetting nullish option value (ff130c4), closes #10396
  • runtime-dom: fix nested v-show priority regression (364f890), closes #10338
  • runtime-dom: v-bind style should clear previous css string value (#10373) (e2d3235), closes #10352
  • suspense: handle suspense switching with nested suspense (#10184) (0f3da05), closes #10098
  • types: better typing for direct setup signature of defineComponent (#10357) (eadce5b), closes #8604 #8855
Commits

Updates @vue/runtime-core from 3.4.19 to 3.4.21

Release notes

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

v3.4.21

Please refer to CHANGELOG.md for details.

v3.4.20

Please refer to CHANGELOG.md for details.

Changelog

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

3.4.21 (2024-02-28)

Bug Fixes

3.4.20 (2024-02-26)

Bug Fixes

  • parser: should not treat uppercase components as special tags (e0e0253), closes #10395
  • runtime-dom: avoid always resetting nullish option value (ff130c4), closes #10396
  • runtime-dom: fix nested v-show priority regression (364f890), closes #10338
  • runtime-dom: v-bind style should clear previous css string value (#10373) (e2d3235), closes #10352
  • suspense: handle suspense switching with nested suspense (#10184) (0f3da05), closes #10098
  • types: better typing for direct setup signature of defineComponent (#10357) (eadce5b), closes #8604 #8855
Commits
  • f66a75e release: v3.4.21
  • bc37258 fix(warning): stringify args in warn handler (#10414)
  • 7c97778 fix(suspense): ensure nested suspense patching if in fallback state (#10417)
  • 89de26c release: v3.4.20
  • 6c74fb0 chore: rename and export DefineSetupFnComponent
  • 9a365fe refactor: use more descriptive name for v-show original display key
  • c6defc8 chore: remove unused ts-expect-error
  • edbbb6d refactor(transition): remove unused getTransitionKey logic (#10283)
  • ede2e3f test: remove unnecessary code in apiCreateApp tests (#10388)
  • eadce5b fix(types): better typing for direct setup signature of defineComponent (#10357)
  • Additional commits viewable in compare view

Updates @vueuse/core from 10.7.2 to 10.9.0

Release notes

Sourced from @​vueuse/core's releases.

v10.9.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v10.8.0

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits
  • 639a57c chore: release v10.9.0
  • a9f02dd fix(useClipboard): fix issue when permission is not defined (#3812)
  • b142638 fix(useActiveElement/useFocusWithin): replace computedWithControl with locall...
  • 74e86b5 fix(useScrollLock): initialOverflow is not working (#3798)
  • ee2977b fix(useMounted): compatible with vue2.7 (#3802)
  • 0600c90 refactor(useStorage): minor cleanup (#3806)
  • 8eb599d chore: release v10.8.0
  • fab863a fix(useScroll): add onError hook and avoid throws by default, fix #3580 (#3...
  • b33ab7b feat(useEventSource): add autoReconnect and immediate to options, update ...
  • 69990c0 fix(useRafFn): fix fpsLimit option, fix #3481, close #3482
  • Additional commits viewable in compare view

Updates eslint from 8.56.0 to 8.57.0

Release notes

Sourced from eslint's releases.

v8.57.0

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#18056) (Milos Djermanovic)

Documentation

  • 84922d0 docs: Show prerelease version in dropdown (#18139) (Nicholas C. Zakas)
  • 5b8c363 docs: Switch to Ethical Ads (#18117) (Milos Djermanovic)
  • 77dbfd9 docs: show NEXT in version selectors (#18052) (Milos Djermanovic)

Chores

  • 1813aec chore: upgrade @​eslint/js@​8.57.0 (#18143) (Milos Djermanovic)
  • 5c356bb chore: package.json update for @​eslint/js release (Jenkins)
  • f4a1fe2 test: add more tests for ignoring files and directories (#18068) (Nitin Kumar)
  • 42c0aef ci: Enable CI for v8.x branch (#18047) (Milos Djermanovic)
Changelog

Sourced from eslint's changelog.

v8.57.0 - February 23, 2024

  • 1813aec chore: upgrade @​eslint/js@​8.57.0 (#18143) (Milos Djermanovic)
  • 5c356bb chore: package.json update for @​eslint/js release (Jenkins)
  • 84922d0 docs: Show prerelease version in dropdown (#18139) (Nicholas C. Zakas)
  • 1120b9b feat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas)
  • 5b8c363 docs: Switch to Ethical Ads (#18117) (Milos Djermanovic)
  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#18064) (Nitin Kumar)
  • f4a1fe2 test: add more tests for ignoring files and directories (#18068) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#18065) (Nitin Kumar)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#18066) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#18056) (Milos Djermanovic)
  • 77dbfd9 docs: show NEXT in version selectors (#18052) (Milos Djermanovic)
  • 42c0aef ci: Enable CI for v8.x branch (#18047) (Milos Djermanovic)

v9.0.0-beta.0 - February 9, 2024

  • e40d1d7 chore: upgrade @​eslint/js@​9.0.0-beta.0 (#18108) (Milos Djermanovic)
  • 9870f93 chore: package.json update for @​eslint/js release (Jenkins)
  • 2c62e79 chore: upgrade @​eslint/eslintrc@​3.0.1 (#18107) (Milos Djermanovic)
  • 81f0294 chore: upgrade [email protected] (#18106) (Milos Djermanovic)
  • 5e2b292 chore: upgrade [email protected] (#18105) (Milos Djermanovic)
  • 9163646 feat!: Rule Tester checks for missing placeholder data in the message (#18073) (fnx)
  • 53f0f47 feat: Add loadESLint() API method for v9 (#18097) (Nicholas C. Zakas)
  • f1c7e6f docs: Switch to Ethical Ads (#18090) (Strek)
  • 15c143f docs: JS Foundation -> OpenJS Foundation in PR template (#18092) (Nicholas C. Zakas)
  • c4d26fd fix: use-isnan doesn't report on SequenceExpressions (#18059) (StyleShit)
  • 6ea339e docs: add stricter rule test validations to v9 migration guide (#18085) (Milos Djermanovic)
  • ce838ad chore: replace dependency npm-run-all with npm-run-all2 ^5.0.0 (#18045) (renovate[bot])
  • 3c816f1 docs: use relative link from CLI to core concepts (#18083) (Milos Djermanovic)
  • 54df731 chore: update dependency markdownlint-cli to ^0.39.0 (#18084) (renovate[bot])
  • 9458735 docs: fix malformed eslint config comments in rule examples (#18078) (Francesco Trotta)
  • 07a1ada docs: link from --fix CLI doc to the relevant core concept (#18080) (Bryan Mishkin)
  • 8f06a60 chore: update dependency shelljs to ^0.8.5 (#18079) (Francesco Trotta)
  • b844324 docs: Update team responsibilities (#18048) (Nicholas C. Zakas)
  • aadfb60 docs: document languageOptions and other v9 changes for context (#18074) (fnx)
  • 3c4d51d feat!: default for enforceForClassMembers in no-useless-computed-key (#18054) (Francesco Trotta)
  • 47e60f8 feat!: Stricter rule test validations (#17654) (fnx)
  • 1a94589 feat!: no-unused-vars default caughtErrors to 'all' (#18043) (Josh Goldberg ✨)
  • 857e242 docs: tweak explanation for meta.docs rule properties (#18057) (Bryan Mishkin)
  • 10485e8 docs: recommend messageId over message for reporting rule violations (#18050) (Bryan Mishkin)
  • 98b5ab4 docs: Update README (GitHub Actions Bot)
  • 93ffe30 chore: update dependency file-entry-cache to v8 (#17903) (renovate[bot])
  • 505fbf4 docs: update no-restricted-imports rule (#18015) (Tanuj Kanti)
  • 2d11d46 feat: add suggestions to use-isnan in binary expressions (#17996) (StyleShit)
  • c25b4af docs: Update README (GitHub Actions Bot)

v9.0.0-alpha.2 - January 26, 2024

... (truncated)

Commits

Updates laravel-vite-plugin from 1.0.1 to 1.0.2

Release notes

Sourced from laravel-vite-plugin's releases.

v1.0.2

Changelog

Sourced from laravel-vite-plugin's changelog.

v1.0.2 - 2024-02-28

Commits

Updates naive-ui from 2.37.3 to 2.38.1

Changelog

Sourced from naive-ui's changelog.

2.38.1

2024-02-26

Fixes

  • Fix n-split's min attribute does not take effect.
  • Fix n-result built-in icons not re-rendered after hydration.
  • Fix n-tabs whose type is 'segment' has capsule with wrong width and position after resize, closes #5705.
  • Fix n-tabs's capsule wrong width and position after resize within n-modal, closes #5569.
  • Fix n-split doesn't work with inline-theme-disabled prop.
  • Fix n-float-button doesn't work with inline-theme-disabled prop.
...

Description has been truncated

@dependabot dependabot bot requested a review from a team February 29, 2024 23:40
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 29, 2024
@github-actions github-actions bot added the enhancement New feature or request label Feb 29, 2024
@feryardiant feryardiant changed the base branch from main to feat/upgrade-deps March 1, 2024 00:15
@feryardiant
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot changed the base branch from feat/upgrade-deps to main March 1, 2024 00:32
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-0fbaee4731 branch from 6a0ce6b to c951876 Compare March 1, 2024 00:32
Bumps the dev-dependencies group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [@inertiajs/core](https://github.com/inertiajs/inertia/tree/HEAD/packages/inertia) | `1.0.14` | `1.0.15` |
| [@inertiajs/vue3](https://github.com/inertiajs/inertia/tree/HEAD/packages/vue3) | `1.0.14` | `1.0.15` |
| [@sentry/vite-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins) | `2.14.1` | `2.14.2` |
| [@sentry/vue](https://github.com/getsentry/sentry-javascript) | `7.101.1` | `7.104.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.19` | `20.11.24` |
| [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) | `3.4.19` | `3.4.21` |
| [@vue/runtime-core](https://github.com/vuejs/core/tree/HEAD/packages/runtime-core) | `3.4.19` | `3.4.21` |
| [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `10.7.2` | `10.9.0` |
| [eslint](https://github.com/eslint/eslint) | `8.56.0` | `8.57.0` |
| [laravel-vite-plugin](https://github.com/laravel/vite-plugin) | `1.0.1` | `1.0.2` |
| [naive-ui](https://github.com/tusen-ai/naive-ui) | `2.37.3` | `2.38.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.1.3` | `5.1.4` |
| [ziggy-js](https://github.com/tighten/ziggy) | `1.8.1` | `1.8.2` |


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

Updates `@inertiajs/vue3` from 1.0.14 to 1.0.15
- [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.0.15/packages/vue3)

Updates `@sentry/vite-plugin` from 2.14.1 to 2.14.2
- [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.14.1...2.14.2)

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

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

Updates `@vue/compiler-sfc` from 3.4.19 to 3.4.21
- [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.4.21/packages/compiler-sfc)

Updates `@vue/runtime-core` from 3.4.19 to 3.4.21
- [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.4.21/packages/runtime-core)

Updates `@vueuse/core` from 10.7.2 to 10.9.0
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v10.9.0/packages/core)

Updates `eslint` from 8.56.0 to 8.57.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.56.0...v8.57.0)

Updates `laravel-vite-plugin` from 1.0.1 to 1.0.2
- [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.1...v1.0.2)

Updates `naive-ui` from 2.37.3 to 2.38.1
- [Changelog](https://github.com/tusen-ai/naive-ui/blob/main/CHANGELOG.en-US.md)
- [Commits](tusen-ai/naive-ui@v2.37.3...v2.38.1)

Updates `vite` from 5.1.3 to 5.1.4
- [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.1.4/packages/vite)

Updates `ziggy-js` from 1.8.1 to 1.8.2
- [Release notes](https://github.com/tighten/ziggy/releases)
- [Changelog](https://github.com/tighten/ziggy/blob/2.x/CHANGELOG.md)
- [Commits](tighten/ziggy@v1.8.1...v1.8.2)

---
updated-dependencies:
- dependency-name: "@inertiajs/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@inertiajs/vue3"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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-minor
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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: "@vueuse/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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-minor
  dependency-group: dev-dependencies
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: ziggy-js
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-0fbaee4731 branch from c951876 to 9bccb06 Compare March 1, 2024 01:00
@feryardiant feryardiant merged commit 35a2ab3 into main Mar 1, 2024
6 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-dependencies-0fbaee4731 branch March 1, 2024 07:49
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