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): bump the minor group across 1 directory with 11 updates #2167

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the minor group with 11 updates in the / directory:

Package From To
@types/node 22.9.1 22.10.0
@vitejs/plugin-vue 5.2.0 5.2.1
@vitest/coverage-v8 2.1.5 2.1.6
@vue/eslint-config-typescript 14.1.3 14.1.4
prettier 3.3.3 3.4.1
turbo 2.3.0 2.3.2
typescript 5.6.3 5.7.2
typescript-eslint 8.15.0 8.16.0
vitest 2.1.5 2.1.6
@vueuse/core 11.2.0 11.3.0
vue-router 4.4.5 4.5.0

Updates @types/node from 22.9.1 to 22.10.0

Commits

Updates @vitejs/plugin-vue from 5.2.0 to 5.2.1

Release notes

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

plugin-vue@5.2.1

Please refer to CHANGELOG.md for details.

Changelog

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

5.2.1 (2024-11-26)

Commits

Updates @vitest/coverage-v8 from 2.1.5 to 2.1.6

Release notes

Sourced from @​vitest/coverage-v8's releases.

v2.1.6

🚀 Features

  • Support Vite 6
    View changes on GitHub
Commits

Updates @vue/eslint-config-typescript from 14.1.3 to 14.1.4

Commits
  • e95da47 14.1.4
  • bb462cc workflow: add automated release with provenance
  • 1fc321c fix: escape glob-like paths to ensure correct overrides
  • 4e1fe36 chore(deps): update all non-major dependencies (#103)
  • 53e61ed chore(deps): update all non-major dependencies (#99)
  • b9d22dd chore(deps): update dependency typescript to ~5.6.3 (#100)
  • 1ed4b98 chore: Configure Renovate (#97)
  • d7b6c2e ci: skip cypress binary download as we don't need it in linting
  • 89e08a5 chore: ⬆️ Upgraded typescript-eslint dependencies (#96)
  • See full diff in compare view

Updates prettier from 3.3.3 to 3.4.1

Release notes

Sourced from prettier's releases.

3.4.1

🔗 Changelog

3.4.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.4.1

diff

Remove unnecessary parentheses around assignment in v-on (#16887 by @​fisker)

<!-- Input -->
\<template>
  <button @click="foo += 2">Click</button>
</template>
<!-- Prettier 3.4.0 -->
&lt;template>
<button @​click="(foo += 2)">Click</button>
</template>
<!-- Prettier 3.4.1 -->
&lt;template>
<button @​click="foo += 2">Click</button>
</template>

3.4.0

diff

🔗 Release Notes

Commits

Updates turbo from 2.3.0 to 2.3.2

Release notes

Sourced from turbo's releases.

Turborepo v2.3.2

What's Changed

Docs

eslint

@​turbo/repository

Examples

Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.3.1...v2.3.2

Turborepo v2.3.2-canary.1

What's Changed

eslint

Changelog

... (truncated)

Commits
  • 6ef3248 publish 2.3.2 to registry
  • 6fa050a docs: update ESLint documentation with ESLint v9 (#9515)
  • 2dd46cc chore(examples): Remove spare dependencies from basic example. (#9516)
  • cf68935 docs: fix formatting on /repo/docs/getting-started/installation (#9514)
  • 4f5f048 feat: sibling tasks (#9504)
  • e3fcdee fix(examples): remove --filter from with-docker example. (#9513)
  • b00eea2 chore: update basic example to ESLint v9 and Flat Configurations. (#9501)
  • cbb85b3 chore: add a comment to GitHub release flow types. (#9506)
  • 4808895 refactor(tui): cleanup where Vim binds were added. (#9508)
  • 562f46b fix(env): add DISPLAY to default pass through (#9511)
  • Additional commits viewable in compare view

Updates typescript from 5.6.3 to 5.7.2

Release notes

Sourced from typescript's releases.

TypeScript 5.7

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.7 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.7 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • d701d90 Bump version to 5.7.2 and LKG
  • 0503a63 🤖 Pick PR #60450 (Move to file: fix detection of refe...) into release-5.7 (#...
  • 3140dbb 🤖 Pick PR #60488 (Stub out copilotRelated command) into release-5.7 (#60495)
  • c1216de Update LKG
  • 3ee2b95 🤖 Pick PR #60415 (Fix false positive rewriteRelativeI...) into release-5.7 (#...
  • 44bd3f2 Bump version to 5.7.1-rc and LKG
  • 5925c81 Update LKG
  • 84d58cf Merge remote-tracking branch 'origin/main' into release-5.7
  • 0ec4d30 Fixing exception on unsaved file (#60362)
  • 11b2930 Add compatible overloads that accept ArrayBuffer to BigInt64Array/BigUint64Ar...
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.15.0 to 8.16.0

Release notes

Sourced from typescript-eslint's releases.

v8.16.0

8.16.0 (2024-11-25)

🚀 Features

  • support TypeScript 5.7 (#10372)
  • eslint-plugin: [max-params] add function overload and function type support (#10312)
  • eslint-plugin: [no-base-to-string] check Array.prototype.join (#10287)

🩹 Fixes

  • typescript-estree: update conditions for unsupported version warning (#10385)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.16.0 (2024-11-25)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates vitest from 2.1.5 to 2.1.6

Release notes

Sourced from vitest's releases.

v2.1.6

🚀 Features

  • Support Vite 6
    View changes on GitHub
Commits

Updates @vueuse/core from 11.2.0 to 11.3.0

Release notes

Sourced from @​vueuse/core's releases.

v11.3.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
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)
  • See full diff in compare view

Updates vue-router from 4.4.5 to 4.5.0

Release notes

Sourced from vue-router's releases.

v4.5.0

Please refer to CHANGELOG.md for details.

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 minor group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.9.1` | `22.10.0` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `5.2.0` | `5.2.1` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `2.1.5` | `2.1.6` |
| [@vue/eslint-config-typescript](https://github.com/vuejs/eslint-config-typescript) | `14.1.3` | `14.1.4` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.4.1` |
| [turbo](https://github.com/vercel/turborepo) | `2.3.0` | `2.3.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.3` | `5.7.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.15.0` | `8.16.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.5` | `2.1.6` |
| [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `11.2.0` | `11.3.0` |
| [vue-router](https://github.com/vuejs/router) | `4.4.5` | `4.5.0` |



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

Updates `@vitejs/plugin-vue` from 5.2.0 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/plugin-vue@5.2.1/packages/plugin-vue)

Updates `@vitest/coverage-v8` from 2.1.5 to 2.1.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.6/packages/coverage-v8)

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

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

Updates `turbo` from 2.3.0 to 2.3.2
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/release.md)
- [Commits](vercel/turborepo@v2.3.0...v2.3.2)

Updates `typescript` from 5.6.3 to 5.7.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.3...v5.7.2)

Updates `typescript-eslint` from 8.15.0 to 8.16.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.16.0/packages/typescript-eslint)

Updates `vitest` from 2.1.5 to 2.1.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.6/packages/vitest)

Updates `@vueuse/core` from 11.2.0 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-router` from 4.4.5 to 4.5.0
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v4.4.5...v4.5.0)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@vitejs/plugin-vue"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@vue/eslint-config-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: turbo
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@vueuse/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: vue-router
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner November 26, 2024 15:48
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 26, 2024
Copy link

changeset-bot bot commented Nov 26, 2024

⚠️ No Changeset found

Latest commit: 16caac4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 28, 2024

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

@dependabot dependabot bot closed this Nov 28, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-72e0718969 branch November 28, 2024 00:22
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