Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 8, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 20.4.4 -> 20.5.7 age adoption passing confidence
bumpp 9.1.1 -> 9.2.0 age adoption passing confidence
eslint (source) 8.45.0 -> 8.48.0 age adoption passing confidence
pnpm (source) 8.6.9 -> 8.7.0 age adoption passing confidence
tsup (source) ^7.1.0 -> ^7.2.0 age adoption passing confidence
typescript (source) 5.1.6 -> 5.2.2 age adoption passing confidence
vite (source) 4.4.6 -> 4.4.9 age adoption passing confidence
vitest 0.33.0 -> 0.34.3 age adoption passing confidence

Release Notes

antfu/bumpp (bumpp)

v9.2.0

Compare Source

   🚀 Features
    View changes on GitHub
eslint/eslint (eslint)

v8.48.0

Compare Source

Features

  • 1fbb3b0 feat: correct update direction in for-direction (#​17483) (Francesco Trotta)
  • d73fbf2 feat: rule tester do not create empty valid or invalid test suites (#​17475) (fnx)
  • ee2f718 feat: Allow void in rule no-promise-executor-return (#​17282) (nopeless)

Bug Fixes

  • 7234f6a fix: update RuleTester JSDoc and deprecations (#​17496) (Jonas Berlin)

Documentation

  • 7a51d77 docs: no-param-reassign mention strict mode (#​17494) (Stephen Hardy)
  • 9cd7ac2 docs: add fetch script to package.json conventions (#​17459) (Nitin Kumar)
  • cab21e6 docs: advice for inline disabling of rules (#​17458) (Ashish Yadav)
  • 056499d docs: fix example of flat config from plugin (#​17482) (Francesco Trotta)
  • 9e9edf9 docs: update documentation URL in error message (#​17465) (Nitin Kumar)

Chores

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

Compare Source

Minor Changes

  • Improve performance of installation by using a worker pool for extracting packages and writing them to the content-addressable store #​6850
  • The default value of the resolution-mode setting is changed to highest. This setting was changed to lowest-direct in v8.0.0 and some users were not happy with the change. A twitter poll concluded that most of the users want the old behaviour (resolution-mode set to highest by default). This is a semi-breaking change but should not affect users that commit their lockfile #​6463.

Patch Changes

  • Warn when linking a package with peerDependencies #​615.
  • Add support for npm lockfile v3 in pnpm import #​6233.
  • Override peerDependencies in pnpm.overrides #​6759.
  • Respect workspace alias syntax in pkg graph #​6922
  • Emit a clear error message when users attempt to specify an undownloadable node version #​6916.
  • pnpm patch should write patch files with a trailing newline #​6905.
  • Dedupe deps with the same alias in direct dependencies 6966
  • Don't prefix install output for the dlx command.
  • Performance optimizations. Package tarballs are now download directly to memory and built to an ArrayBuffer. Hashing and other operations are avoided until the stream has been fully received #​6819.

Our Gold Sponsors

Our Silver Sponsors

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

egoist/tsup (tsup)

v7.2.0

Compare Source

Bug Fixes
  • allow to kill onSuccess process using SIGKILL signal, closes #​936 (612cabf)
Features
Microsoft/TypeScript (typescript)

v5.2.2: TypeScript 5.2

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

vitejs/vite (vite)

v4.4.9

Compare Source

v4.4.8

Compare Source

v4.4.7

Compare Source

vitest-dev/vitest (vitest)

v0.34.3

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.34.2

Compare Source

   🚀 Features
   🐞 Bug Fixes

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 8, 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 7 times, most recently from 914f168 to 74e5d56 Compare May 15, 2023 15:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 74e5d56 to 5baf442 Compare May 16, 2023 02:23
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed May 16, 2023
@renovate renovate bot closed this May 16, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch May 16, 2023 09:16
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies May 16, 2023
@renovate renovate bot reopened this May 16, 2023
@renovate renovate bot restored the renovate/all-minor-patch branch May 16, 2023 17:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5baf442 to e1d91a3 Compare May 16, 2023 20:30
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update dependency vite to v4.3.7 May 16, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e1d91a3 to d41af2c Compare May 17, 2023 18:05
@renovate renovate bot changed the title chore(deps): update dependency vite to v4.3.7 chore(deps): update all non-major dependencies May 17, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 14d6399 to 79ead11 Compare May 20, 2023 01:28
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed May 23, 2023
@renovate renovate bot closed this May 23, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch May 23, 2023 03:56
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies May 26, 2023
@renovate renovate bot reopened this May 26, 2023
@renovate renovate bot restored the renovate/all-minor-patch branch May 26, 2023 13:09
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update dependency vite to v4.3.9 May 26, 2023
@renovate renovate bot changed the title chore(deps): update dependency vite to v4.3.9 chore(deps): update all non-major dependencies May 28, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5690878 to a7ea6eb Compare May 28, 2023 13:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1cc2f28 to 8e2403d Compare July 24, 2023 02:02
@renovate renovate bot changed the title chore(deps): update dependency pnpm to v8.6.10 chore(deps): update all non-major dependencies Jul 24, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 24fd496 to c13ac23 Compare July 30, 2023 18:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from d7883f0 to 995e7a2 Compare August 7, 2023 14:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from ecf78eb to f2320f6 Compare August 13, 2023 22:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from d6c9ad2 to 8affc4b Compare August 23, 2023 21:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 9ee34b7 to 9218606 Compare August 26, 2023 20:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9218606 to 7d0f6c9 Compare August 28, 2023 05:16
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

0 participants