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): update all non-major dependencies #64

Merged
merged 1 commit into from
Aug 2, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 5, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vitest/coverage-v8 (source) ^0.33.0 -> ^0.34.1 age adoption passing confidence
@vitest/ui (source) ^0.33.0 -> ^0.34.1 age adoption passing confidence
eslint (source) ^8.45.0 -> ^8.46.0 age adoption passing confidence
pnpm (source) 8.6.10 -> 8.6.11 age adoption passing confidence
vitest ^0.33.0 -> ^0.34.1 age adoption passing confidence

Release Notes

vitest-dev/vitest (@​vitest/coverage-v8)

v0.34.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.34.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
  • Deprecate deps.registerNodeLoader  -  by @​sheremet-va (7f45b)
    • This option was introduced to support aliasing inside external packages. Please, use deps.optimizer.web instead. If you test Node.js applications, consider adding external packages to server.deps.inline.
    View changes on GitHub
eslint/eslint (eslint)

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


Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

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

@codecov
Copy link

codecov bot commented Jun 5, 2023

Codecov Report

Merging #64 (6a21ab0) into main (224eed2) will not change coverage.
Report is 3 commits behind head on main.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #64   +/-   ##
=======================================
  Coverage   92.31%   92.31%           
=======================================
  Files          24       24           
  Lines        1731     1731           
  Branches      316      314    -2     
=======================================
  Hits         1598     1598           
  Misses        133      133           

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 02ce70e to dd5364b Compare June 11, 2023 21:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 4e0ad37 to b84d134 Compare June 19, 2023 13:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 40b874b to a4cdd9f Compare July 1, 2023 07:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 1e82cf6 to e2ca248 Compare July 10, 2023 00:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from f9c3e1c to ac7cc0a Compare July 18, 2023 12:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ac7cc0a to aefbdca Compare July 22, 2023 02:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from c69885a to a1c42eb Compare July 27, 2023 03:48
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Jul 27, 2023
@renovate renovate bot closed this Jul 27, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch July 27, 2023 03:50
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Jul 28, 2023
@renovate renovate bot reopened this Jul 28, 2023
@renovate renovate bot restored the renovate/all-minor-patch branch July 28, 2023 17:28
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update devdependency eslint to ^8.46.0 Jul 28, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a1c42eb to d11f1ca Compare July 28, 2023 18:26
@renovate renovate bot changed the title chore(deps): update devdependency eslint to ^8.46.0 chore(deps): update all non-major dependencies Jul 30, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9b45cdb to 14aa2da Compare August 1, 2023 16:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 14aa2da to 6a21ab0 Compare August 1, 2023 19:04
@renovate renovate bot merged commit de99b86 into main Aug 2, 2023
3 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch August 2, 2023 01:03
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