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

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 13, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^20.12.7 -> ^20.16.11 age adoption passing confidence
@vitest/coverage-v8 (source) ^1.5.2 -> ^1.6.0 age adoption passing confidence
changelogen ^0.5.5 -> ^0.5.7 age adoption passing confidence
eslint (source) ^8.57.0 -> ^8.57.1 age adoption passing confidence
eslint-config-unjs ^0.2.1 -> ^0.4.1 age adoption passing confidence
jiti ^1.21.0 -> ^1.21.6 age adoption passing confidence
msw (source) ^2.2.14 -> ^2.4.10 age adoption passing confidence
ofetch ^1.3.4 -> ^1.4.1 age adoption passing confidence
pnpm (source) 9.1.3 -> 9.12.1 age adoption passing confidence
prettier (source) ^3.2.5 -> ^3.3.3 age adoption passing confidence
typescript (source) ^5.4.5 -> ^5.6.3 age adoption passing confidence
vitest (source) ^1.5.2 -> ^1.6.0 age adoption passing confidence

Release Notes

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

v1.6.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v1.5.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
unjs/changelogen (changelogen)

v0.5.7

Compare Source

compare changes

🩹 Fixes
  • bump: Avoid using + for canary suffix (#​224)
❤️ Contributors

v0.5.6

Compare Source

compare changes

🚀 Enhancements
  • Add option to sign git tags (#​117)
  • git: Support parse git messages that have prefix emoji (#​146)
🩹 Fixes
  • github: Use bearer token (#​180)
  • Handle repo name with multiple segments (#​219)
  • Lowercase scope when filtering (#​199)
💅 Refactors
  • Replace execa with execSync (#​222)
  • Use human readable date for canary versions (#​223)
  • Update execCommand (68127be)
🏡 Chore
❤️ Contributors
eslint/eslint (eslint)

v8.57.1

Compare Source

unjs/eslint-config (eslint-config-unjs)

v0.4.1

Compare Source

compare changes

💅 Refactors
  • Use Linter.Config as return type (2cce21a)
  • Reflax markdown rules (587c6a7)
🏡 Chore
❤️ Contributors

v0.4.0

Compare Source

compare changes

🏡 Chore
  • ⚠️ Update dependencies (ec5727e)
  • Use eslint ts support with jiti (0d531f8)
⚠️ Breaking Changes
  • ⚠️ Update dependencies (ec5727e)
❤️ Contributors

v0.3.2

Compare Source

compare changes

🏡 Chore
  • Update unicorn plugin to 53 (0a944e4)
❤️ Contributors

v0.3.1

Compare Source

compare changes

🩹 Fixes
  • markdown: Override default rules (4765dd5)
🏡 Chore
  • Remove prerelease script (pnpm why ?!) (a98c465)
❤️ Contributors

v0.3.0

Compare Source

compare changes

unjs/jiti (jiti)

v1.21.6

Compare Source

compare changes

🩹 Fixes
  • Use internal cached modules only if loaded (#​247)

v1.21.5

Compare Source

compare changes

🩹 Fixes

From 1.21.4

  • Avoid node: protocol for node 14 compatibility (5d877de)
  • Update deps (5e11181)

v1.21.4

Compare Source

v1.21.3

Compare Source

compare changes

🩹 Fixes
❤️ Contributors

v1.21.2

Compare Source

compare changes

🩹 Fixes
❤️ Contributors

v1.21.1

Compare Source

compare changes

🏡 Chore
🤖 CI
❤️ Contributors
mswjs/msw (msw)

v2.4.10

Compare Source

v2.4.10 (2024-10-11)

Bug Fixes

v2.4.9

Compare Source

v2.4.9 (2024-09-20)

Bug Fixes

v2.4.8

Compare Source

v2.4.8 (2024-09-17)

Bug Fixes

v2.4.7

Compare Source

v2.4.7 (2024-09-15)

Bug Fixes

v2.4.6

Compare Source

v2.4.6 (2024-09-13)

Bug Fixes

v2.4.5

Compare Source

v2.4.5 (2024-09-11)
Bug Fixes

v2.4.4

Compare Source

v2.4.4 (2024-09-08)

Bug Fixes

v2.4.3

Compare Source

v2.4.3 (2024-09-07)

Bug Fixes

v2.4.2

Compare Source

v2.4.2 (2024-09-04)

Bug Fixes

v2.4.1

Compare Source

v2.4.1 (2024-08-29)

Bug Fixes

v2.4.0

Compare Source

v2.4.0 (2024-08-28)

Features

v2.3.5

Compare Source

v2.3.5 (2024-08-02)

Bug Fixes

v2.3.4

Compare Source

v2.3.4 (2024-07-23)

Bug Fixes

v2.3.3

Compare Source

v2.3.3 (2024-07-23)

Bug Fixes

v2.3.2

Compare Source

v2.3.2 (2024-07-19)

Bug Fixes

v2.3.1

Compare Source

v2.3.1 (2024-06-01)

Bug Fixes

v2.3.0

Compare Source

v2.3.0 (2024-05-08)

[!WARNING]
This release changes how MSW treats unhandled exceptions in response resolvers. Previously, they were treated as request errors. Starting with this release, unhandled resolver exceptions will be coerced to 500 Unhandled Exception mocked error responses produced by the library. Please note that you must not intentionally throw errors in your resolvers. Please use Response.error() to mock request/network errors. Unhandled exceptions are considered unintended and will be treated as if they happen on the actual server.

Features
server.events.on('unhandledException', ({ request, error }) => {
  console.log('%s %s errored! See details below.', request.method, request.url)
  console.error(error)
})
Bug Fixes
unjs/ofetch (ofetch)

v1.4.1

Compare Source

compare changes

🩹 Fixes
  • Remove undefined method and query/params from fetch options (#​451)
  • Use response._bodyInit as fallback for react-native and qq (#​398)
🏡 Chore
✅ Tests
❤️ Contributors

v1.4.0

Compare Source

compare changes

🚀 Enhancements
  • Support retryDelay with callback function (#​372)
  • Add better message and code for timeout error (#​351)
  • Allow custom global options for $fetch.create (#​401)
  • Support interceptors arrays (#​353)
  • Always clone and normalize options.headers and options.query (#​436)
🩹 Fixes
  • Export types from node export condition (#​407)
  • Use wrapper to allow patching global fetch (#​377)
📖 Documentation
  • Add docs for using undici dispatcher (#​389)
🌊 Types
  • Add agent and dispatcher options (node-specific) (#​308)
🏡 Chore
✅ Tests
  • Add additional tests for hook errors (7ff4d11)
🤖 CI
❤️ Contributors
pnpm/pnpm (pnpm)

v9.12.1: pnpm 9.12.1

Compare Source

Patch Changes

  • pnpm update --latest should not update the automatically installed peer dependencies #​6657.
  • pnpm publish should be able to publish from a local tarball #​7950.
  • The pnpx command should work correctly on Windows, when pnpm is installed via the standalone installation script #​8608.
  • Prevent EBUSY errors caused by creating symlinks in parallel dlx processes #​8604.
  • Fix maximum call stack size exceeded error related to circular workspace dependencies #​8599.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v9.12.0: pnpm 9.12

Compare Source

Minor Changes
  • Fix peer dependency resolution dead lock #​8570. This change might change some of the keys in the snapshots field inside pnpm-lock.yaml but it should happen very rarely.

  • pnpm outdated command supports now a --sort-by=name option for sorting outdated dependencies by package name #​8523.

  • Added the ability for overrides to remove dependencies by specifying "-" as the field value #​8572. For example, to remove lodash from the dependencies, use this configuration in package.json:

    {
      "pnpm": {
        "overrides": {
          "lodash": "-"
        }
      }
    }
Patch Changes
  • Fixed an issue where pnpm list --json pkg showed "private": false for a private package #​8519.
  • Packages with libc that differ from pnpm.supportedArchitectures.libc are not downloaded #​7362.
  • Prevent ENOENT errors caused by running store prune in parallel #​8586.
  • Add issues alias to pnpm bugs #​8596.
Platinum Sponsors
Gold Sponsors
Our Silver Sponsors

[v9.11.0](https://redi


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f8f5418 to 4e4d745 Compare May 14, 2024 07:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 7f49342 to a8a029d Compare June 4, 2024 04:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 5d144e8 to 3f7a9cf Compare June 11, 2024 08:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 401a1d2 to 0a18efb Compare June 22, 2024 10:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d0ffc3e to b661148 Compare July 1, 2024 19:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5e51734 to 5a7039d Compare July 7, 2024 20:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 3326e84 to 0eb2fd5 Compare September 4, 2024 13:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 4faeec9 to fc78f39 Compare September 11, 2024 04:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from ee5d6c3 to c8c1cd9 Compare September 20, 2024 11:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from b35dbb4 to a5121f6 Compare September 27, 2024 16:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 48cd64c to 911f118 Compare October 2, 2024 17:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from cc8338e to 2e7184d Compare October 9, 2024 00:24
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