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 #46

Merged
merged 1 commit into from Aug 21, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 24, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@antfu/eslint-config 0.39.8 -> 0.40.2 age adoption passing confidence devDependencies minor
@iconify-json/carbon 1.1.18 -> 1.1.19 age adoption passing confidence devDependencies patch
@types/node (source) 18.16.20 -> 18.17.6 age adoption passing confidence devDependencies minor
@unocss/reset 0.53.6 -> 0.55.2 age adoption passing confidence devDependencies minor
@vitejs/plugin-vue (source) 4.2.3 -> 4.3.1 age adoption passing confidence devDependencies minor
@vueuse/core 10.2.1 -> 10.3.0 age adoption passing confidence dependencies minor
eslint (source) 8.45.0 -> 8.47.0 age adoption passing confidence devDependencies minor
pnpm (source) 8.6.9 -> 8.6.12 age adoption passing confidence devDependencies patch
pnpm/action-setup v2.2.4 -> v2.4.0 age adoption passing confidence action minor
unocss 0.53.6 -> 0.55.2 age adoption passing confidence devDependencies minor
vite (source) 4.4.6 -> 4.4.9 age adoption passing confidence devDependencies patch
vitest 0.33.0 -> 0.34.2 age adoption passing confidence devDependencies minor
vue-tsc 1.8.6 -> 1.8.8 age adoption passing confidence devDependencies patch

Release Notes

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

v0.40.2

Compare Source

No significant changes

    View changes on GitHub

v0.40.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.40.0

Compare Source

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

v0.55.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.55.1

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.55.0

Compare Source

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

v0.54.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.54.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.54.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.54.0

Compare Source

   🚨 Breaking Changes
   🐞 Bug Fixes
    View changes on GitHub
vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v4.3.1

Compare Source

  • fix: revert "fix(plugin-vue): distinguish HMR and transform descriptor (#​227)" (0c28448), closes #​227

v4.3.0

Compare Source

vueuse/vueuse (@​vueuse/core)

v10.3.0

Compare Source

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

v8.47.0

Compare Source

Features

  • 53d7508 feat: update regex for methods with thisArg (#​17439) (Francesco Trotta)

Bug Fixes

  • 631648e fix: do not report on shadowed constructors in no-new-wrappers (#​17447) (Francesco Trotta)

Documentation

Chores

v8.46.0

Compare Source

Features

Bug Fixes

  • 9803c7c fix: FlatESLint#getRulesMetaForResults shouldn't throw on unknown rules (#​17393) (Milos Djermanovic)
  • 42faa17 fix: Update no-loop-func to not overlap with no-undef (#​17358) (Matt Wilkinson)

Documentation

  • 4d474e3 docs: update with TypeScript info (#​17423) (James)
  • 091f44e docs: File extension named processor deprecation (#​17362) (Matt Wilkinson)
  • 9254a6c docs: Update README (GitHub Actions Bot)
  • 6d6dc51 docs: fix overlapping of open in playground button (#​17403) (Tanuj Kanti)
  • 7fc3a2c docs: Add private class features info to no-underscore-dangle (#​17386) (Matt Wilkinson)
  • da73e58 docs: Migrating eslint-env configuration comments (#​17390) (Francesco Trotta)
  • 80dffed docs: fix Ignoring Files section in config migration guide (#​17392) (Milos Djermanovic)
  • 8a9abb7 docs: Update README (GitHub Actions Bot)
  • 7e9be4b docs: Update README (GitHub Actions Bot)
  • 0b0bbe0 docs: Update README (GitHub Actions Bot)

Chores

  • d1eb7e4 chore: Update ecosystem dependencies (#​17427) (Nicholas C. Zakas)
  • fab9e97 chore: package.json update for eslint-config-eslint release (ESLint Jenkins)
  • 6246711 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 0aa0bc3 chore: Add PRs to triage project (#​17421) (Nicholas C. Zakas)
pnpm/pnpm (pnpm)

v8.6.12

Compare Source

Patch Changes
  • Make the error message friendlier when a user attempts to run a command that does not exist #​6887.
  • pnpm patch should work correctly when shared-workspace-file is set to false #​6885.
  • pnpm env use should retry deleting the previous Node.js executable #​6587.
  • pnpm dlx should not print an error stack when the underlying script execution fails #​6698.
  • When showing the download progress of large tarball files, always display the same number of digits after the decimal point #​6901.
  • Report download progress less frequently to improve performance #​6906.
  • pnpm install --frozen-lockfile --lockfile-only should fail if the lockfile is not up to date with the package.json files #​6913.
Our Gold Sponsors
Our Silver Sponsors

v8.6.11

Compare Source

Patch Changes

  • Change the install error message when a lockfile is wanted but absent to indicate the wanted lockfile is absent, not present. This now reflects the actual error #​6851.
  • When dealing with a local dependency that is a path to a symlink, a new symlink should be created to the original symlink, not to the actual directory location.
  • The length of the temporary file names in the content-addressable store reduced in order to prevent ENAMETOOLONG errors from happening #​6842.
  • Don't print "added" stats, when installing with --lockfile-only.
  • Installation of a git-hosted dependency should not fail if the pnpm-lock.yaml file of the installed dependency is not up-to-date #​6865.
  • Don't ignore empty strings in params #​6594.
  • Always set dedupe-peer-dependents to false, when running installation during deploy #​6858.
  • When several containers use the same store simultaneously, there's a chance that multiple containers may create a temporary file at the same time. In such scenarios, pnpm could fail to rename the temporary file in one of the containers. This issue has been addressed: pnpm will no longer fail if the temporary file is absent but the destination file exists.
  • Authorization token should be found in the configuration, when the requested URL is explicitly specified with a default port (443 on HTTPS or 80 on HTTP) #​6863.

Our Gold Sponsors

Our Silver Sponsors

v8.6.10

Compare Source

Patch Changes

  • Installation succeeds if a non-optional dependency of an optional dependency has failing installation scripts #​6822.
  • The length of the temporary file names in the content-addressable store reduced in order to prevent ENAMETOOLONG errors from happening #​6842.
  • Ignore empty patch content when patch-commit.
  • Sort keys in packageExtensions before calculating packageExtensionsChecksum #​6824.
  • Pass the right scheme to git ls-remote in order to prevent a fallback to git+ssh that would result in a 'host key verification failed' issue #​6806
  • The "postpublish" script of a git-hosted dependency is not executed, while building the dependency #​6822.

Our Gold Sponsors

Our Silver Sponsors


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 Jul 24, 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 9 times, most recently from 178962d to c7d55f0 Compare July 31, 2023 12:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 3129c9a to 29b2ed8 Compare August 7, 2023 14:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from f409415 to d9c5f1a Compare August 11, 2023 20:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 29f6753 to 4c30d01 Compare August 19, 2023 15:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4c30d01 to 3dd143d Compare August 19, 2023 19:12
@elonehoo elonehoo merged commit 362aba1 into main Aug 21, 2023
@elonehoo elonehoo deleted the renovate/all-minor-patch branch August 21, 2023 01:36
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