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

fix(deps): update dependency create-vue to v3.13.0 #150

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 25, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
create-vue 3.7.1 -> 3.13.0 age adoption passing confidence

Release Notes

vuejs/create-vue (create-vue)

v3.13.0: 2024-12-24 (v3.13.0)

Compare Source

Notable Changes

Full Changelog: vuejs/create-vue@v3.12.2...v3.13.0

Happy Holidays!

v3.12.2: 2024-11-30 (v3.12.2)

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/create-vue@v3.12.1...v3.12.2

v3.12.1: 2024-11-08 (v3.12.1)

Compare Source

What's Changed

  • DevTools v7 is no longer experimental. vite-plugin-vue-devtools is included in the base template for all new projects.
  • TypeScript projects now come with @types/node v22 and @tsconfig/node22, as Node.js v22 has recently become the active LTS
  • fix(oxlint): avoid linting unnecessary files by adding --ignore-path .gitignore to the lint:oxlint script.

Full Changelog: vuejs/create-vue@v3.12.0...v3.12.1

v3.12.0: 2024-11-05 (v3.12.0)

Compare Source

Notable Changes

[!NOTE]
If you want to try Oxlint out in your existing project following our setup, please be aware that it's not a drop-in replacement. Oxlint could catch more errors than the previous default ESLint configuration.
It's because Oxlint's correctness rule category also contains rules from other popular community plugins such as unicorn, while the previous default ESLint configuration only errors on recommended rules from @eslint/js, typescript-eslint, eslint-plugin-vue, and other project-specific plugins.

New Contributors

Full Changelog: vuejs/create-vue@v3.11.2...v3.12.0

v3.11.2: 2024-10-25 (v3.11.2)

Compare Source

What's Changed

Full Changelog: vuejs/create-vue@v3.11.1...v3.11.2

v3.11.1: 2024-10-15 (v3.11.1)

Compare Source

What's Changed

Full Changelog: vuejs/create-vue@v3.11.0...v3.11.1

v3.11.0: 2024-10-11 (v3.11.0)

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/create-vue@v3.10.4...v3.11.0

v3.10.4: 2024-06-19 (v3.10.4)

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/create-vue@v3.10.3...v3.10.4

v3.10.3

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/create-vue@v3.10.2...v3.10.3

v3.10.2: 2024-03-19 (v3.10.2)

Compare Source

Notable Changes

New Contributors

Full Changelog: vuejs/create-vue@v3.10.1...v3.10.2

v3.10.1: 2024-03-12 (v3.10.1)

Compare Source

Notable Changes

  • Fixed a CLI bug where additional arguments (e.g. --typescript) caused the wrong target directory name to be inferred

Full Changelog: vuejs/create-vue@v3.10.0...v3.10.1

v3.10.0: 2024-03-11 (v3.10.0)

Compare Source

Notable Changes

New Contributors

Full Changelog: vuejs/create-vue@v3.9.2...v3.10.0

v3.9.2: 2024-01-30 (v3.9.2)

Compare Source

Notable Changes

Full Changelog: vuejs/create-vue@v3.9.1...v3.9.2

v3.9.1: 2023-12-16 (v3.9.1)

Compare Source

Notable Changes

Full Changelog: vuejs/create-vue@v3.9.0...v3.9.1

v3.9.0: 2023-12-06 (v3.9.0)

Compare Source

Notable Changes

New Contributors

Full Changelog: vuejs/create-vue@v3.8.0...v3.9.0

v3.8.0: 2023-10-20 (v3.8.0)

Compare Source

Notable Changes

New Contributors

Full Changelog: vuejs/create-vue@v3.7.5...v3.8.0

v3.7.5: 2023-09-20 (v3.7.5)

Compare Source

Notable Changes

Full Changelog: vuejs/create-vue@v3.7.4...v3.7.5

v3.7.4: 2023-09-14 (v3.7.4)

Compare Source

Notable Changes

New Contributors

Full Changelog: vuejs/create-vue@v3.7.3...v3.7.4

v3.7.3: 2023-08-19 (v3.7.3)

Compare Source

Notable Changes

Full Changelog: vuejs/create-vue@v3.7.2...v3.7.3

v3.7.2: 2023-07-25 (v3.7.2)

Compare Source

Notable Changes

  • Updated dependency versions. Notably:
    • Updated dependency @tsconfig/node18 to v18.
      • If you want to update to this version in an existing project, please explicitly set moduleResolution to bundler in tsconfig.node.json, see vuejs/create-vue@f0e47a6
    • Updated dependency prettier to v3.
      • If you want to update to this version in an existing project, please make sure @vue/eslint-config-prettier is also updated to the latest 8.0.0 version.
  • Worked around the type issue in vitest.config.ts (b948832)
    • Please make sure you are on the latest Vite version so that this workaround can take effect.
    • Note that pnpm 8 uses resolution-mode: lowest-direct by default. So, in an existing project, pnpm install won't get the latest dependency versions automatically, you need to run pnpm up manually.

Full Changelog: vuejs/create-vue@v3.7.1...v3.7.2


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update dependency create-vue to v3.7.2 fix(deps): update dependency create-vue to v3.7.3 Aug 19, 2023
@renovate renovate bot force-pushed the renovate/create-vue-3.x-lockfile branch from c955c4f to 5870cf3 Compare August 19, 2023 06:37
@renovate renovate bot changed the title fix(deps): update dependency create-vue to v3.7.3 fix(deps): update dependency create-vue to v3.7.4 Sep 14, 2023
@renovate renovate bot force-pushed the renovate/create-vue-3.x-lockfile branch 2 times, most recently from 849cda2 to 9be2d07 Compare September 19, 2023 18:45
@renovate renovate bot changed the title fix(deps): update dependency create-vue to v3.7.4 fix(deps): update dependency create-vue to v3.7.5 Sep 19, 2023
@renovate renovate bot changed the title fix(deps): update dependency create-vue to v3.7.5 fix(deps): update dependency create-vue to v3.8.0 Oct 22, 2023
@renovate renovate bot force-pushed the renovate/create-vue-3.x-lockfile branch from 9be2d07 to 548e24d Compare October 22, 2023 08:36
@renovate renovate bot force-pushed the renovate/create-vue-3.x-lockfile branch from 548e24d to f70121d Compare December 6, 2023 10:06
@renovate renovate bot changed the title fix(deps): update dependency create-vue to v3.8.0 fix(deps): update dependency create-vue to v3.9.0 Dec 6, 2023
@renovate renovate bot force-pushed the renovate/create-vue-3.x-lockfile branch from f70121d to f5e3f23 Compare December 15, 2023 19:33
@renovate renovate bot changed the title fix(deps): update dependency create-vue to v3.9.0 fix(deps): update dependency create-vue to v3.9.1 Dec 15, 2023
@renovate renovate bot force-pushed the renovate/create-vue-3.x-lockfile branch from f5e3f23 to b2cb520 Compare January 30, 2024 11:34
@renovate renovate bot changed the title fix(deps): update dependency create-vue to v3.9.1 fix(deps): update dependency create-vue to v3.9.2 Jan 30, 2024
@renovate renovate bot force-pushed the renovate/create-vue-3.x-lockfile branch from b2cb520 to 010dacd Compare March 11, 2024 10:20
@renovate renovate bot changed the title fix(deps): update dependency create-vue to v3.9.2 fix(deps): update dependency create-vue to v3.10.0 Mar 11, 2024
@renovate renovate bot force-pushed the renovate/create-vue-3.x-lockfile branch from 010dacd to d25877a Compare March 11, 2024 16:56
@renovate renovate bot changed the title fix(deps): update dependency create-vue to v3.10.0 fix(deps): update dependency create-vue to v3.10.1 Mar 11, 2024
@renovate renovate bot force-pushed the renovate/create-vue-3.x-lockfile branch from d25877a to 4b606ee Compare March 19, 2024 11:31
@renovate renovate bot changed the title fix(deps): update dependency create-vue to v3.10.1 fix(deps): update dependency create-vue to v3.10.2 Mar 19, 2024
@renovate renovate bot changed the title fix(deps): update dependency create-vue to v3.10.2 fix(deps): update dependency create-vue to v3.10.3 Apr 11, 2024
@renovate renovate bot force-pushed the renovate/create-vue-3.x-lockfile branch from 4b606ee to b905142 Compare April 11, 2024 09:06
@renovate renovate bot force-pushed the renovate/create-vue-3.x-lockfile branch from b905142 to a9e7006 Compare June 19, 2024 10:11
@renovate renovate bot changed the title fix(deps): update dependency create-vue to v3.10.3 fix(deps): update dependency create-vue to v3.10.4 Jun 19, 2024
@renovate renovate bot force-pushed the renovate/create-vue-3.x-lockfile branch from a9e7006 to aec6b1a Compare October 11, 2024 09:46
@renovate renovate bot changed the title fix(deps): update dependency create-vue to v3.10.4 fix(deps): update dependency create-vue to v3.11.0 Oct 11, 2024
@renovate renovate bot force-pushed the renovate/create-vue-3.x-lockfile branch from aec6b1a to 1b3a4b3 Compare October 15, 2024 08:30
@renovate renovate bot changed the title fix(deps): update dependency create-vue to v3.11.0 fix(deps): update dependency create-vue to v3.11.1 Oct 15, 2024
@renovate renovate bot force-pushed the renovate/create-vue-3.x-lockfile branch from 1b3a4b3 to 95c6f5f Compare October 24, 2024 19:36
@renovate renovate bot changed the title fix(deps): update dependency create-vue to v3.11.1 fix(deps): update dependency create-vue to v3.11.2 Oct 24, 2024
@renovate renovate bot force-pushed the renovate/create-vue-3.x-lockfile branch from 95c6f5f to 36dd35e Compare November 5, 2024 09:54
@renovate renovate bot changed the title fix(deps): update dependency create-vue to v3.11.2 fix(deps): update dependency create-vue to v3.12.0 Nov 5, 2024
@renovate renovate bot force-pushed the renovate/create-vue-3.x-lockfile branch from 36dd35e to 72ed6b1 Compare November 8, 2024 16:28
@renovate renovate bot changed the title fix(deps): update dependency create-vue to v3.12.0 fix(deps): update dependency create-vue to v3.12.1 Nov 8, 2024
@renovate renovate bot force-pushed the renovate/create-vue-3.x-lockfile branch from 72ed6b1 to 0de890e Compare November 29, 2024 18:45
@renovate renovate bot changed the title fix(deps): update dependency create-vue to v3.12.1 fix(deps): update dependency create-vue to v3.12.2 Nov 29, 2024
@renovate renovate bot force-pushed the renovate/create-vue-3.x-lockfile branch from 0de890e to a760bff Compare December 24, 2024 16:27
@renovate renovate bot changed the title fix(deps): update dependency create-vue to v3.12.2 fix(deps): update dependency create-vue to v3.13.0 Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants