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

Bump the major-updates group across 1 directory with 15 updates #326

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the major-updates group with 13 updates in the / directory:

Package From To
@vue/eslint-config-prettier 9.0.0 10.2.0
@vue/eslint-config-typescript 13.0.0 14.3.0
@vueuse/core 10.11.1 12.5.0
@vueuse/integrations 11.1.0 12.5.0
parse-duration 1.1.0 2.0.1
vue-echarts 6.7.3 7.0.3
@inertiajs/vue3 1.2.0 2.0.3
@types/node 20.16.1 22.10.10
@vitejs/plugin-vue 4.6.2 5.2.1
eslint-plugin-unused-imports 3.2.0 4.1.4
postcss-nesting 12.1.5 13.0.1
tailwindcss 3.4.13 4.0.0
vite 5.4.1 6.0.11

Updates @vue/eslint-config-prettier from 9.0.0 to 10.2.0

Release notes

Sourced from @​vue/eslint-config-prettier's releases.

v10.2.0

New Features

Full Changelog: vuejs/eslint-config-prettier@v10.1.0...v10.2.0

v10.1.0

New Features

  • Added .d.ts files, fixed #24

Full Changelog: vuejs/eslint-config-prettier@v10.0.0...v10.1.0

v10.0.0

What's Changed

Full Changelog: vuejs/eslint-config-prettier@v9.0.0...v10.0.0

Commits

Updates @vue/eslint-config-typescript from 13.0.0 to 14.3.0

Release notes

Sourced from @​vue/eslint-config-typescript's releases.

v14.3.0

New Features

  • A completely new approach to set up the ESLint configurations with helpers like defineConfigWithVueTs and vueTsConfigs. Please read the documentation for more details. With this new API set, you can easily override type-aware linting rules without worrying its position in the config array. Therefore there would be fewer mysterious errors or slowdown in a heavily customized project.

[!NOTE] The old style ...vueTsEslintConfig() still works, there's no need to update to the new style if that has been working well in your project.

Bug Fixes

New Contributors

Full Changelog: vuejs/eslint-config-typescript@v14.2.0...v14.3.0

v14.2.0

What's Changed

New Contributors

Full Changelog: vuejs/eslint-config-typescript@v14.1.4...v14.2.0

v14.1.3

What's Changed

New Contributors

Full Changelog: vuejs/eslint-config-typescript@v14.1.2...v14.1.3

v14.1.2

Bug Fixes

  • Print more friendly error messages if the user provides a non-existent configuration name to extends.

Full Changelog: vuejs/eslint-config-typescript@v14.1.1...v14.1.2

v14.1.1

Bug Fixes

  • Fixed #91

    TypeError: Config "typescript-eslint/disable-type-checked": Key "files": Expected value to be a non-empty array"

... (truncated)

Commits
  • cdbecf6 14.3.0
  • f7bd7b7 feat: a more intuitive way to configure and override (#123)
  • 6296f39 fix: typo in index.ts (#128)
  • 3a3b13c docs: revert README.md to drop use of defineConfig until it's actually ready
  • 8ec24b6 14.2.0
  • 3c930e4 feat: add a defineConfig utility function and use it in examples (#117)
  • 0d2e74a fix: add absolute path for reading file contents, fix rootDir issue (#108)
  • ffbd03b chore(deps): update all non-major dependencies (#121)
  • d6876f2 chore(deps): update dependency vite to ^6.0.5 (#122)
  • 42fe9d9 chore: auto-update every dep except the old espree fixture
  • Additional commits viewable in compare view

Updates @vueuse/core from 10.11.1 to 12.5.0

Release notes

Sourced from @​vueuse/core's releases.

v12.5.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v12.4.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v12.3.0

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits
  • 1e153e9 chore: release v12.5.0
  • 98a83d7 feat(useFetch): add parameters to the afterFetch and onFetchError (#4499)
  • 01acd57 feat(useClipboard): should fall back to legacy clipboard when read/write fail...
  • 0ebefbe docs(useClipboardItems): fix demo by using text/plain mime type (#4513)
  • f3cc7ec fix(useVirtualList): allow readonly arrays as input (#4504)
  • 69cedd2 feat(useCountdown): new function (#4125)
  • b6947f7 fix(useMagicKeys): fix key order issue on first use (#4505)
  • d08eb2c refactor: use useTemplateRef instead of ref in demos and docs (#4482)
  • 8a8d6a3 feat(useFileDialog): add initialFiles option (#4509)
  • 3933a0b chore(deps): update to vitest@3 (#4501)
  • Additional commits viewable in compare view

Updates @vueuse/integrations from 11.1.0 to 12.5.0

Release notes

Sourced from @​vueuse/integrations's releases.

v12.5.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v12.4.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v12.3.0

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits
  • 1e153e9 chore: release v12.5.0
  • d08eb2c refactor: use useTemplateRef instead of ref in demos and docs (#4482)
  • 7ae0eca test(core): suppress some output in test runs (#4502)
  • 7587501 test(useCookies): add unit test (#4485)
  • a4e3339 chore: release v12.4.0
  • 26c842b test: use vue-tsc instead of tsc to also check *.vue files (#4458)
  • e5301f4 chore: release v12.3.0
  • 0fa4d80 chore: update deps
  • 021d028 feat(toArray): new utility function (#4432)
  • 59f75c7 feat(toValue): deprecate toValue from @vueuse/shared in favor of Vue's na...
  • Additional commits viewable in compare view

Updates parse-duration from 1.1.0 to 2.0.1

Release notes

Sourced from parse-duration's releases.

v2.0.0

  • Introduces locales
  • Moves units into parse.unit object #56
  • Abandons CJS format in favour of ESM
  • Adds locale-dependent group/decimal separator #35

v1.1.2

What's Changed

New Contributors

Full Changelog: jkroso/parse-duration@v0.4.0...v1.1.2

Commits

Updates vue-echarts from 6.7.3 to 7.0.3

Release notes

Sourced from vue-echarts's releases.

v7.0.3

  • Fixed type for autoresize (again).

v7.0.2

  • Fixed style injection regression (#805).

v7.0.1

  • Fixed type for autoresize.

v7.0.0

Other prerelease changes:

  • Fixed types for events.

v7.0.0-beta.0

  • Upgraded to ESM.
  • Removed the postinstall script.
  • API remains the same.

Breaking changes

  • Peer deps for echarts is upgraded to ^5.5.1.
  • Dropped support for browsers without ResizeObserver. Can work with resize-observer-polyfill.
  • Dropped support for Vue < 2.7.
  • Dropped CJS outputs.
  • Dropped extra wrapper element so that you should no longer set padding on the component root.
  • For strict CSP usage, vue-echarts/csp should now be used as the entry point and vue-echarts/csp/style.css should be included manually.
Changelog

Sourced from vue-echarts's changelog.

7.0.3

  • Fixed type for autoresize (again).

7.0.2

  • Fixed style injection regression (#805).

7.0.1

  • Fixed type for autoresize.

7.0.0

Other prerelease changes:

  • Fixed types for events.

7.0.0-beta.0

  • Upgraded to ESM.
  • Removed the postinstall script.
  • API remains the same.

Breaking changes

  • Peer deps for echarts is upgraded to ^5.5.1.
  • Dropped support for browsers without ResizeObserver. Can work with resize-observer-polyfill.
  • Dropped support for Vue < 2.7.
  • Dropped CJS outputs.
  • Dropped extra wrapper element so that you should no longer set padding on the component root.
  • For strict CSP usage, vue-echarts/csp should now be used as the entry point and vue-echarts/csp/style.css should be included manually.
Commits
  • b7852ab fix: fix type for autoresize (again), closes #810
  • 1378f6e build: use upstream version of rollup-plugin-import-css
  • ec2c15c fix(#805): fix style injection
  • beec263 fix: fix type for autoresize, closes #800
  • b366b31 docs: add peer deps update for echarts in changelog
  • 4f3a6ac fix: fix event types and bump to 7.0.0
  • e967bfc docs: update migration part in readme
  • a9c54e1 docs: update readme
  • d941e35 docs: update csp usage docs
  • 3c063ed chore: update changelog and lint config
  • Additional commits viewable in compare view

Updates @inertiajs/vue3 from 1.2.0 to 2.0.3

Release notes

Sourced from @​inertiajs/vue3's releases.

v2.0.3

  • Fix: Reload on mount (#2200)

v2.0.2

  • Fix SSR with scroll restoration (#2190)
  • Fix for scroll + back bug (#2191)
  • Backport 1.x fixes from v1.3.0 release (#2193)

v2.0.1

  • Fix playground dependencies (#2070)
  • Removed Vitest tests + dependencies (#2175)
  • Augment vue instead of @vue/runtime-core (#2099)
  • Fix prefetch missing cacheFor default value (#2136)
  • Fix useForm re-renders by memoizing functions in React #2146
  • WhenVisible useEffect function is not recreated when params change. (#2153)
  • Ensure callback execution (#2163)
  • More resilient logic for stripping the origin from page URLs (#2164)
  • Add helper scripts for running tests (#2173)
  • Export InertiaFormProps in React (#2161)
  • Use default empty object in useForm Vue and Svelte (#2052)
  • Remove data option from useForm options type (#2060)
  • Take over scroll restoration from browser (#2051)

v2.0.0

twitter-card

Added

  • Add polling
  • Add link prefetching
  • Add deferred props
  • Add lazy loading of data when scrolling
  • Add history encryption API
  • Add React 19 support (#2131)
  • Add client side visits (#2130)

Changed

  • Removal of NProgress dependency (#2045)
  • Change TypeScript module resolution in the Svelte adapter (#2035)
  • Refactor createInertiaApp in Svelte adapter (#2036)

Fixed

  • Fix: make Link href prop reactive (#2089)

v2.0.0-beta.3

  • [2.x] Ensure current page is set before prefetching (#2100)
  • [2.x] Set the history state before swapping component (#2098)
  • [2.x] Ensure we have a default slot for WhenVisible before executing it (#2096)

... (truncated)

Changelog

Sourced from @​inertiajs/vue3's changelog.

v2.0.3

  • Fix: Reload on mount (#2200)

v2.0.2

  • Fix SSR with scroll restoration (#2190)
  • Fix for scroll + back bug (#2191)
  • Backport 1.x fixes from v1.3.0 release (#2193)

v2.0.1

  • Fix playground dependencies (#2070)
  • Removed Vitest tests + dependencies (#2175)
  • Augment vue instead of @vue/runtime-core (#2099)
  • Fix prefetch missing cacheFor default value (#2136)
  • Fix useForm re-renders by memoizing functions in React #2146
  • WhenVisible useEffect function is not recreated when params change. (#2153)
  • Ensure callback execution (#2163)
  • More resilient logic for stripping the origin from page URLs (#2164)
  • Add helper scripts for running tests (#2173)
  • Export InertiaFormProps in React (#2161)
  • Use default empty object in useForm Vue and Svelte (#2052)
  • Remove data option from useForm options type (#2060)
  • Take over scroll restoration from browser (#2051)

v2.0.0

Added

  • Add polling
  • Add link prefetching
  • Add deferred props
  • Add lazy loading of data when scrolling
  • Add history encryption API
  • Add React 19 support (#2131)
  • Add client side visits (#2130)

Changed

  • Removal of NProgress dependency (#2045)
  • Change TypeScript module resolution in the Svelte adapter (#2035)
  • Refactor createInertiaApp in Svelte adapter (#2036)

Fixed

  • Fix: make Link href prop reactive (#2089)

v1.3.0

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by joetannenbaum, a new releaser for @​inertiajs/vue3 since your current version.


Updates @types/node from 20.16.1 to 22.10.10

Commits

Updates @vitejs/plugin-vue from 4.6.2 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.

[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.

[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.

[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.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to

Bumps the major-updates group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@vue/eslint-config-prettier](https://github.com/vuejs/eslint-config-prettier) | `9.0.0` | `10.2.0` |
| [@vue/eslint-config-typescript](https://github.com/vuejs/eslint-config-typescript) | `13.0.0` | `14.3.0` |
| [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `10.11.1` | `12.5.0` |
| [@vueuse/integrations](https://github.com/vueuse/vueuse/tree/HEAD/packages/integrations) | `11.1.0` | `12.5.0` |
| [parse-duration](https://github.com/jkroso/parse-duration) | `1.1.0` | `2.0.1` |
| [vue-echarts](https://github.com/ecomfe/vue-echarts) | `6.7.3` | `7.0.3` |
| [@inertiajs/vue3](https://github.com/inertiajs/inertia/tree/HEAD/packages/vue3) | `1.2.0` | `2.0.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.16.1` | `22.10.10` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `4.6.2` | `5.2.1` |
| [eslint-plugin-unused-imports](https://github.com/sweepline/eslint-plugin-unused-imports) | `3.2.0` | `4.1.4` |
| [postcss-nesting](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-nesting) | `12.1.5` | `13.0.1` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `3.4.13` | `4.0.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.1` | `6.0.11` |



Updates `@vue/eslint-config-prettier` from 9.0.0 to 10.2.0
- [Release notes](https://github.com/vuejs/eslint-config-prettier/releases)
- [Changelog](https://github.com/vuejs/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](vuejs/eslint-config-prettier@v9.0.0...v10.2.0)

Updates `@vue/eslint-config-typescript` from 13.0.0 to 14.3.0
- [Release notes](https://github.com/vuejs/eslint-config-typescript/releases)
- [Commits](vuejs/eslint-config-typescript@v13.0.0...v14.3.0)

Updates `@vueuse/core` from 10.11.1 to 12.5.0
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v12.5.0/packages/core)

Updates `@vueuse/integrations` from 11.1.0 to 12.5.0
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v12.5.0/packages/integrations)

Updates `parse-duration` from 1.1.0 to 2.0.1
- [Release notes](https://github.com/jkroso/parse-duration/releases)
- [Commits](https://github.com/jkroso/parse-duration/commits)

Updates `vue-echarts` from 6.7.3 to 7.0.3
- [Release notes](https://github.com/ecomfe/vue-echarts/releases)
- [Changelog](https://github.com/ecomfe/vue-echarts/blob/main/CHANGELOG.md)
- [Commits](ecomfe/vue-echarts@v6.7.3...v7.0.3)

Updates `@inertiajs/vue3` from 1.2.0 to 2.0.3
- [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/v2.0.3/packages/vue3)

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

Updates `@vitejs/plugin-vue` from 4.6.2 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 `eslint-plugin-unused-imports` from 3.2.0 to 4.1.4
- [Commits](https://github.com/sweepline/eslint-plugin-unused-imports/commits/v4.1.4)

Updates `postcss` from 8.4.47 to 8.5.1
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.47...8.5.1)

Updates `postcss-nesting` from 12.1.5 to 13.0.1
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-nesting/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-nesting)

Updates `tailwindcss` from 3.4.13 to 4.0.0
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/next/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.0/packages/tailwindcss)

Updates `vite` from 5.4.1 to 6.0.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/v6.0.11/packages/vite)

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

---
updated-dependencies:
- dependency-name: "@vue/eslint-config-prettier"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: "@vue/eslint-config-typescript"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: "@vueuse/core"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: "@vueuse/integrations"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: parse-duration
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: vue-echarts
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: "@inertiajs/vue3"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: "@vitejs/plugin-vue"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: eslint-plugin-unused-imports
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: major-updates
- dependency-name: postcss-nesting
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: vue
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: major-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 27, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 3, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/major-updates-e50641f86f branch February 3, 2025 08:10
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants