Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

chore(deps): update all non-major dependencies #43

Merged
merged 1 commit into from Jul 5, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 29, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config 0.38.6 -> 0.39.7 age adoption passing confidence
@iconify-json/carbon 1.1.16 -> 1.1.18 age adoption passing confidence
@types/node (source) 18.16.10 -> 18.16.19 age adoption passing confidence
@unocss/reset 0.51.13 -> 0.53.4 age adoption passing confidence
@vue/test-utils 2.3.2 -> 2.4.0 age adoption passing confidence
@vueuse/core 10.1.2 -> 10.2.1 age adoption passing confidence
eslint (source) 8.40.0 -> 8.44.0 age adoption passing confidence
jsdom 22.0.0 -> 22.1.0 age adoption passing confidence
pnpm (source) 8.5.1 -> 8.6.6 age adoption passing confidence
typescript (source) 5.0.4 -> 5.1.6 age adoption passing confidence
unocss 0.51.13 -> 0.53.4 age adoption passing confidence
unplugin-auto-import 0.15.3 -> 0.16.5 age adoption passing confidence
unplugin-vue-components 0.24.1 -> 0.25.1 age adoption passing confidence
vite-plugin-pages 0.29.0 -> 0.31.0 age adoption passing confidence
vitest 0.31.0 -> 0.32.4 age adoption passing confidence
vue (source) 3.3.2 -> 3.3.4 age adoption passing confidence
vue-router 4.2.0 -> 4.2.2 age adoption passing confidence
vue-tsc 1.6.5 -> 1.8.3 age adoption passing confidence

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v0.39.7

Compare Source

   🚀 Features
    View changes on GitHub

v0.39.6

Compare Source

   🚀 Features
    View changes on GitHub

v0.39.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
  • Disable @typescript-eslint/consistent-type-assertions  -  by @​antfu (abf5c)
    View changes on GitHub

v0.39.4

Compare Source

   🚀 Features
    View changes on GitHub

v0.39.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.39.2

Compare Source

   🚀 Features
    View changes on GitHub

v0.39.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.39.0

Compare Source

   🚀 Features
    View changes on GitHub
unocss/unocss (@​unocss/reset)

v0.53.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.53.3

Compare Source

No significant changes

    View changes on GitHub

v0.53.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.53.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.52.7

Compare Source

   🚀 Features
   🐞 Bug Fixes
  • transformer-compile-class: Improve duplication checking  -  by @​antfu (4a073)
    View changes on GitHub

v0.52.6

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.52.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.52.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.52.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.52.2

Compare Source

No significant changes

    View changes on GitHub

v0.52.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.52.0

Compare Source

🚨 Breaking Changes
🚀 Features
🐞 Bug Fixes
View changes on GitHub
vuejs/test-utils (@​vue/test-utils)

v2.4.0

Compare Source

Note: there might be some minor breaking changes around types. We tried hard to avoid this and tested a few different projects, but there was some major under the hood changes relating to types (which should improve the TypeScript experience). See the note at the top of the previous release, 2.4.0-alpha.2: https://github.com/vuejs/test-utils/releases/tag/v2.4.0-alpha.2

Between the last main release, v2.3.2, and v2.4.0, there were three alphas:

Please see those release notes for changes if you are updating from v2.3.2. Again, there should not be any major changes, and you code and tests should continue to work as before without any changes.

If you do encounter breaking changes transitioning from 2.3.x -> 2.4.x, please file an issue.

vueuse/vueuse (@​vueuse/core)

v10.2.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v10.2.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
eslint/eslint (eslint)

v8.44.0

Compare Source

Features

  • 1766771 feat: add es2023 and es2024 environments (#​17328) (Milos Djermanovic)
  • 4c50400 feat: add ecmaVersion: 2024, regexp v flag parsing (#​17324) (Milos Djermanovic)
  • 4d411e4 feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule (#​17270) (Percy Ma)
  • c8b1f4d feat: Move parserServices to SourceCode (#​17311) (Milos Djermanovic)
  • ef6e24e feat: treat unknown nodes as having the lowest precedence (#​17302) (Brad Zacher)
  • 1866e1d feat: allow flat config files to export a Promise (#​17301) (Milos Djermanovic)

Bug Fixes

  • a36bcb6 fix: no-unused-vars false positive with logical assignment operators (#​17320) (Gweesin Chan)
  • 7620b89 fix: Remove no-unused-labels autofix before potential directives (#​17314) (Francesco Trotta)
  • 391ed38 fix: Remove no-extra-semi autofix before potential directives (#​17297) (Francesco Trotta)

Documentation

Chores

v8.43.0

Compare Source

Features

  • 14581ff feat: directive prologue detection and autofix condition in quotes (#​17284) (Francesco Trotta)
  • e50fac3 feat: add declaration loc to message in block-scoped-var (#​17252) (Milos Djermanovic)
  • 1b7faf0 feat: add skipJSXText option to no-irregular-whitespace rule (#​17182) (Azat S)

Bug Fixes

  • 5338b56 fix: normalize cwd passed to ESLint/FlatESLint constructor (#​17277) (Milos Djermanovic)
  • 54383e6 fix: Remove no-extra-parens autofix for potential directives (#​17022) (Francesco Trotta)

Documentation

Chores

v8.42.0

Compare Source

Features

  • b8448ff feat: correct no-useless-return behaviour in try statements (#​16996) (Nitin Kumar)

Bug Fixes

  • a589636 fix: Config with ignores and without files should not always apply (#​17181) (Milos Djermanovic)
  • c4fad17 fix: Correct ignore message for "node_modules" subfolders (#​17217) (Francesco Trotta)

Documentation

  • 01d7142 docs: Update README (GitHub Actions Bot)
  • e5182b7 docs: Update README (GitHub Actions Bot)

Chores


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate. View repository job log here.

@stackblitz
Copy link

stackblitz bot commented May 29, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from c525df2 to c018772 Compare June 5, 2023 04:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 2b776db to 62831df Compare June 12, 2023 07:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 3e083e8 to 97b9d8a Compare June 19, 2023 18:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 9efa4ee to 8eff09b Compare June 26, 2023 14:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 4815003 to 8b4b84b Compare July 3, 2023 14:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8b4b84b to db7abc5 Compare July 4, 2023 11:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from db7abc5 to a45848b Compare July 5, 2023 03:01
@elonehoo elonehoo merged commit b3abd62 into main Jul 5, 2023
@elonehoo elonehoo deleted the renovate/all-minor-patch branch July 5, 2023 03:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant