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 8 updates #263

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

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
@vue/eslint-config-prettier 9.0.0 10.1.0
@vue/eslint-config-typescript 13.0.0 14.1.3
@vueuse/core 10.11.1 11.3.0
vue-echarts 6.7.3 7.0.3
@types/node 20.16.1 22.9.3
@vitejs/plugin-vue 4.6.2 5.2.0
eslint-plugin-unused-imports 3.2.0 4.1.4
postcss-nesting 12.1.5 13.0.1

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

Release notes

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

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

Release notes

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

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"

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

v14.1.0

New Features

Bug Fixes

New Contributors

Full Changelog: vuejs/eslint-config-typescript@v14.0.1...v14.1.0

v14.0.1

Bugfixes

  • Fixed an occasional bug that when using with npm or yarn v1, an invalid ecmaVersion error would be thrown if the wrong version of estree is hoisted to the node_modules root. Fixes #87. [aae95d6]

New Contributors

Full Changelog: vuejs/eslint-config-typescript@v14.0.0...v14.0.1

... (truncated)

Commits
  • 3f8bf2e 14.1.3
  • a6cb23d fix: skip typechecking cjs and mjs files
  • 4cbb1ba docs: add missing curly bracket in example config
  • aaca88c 14.1.2
  • 6b2d045 chore: add more meaningful error message for incorrect config names
  • 21142b1 docs: fix type-aware linting example
  • 3bca91e 14.1.1
  • d414c99 fix: if no matching files found, skip setting the corresponding config
  • 76c7a96 docs: keep the line length short to avoid scrollbars on GitHub
  • 0370486 14.1.0
  • Additional commits viewable in compare view

Updates @vueuse/core from 10.11.1 to 11.3.0

Release notes

Sourced from @​vueuse/core's releases.

v11.3.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v11.2.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v11.1.0

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits
  • e722a2e chore: release v11.3.0
  • 1d5e978 docs(useUserMedia): fix examples (#4322)
  • e14618c docs(useIntersectionObserver): update syntax to handle stricter types (#4333)
  • fe322bd feat(OnClickOutside): support component with fragments (#4313)
  • 1bb547e fix(useSwipe): allow vertical scrolling during swipe (#4323)
  • 3d29c16 feat(useFetch): infer 'json' type for array payloads (#4329)
  • cceebf4 fix(useMouse): correct spelling error (#4348)
  • e77cab1 fix(useUrlSearchParams): hash mode missing location.search (#4340)
  • 3de6872 fix(useFetch): ensure single slash (#4296)
  • e8d1189 fix(useMouse): record the previous scroll value (#4244)
  • 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 @types/node from 20.16.1 to 22.9.3

Commits

Updates @vitejs/plugin-vue from 4.6.2 to 5.2.0

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.

Changelog

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

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 properties of typeParameters (#443) (e4f5fff), closes #443
  • fix(plugin-vue): allow overwrite esbuild config (#444) (1344294), closes #444

5.1.3 (2024-08-29)

  • chore: upgrade to eslint 9 (236a40f)
  • chore: use pnpm catalog for shared deps (0735e18)
  • chore(deps): update dependency rollup to ^4.20.0 (#433) (37c9073), closes #433
  • chore(deps): update upstream (#436) (b75a46f), closes #436
  • fix(deps): update all non-major dependencies (#421) (e3a7fec), closes #421
  • fix(plugin-vue): default value for __VUE_OPTIONS_API__ (acb57c9), closes #438

5.1.2 (2024-08-01)

  • refactor(plugin-vue): add type field (a6b7e3f)
  • fix(plugin-vue): add deprecated script.propsDestructure option (1e24322), closes #431
  • chore(deps): update upstream (#432) (5d592cd), closes #432

5.1.1 (2024-07-27)

  • fix(plugin-vue): clear script cache if recall (f5eb5ac), closes #431

... (truncated)

Commits

Updates eslint-plugin-unused-imports from 3.2.0 to 4.1.4

Commits
Maintainer changes

This version was pushed to npm by antfu, a new releaser for eslint-plugin-unused-imports since your current version.


Updates postcss-nesting from 12.1.5 to 13.0.1

Changelog

Sourced from postcss-nesting's changelog.

13.0.1

October 23, 2024

13.0.0

August 3, 2024

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

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

| Package | From | To |
| --- | --- | --- |
| [@vue/eslint-config-prettier](https://github.com/vuejs/eslint-config-prettier) | `9.0.0` | `10.1.0` |
| [@vue/eslint-config-typescript](https://github.com/vuejs/eslint-config-typescript) | `13.0.0` | `14.1.3` |
| [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `10.11.1` | `11.3.0` |
| [vue-echarts](https://github.com/ecomfe/vue-echarts) | `6.7.3` | `7.0.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.16.1` | `22.9.3` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `4.6.2` | `5.2.0` |
| [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` |



Updates `@vue/eslint-config-prettier` from 9.0.0 to 10.1.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.1.0)

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

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

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 `@types/node` from 20.16.1 to 22.9.3
- [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.0
- [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-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)

---
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: vue-echarts
  dependency-type: direct:production
  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-nesting
  dependency-type: direct:development
  update-type: version-update:semver-major
  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 Nov 25, 2024
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