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 13 updates #320

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the major-updates group with 11 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.4.0
@vueuse/integrations 11.1.0 12.4.0
vue-echarts 6.7.3 7.0.3
@inertiajs/vue3 1.2.0 2.0.2
@types/node 20.16.1 22.10.7
@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
vite 5.4.1 6.0.8

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

Release notes

Sourced from @​vueuse/core's releases.

v12.4.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v12.3.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v12.2.0

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits
  • a4e3339 chore: release v12.4.0
  • fcc6e71 fix(useBluetooth): isConnected state not changed when disconnected (#4460)
  • eb6797a feat(useStorage): make storage key reactive (#4464)
  • dd316da feat: use passive event handlers everywhere is possible (#4477)
  • a64354e docs(useMediaControls): use useTemplateRef instead of ref (#4467)
  • cf23dd2 types: ensure isSupported is of the correct type (#4474)
  • 6018c0e feat(useCloned): return isModified (#4470)
  • 26c842b test: use vue-tsc instead of tsc to also check *.vue files (#4458)
  • e5301f4 chore: release v12.3.0
  • e6a17d7 fix(useStorageAsync): correct initialization when initialValue is getter (#...
  • Additional commits viewable in compare view

Updates @vueuse/integrations from 11.1.0 to 12.4.0

Release notes

Sourced from @​vueuse/integrations's releases.

v12.4.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v12.3.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v12.2.0

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits
  • 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...
  • 8502f46 fix(useAxios): narrow type of data when initialValue is provided (#4419)
  • dee133c docs(useSortable): add restriction warning (#4423)
  • e8c5db5 chore: release v12.2.0
  • 0c5a6f8 chore: release v12.2.0-beta.4
  • Additional commits viewable in compare view

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

Release notes

Sourced from @​inertiajs/vue3's releases.

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)
  • [2.x] Fix: make Link href prop reactive (#2089)
  • [2.x] Don't prefetch the current page (#2097)
  • [2.x] Removal of NProgress dependency (#2045)

... (truncated)

Changelog

Sourced from @​inertiajs/vue3's changelog.

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

Added

  • Add React 19 support (#2121)
  • Add Svelte 5 support (#1970)

... (truncated)

Commits
  • 5882ab0 v2.0.2
  • 6ad0d05 fix vue is dirty after form defaults
  • 18ae08d export form props for vue adapter
  • 6f9199e test for scroll + back bug
  • 9f44cd3 2.0.0 -> 2.0.1
  • 55e040b Merge branch 'master' into takeover-scroll-restoration
  • 759161a defaults, not data
  • 59ee7aa Merge pull request #2052 from saml-dev/useform
  • ba57a60 Merge pull request #2060 from inertiajs/remove-data-option-from-useForm
  • 8bc7fc4 more accurate ts definition for FormDataType
  • Additional commits viewable in compare view
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.7

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 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)

5.1.4 (2024-09-16)

  • chore: format (07b29a6)
  • chore(deps): update dependency rollup to ^4.21.3 (#440) (98766c2), closes #440
  • fix: skip checking private prop...

    Description has been truncated

Bumps the major-updates group with 11 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.4.0` |
| [@vueuse/integrations](https://github.com/vueuse/vueuse/tree/HEAD/packages/integrations) | `11.1.0` | `12.4.0` |
| [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.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.16.1` | `22.10.7` |
| [@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` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.1` | `6.0.8` |



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.4.0
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v12.4.0/packages/core)

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

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.2
- [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.2/packages/vue3)

Updates `@types/node` from 20.16.1 to 22.10.7
- [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 `vite` from 5.4.1 to 6.0.8
- [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.8/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: 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: 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 20, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 27, 2025

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

@dependabot dependabot bot closed this Jan 27, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/major-updates-9a32e6090e branch January 27, 2025 08:17
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