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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 9, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
c8 ^7.11.0 -> ^7.14.0 age adoption passing confidence
defu ^6.0.0 -> ^6.1.4 age adoption passing confidence
h3 ^0.7.2 -> ^0.8.6 age adoption passing confidence
listhen ^0.2.8 -> ^0.3.5 age adoption passing confidence
ohmyfetch ^0.4.15 -> ^0.4.21 age adoption passing confidence
pnpm (source) 6.32.4 -> 6.35.1 age adoption passing confidence
vitest (source) ^0.9.2 -> ^0.34.6 age adoption passing confidence

Release Notes

bcoe/c8 (c8)

v7.14.0

Compare Source

Features
  • added a new CLI arg --merge-async to asynchronously and incrementally merge process coverage files to avoid OOM due to heap exhaustion (#​469) (45f2f84)

v7.13.0

Compare Source

Features

v7.12.0

Compare Source

Features
7.11.3 (2022-05-16)
Bug Fixes
7.11.2 (2022-04-20)
Bug Fixes
  • perf: cache this.exclude.shouldInstrument for improved performance (#​388) (8b36f23)
7.11.1 (2022-04-20)
Bug Fixes

v7.11.3

Compare Source

v7.11.2

Compare Source

v7.11.1

Compare Source

unjs/defu (defu)

v6.1.4

Compare Source

compare changes

🩹 Fixes
  • Merge objects with Module type (#​121)
💅 Refactors
  • Move isPlainObject to _utils to allow testing (e922a16)
  • Make isPlainObject logic more readable (e458b63)
📖 Documentation
🏡 Chore
✅ Tests
  • Improve tests for isPlainObject (b24a213)
❤️ Contributors

v6.1.3

Compare Source

compare changes

🩹 Fixes
  • Only merge plain objects (#​111)
📖 Documentation
📦 Build
  • Backward compatible cjs entry (#​110)
🏡 Chore
🎨 Styles
  • Format with prettier v3 (32650f1)
❤️ Contributors

v6.1.2

Compare Source

compare changes

🩹 Fixes
  • Add node16 compatible type declaration (#​73)
🏡 Chore
  • Fix renovate config (#​56)
  • Use changelogen to release (5e24124)
🎨 Styles
❤️ Contributors
6.1.1 (2022-11-14)

v6.1.1

Compare Source

v6.1.0

Compare Source

Features
Bug Fixes
  • types: constrain inferred types of Defu (3d3ea3e)
6.0.1 (2022-08-16)
Bug Fixes

v6.0.1

Compare Source

unjs/h3 (h3)

v0.8.6

Compare Source

v0.8.5

Compare Source

v0.8.4

Compare Source

v0.8.3

Compare Source

v0.8.2

Compare Source

v0.8.1

Compare Source

v0.8.0

Compare Source

compare changes

⚠️ Breaking changes

H3 API and exports are updated in order to reduce dependency on Node.js and future possibilities.

  • All handlers should be defined with eventHandler() wrapper otherwise a warning will be shown suggesting this change for you.
  • h3 app instance created by createApp is not a Node.js listener with (req, res) => {} signuture anymore. You can convert h3 app into a Node.js listener using toNodeListener(app).
  • Compatibility api to support mixed req.event and res.event is dropped. If you had custom utils depending on this, you might need to change them.
  • Node.js/Express-style middleware with (req, res, next?) = {} signuture are not longer automatically converted to event handler format. You can convert them using new fromNodeMiddleware((req, res) => {}) utility.
  • Some exported TypeScript interfaces and types are renamed or removed reflecting this change.
🚀 Enhancements
  • Add writeEarlyHints utility (#​184)
🩹 Fixes
  • readBody, readRawBody: Use global symbol (#​174)
  • sendRedirect: Only encode required chars in meta tag (a9b992e)
  • writeEarlyHints: Call callback if not supported too (10eab1b)
  • router: Make router handler non preemtive by default (#​194)
  • error: Remove default statusMessage from errors (#​195)
  • router: Parse url using URL for pathname (#​196)
💅 Refactors
  • ⚠️ Reduce Node.js dependency (#​178)
📖 Documentation
  • Add sendStream to the utils list (d58fad8)
📦 Build
  • Add package.json to subpath exports (#​186)
❤️ Contributors
  • Alexander Lichter
  • Christopher King
  • Daniel Roe
  • Pooya Parsa

v0.7.21

Compare Source

v0.7.20

Compare Source

v0.7.19

Compare Source

v0.7.18

Compare Source

v0.7.17

Compare Source

v0.7.16

Compare Source

v0.7.15

Compare Source

v0.7.14

Compare Source

v0.7.13

Compare Source

v0.7.12

Compare Source

v0.7.11

Compare Source

v0.7.10

Compare Source

v0.7.9

Compare Source

v0.7.8

Compare Source

v0.7.7

Compare Source

v0.7.6

Compare Source

v0.7.5

Compare Source

v0.7.4

Compare Source

v0.7.3

Compare Source

unjs/listhen (listhen)

v0.3.5

Compare Source

v0.3.4

Compare Source

v0.3.3

Compare Source

v0.3.2

Compare Source

v0.3.1

Compare Source

v0.3.0

Compare Source

⚠ BREAKING CHANGES
  • certificate and selfsigned options are merged with https
Features
0.2.15 (2022-08-08)
Bug Fixes
  • deps: update get-port please (d0267d8)
0.2.14 (2022-08-08)
Features
  • update ger-port-please with verbose error (8e6f023)
Bug Fixes
0.2.13 (2022-06-15)
Bug Fixes
0.2.12 (2022-06-13)
Features
0.2.11 (2022-04-25)
Bug Fixes
0.2.10 (2022-04-16)
Bug Fixes
  • bundle xdg-open as an async chunk (890a4a9)
0.2.9 (2022-04-15)
Bug Fixes
0.2.8 (2022-04-07)
0.2.7 (2022-04-07)
Bug Fixes
  • update ssl keySize to 2048 (f63967b)
0.2.6 (2022-01-13)
Features
0.2.5 (2021-10-14)
Bug Fixes
0.2.4 (2021-04-13)
Features
  • allow recalling showURL (cd00e79)
0.2.3 (2021-04-05)
Bug Fixes
  • add \n to surrounding of listen message (b4b1300)
0.2.2 (2021-04-05)
Bug Fixes
  • add empty line to listening message (8381c49)
0.2.1 (2021-04-05)
Features

v0.2.15

Compare Source

v0.2.14

Compare Source

v0.2.13

Compare Source

v0.2.12

Compare Source

v0.2.11

Compare Source

v0.2.10

Compare Source

v0.2.9

Compare Source

unjs/ohmyfetch (ohmyfetch)

v0.4.21

Compare Source

v0.4.20

Compare Source

v0.4.19

Compare Source

v0.4.18

Compare Source

v0.4.17

Compare Source

v0.4.16

Compare Source

pnpm/pnpm (pnpm)

v6.35.1

Compare Source

Patch Changes

  • Replace environment variable placeholders with their values, when reading .npmrc files in subdirectories inside a workspace #​2570.
  • Don't fail if cannot override the name field of the error object #​5572.

v6.35.0

Compare Source

Patch Changes

  • Installing a package with bin that points to an .exe file on Windows #​5159.

  • Ignore the always-auth setting.

    pnpm will never reuse the registry auth token for requesting the package tarball, if the package tarball is hosted on a different domain.

    So, for example, if your registry is at https://company.registry.com/ but the tarballs are hosted at https://tarballs.com/, then you will have to configure the auth token for both domains in your .npmrc:

    @​my-company:registry=https://company.registry.com/
    //company.registry.com/=SOME_AUTH_TOKEN
    //tarballs.com/=SOME_AUTH_TOKEN
    
  • When an error happens during installation of a subdependency, print some context information in order to be able to locate that subdependency. Print the exact chain of packages that led to the problematic dependency.

v6.34.0

Compare Source

Minor Changes

Full Changelog: pnpm/pnpm@v6.33.1...v6.34.0

v6.33.1

Compare Source

Patch Changes
  • Don't print any info messages about .pnpmfile.cjs #​5027.
  • Do not print a package with unchanged version in the installation summary #​5032.
  • Remove file reporter logging. Logged file is not useful #​4949.

v6.33.0

Compare Source

v6.32.25

Compare Source

Patch Changes

  • pnpm audit --fix should not add an override for a vulnerable package that has no fixes released.
  • Resolve native workspace path for case-insensitive file systems #​4904.
  • pnpm env use should throw an error on a system that use the MUSL libc.

v6.32.24

Compare Source

Patch Changes

  • Don't crash when pnpm update --interactive is cancelled with Ctrl+c.

  • The use-node-version setting should work with prerelease Node.js versions. For instance:

    use-node-version=18.0.0-rc.3
    

v6.32.23

Compare Source

Patch Changes

  • Packages that should be built are always cloned or copied from the store. This is required to prevent the postinstall scripts from modifying the original source files of the package #​4898.

v6.32.22

Compare Source

Patch Changes
  • Don't fail when the cafile setting is specified #​4877. This fixes a regression introduced in pnpm v6.32.21.
  • Add better hints to the peer dependency issue errors.

v6.32.21

Compare Source

Patch Changes
  • Report only the first occurence of a deprecated package.

v6.32.20

Compare Source

Patch Changes

  • Suggest to update using Corepack when pnpm was installed via Corepack.
  • It should be possible to install a git-hosted package that has no package.json file #​4822.
  • When the same package is found several times in the dependency graph, correctly autoinstall its missing peer dependencies at all times #​4820.

v6.32.19

Compare Source

Patch Changes

  • Improve the performance of the build sequence calculation step #​4815.
  • Correctly detect repeated dependency sequence during resolution #​4813.

v6.32.18

Compare Source

Patch Changes
  • Don't fail on projects with linked dependencies, when auto-install-peers is set to true #​4796.
  • NODE_ENV=production pnpm install --dev should only install dev deps #​4745.

Full Changelog: pnpm/pnpm@v6.32.17...v6.32.18

v6.32.17

Compare Source

Patch Changes

  • Correctly detect the active Node.js version, when the pnpm CLI is bundled to an executable #​4203.

v6.32.16

Compare Source

Patch Changes
  • When auto-install-peers is set to true, automatically install missing peer dependencies without writing them to package.json as dependencies. This makes pnpm handle peer dependencies the same way as npm v7 #​4776.

v6.32.15

Compare Source

Patch Changes
  • Don't fail to create the command shim files if the target directory doesn't exist.
  • pnpm setup should not fail on Windows if PNPM_HOME is not yet in the system registry #​4757
  • pnpm dlx shouldn't modify the lockfile in the current working directory #​4743.

v6.32.14

Compare Source

Patch Changes

  • Sanitize the directory names created inside node_modules/.pnpm and inside the global store #​4716
  • Resolve commits from GitHub via https #​4734.

Full Changelog: pnpm/pnpm@v6.32.13...v6.32.14

v6.32.13

Compare Source

Patch Changes
  • pnpm setup should update the config of the current shell, not the preferred shell.
  • pnpm dlx should work with git-hosted packages. For example: pnpm dlx gengjiawen/envinfo #​4714.
  • pnpm setup should not override the PNPM_HOME env variable on Windows, unless --force is used.
  • All arguments after pnpm create <pkg> should be passed to the executed create app package. So pnpm create next-app --typescript should work`.
  • pnpm run --stream should prefix the output with directory #​4702

Full Changelog: pnpm/pnpm@v6.32.12...v6.32.13

v6.32.12

Compare Source

Patch Changes
  • Use Yarn's compatibility database to patch broken packages in the ecosystem with package extensions.
  • pnpm dlx should work when the bin name of the executed package isn't the same as the package name #​4672.
  • pnpm prune works in a workspace #​4647.
  • pnpm prune does not remove hoisted dependencies.
  • pnpm dlx should print messages about installation to stderr #​1698.

v6.32.11

Compare Source

Patch Changes

  • pnpm publish should work correctly in a workspace, when the latest npm CLI is installed #​4348.
  • Installation shouldn't fail when a package from node_modules is moved to the node_modules/.ignored subfolder and a package with that name is already present in `node_modules/.ignored' #​4626.

Full Changelog: pnpm/pnpm@v6.32.10...v6.32.11

v6.32.10

Compare Source

Patch Changes

  • It should be possible to use a chain of local file dependencies #​4611.
  • Filtering by directory should work with directories that have unicode chars in the name #​4595.

Full Changelog: pnpm/pnpm@v6.32.9...v6.32.10

v6.32.9

Compare Source

Patch Changes
  • Fix an error with peer resolutions, which was happening when there was a circular dependency and another dependency that had the name of the circular dependency as a substring.

  • When pnpm exec is running a command in a workspace project, the commands that are in the dependencies of that workspace project should be in the PATH #​4481.

  • Hide "WARN deprecated" messages on loglevel error #​4507

    Don't show the progress bar when loglevel is set to warn or error.

Full Changelog: pnpm/pnpm@v6.32.8...v6.32.9

v6.32.8

Compare Source

Patch Changes

  • Don't check the integrity of the store with the package version from the lockfile, when the package was updated #​4580.
  • Don't update a direct dependency that has the same name as a dependency in the workspace, when adding a new dependency to a workspace project #​4575.

Full Changelog: pnpm/pnpm@v6.32.7...v6.32.8

v6.32.7

Compare Source

Patch Changes

  • Setting the auto-install-peers to true should work.

Full Changelog: pnpm/pnpm@v6.32.6...v6.32.7

v6.32.6

Compare Source

Patch Changes
  • Linked in dependencies should be considered when resolving peer dependencies #​4541.
  • Peer dependency should be correctly resolved from the workspace, when it is declared using a workspace protocol #​4529.

Full Changelog: pnpm/pnpm@v6.32.5...v6.32.6

v6.32.5

Compare Source

vitest-dev/vitest (vitest)

v0.34.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.34.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.34.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.34.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.34.2

Compare Source

   🚀 Features
   🐞 Bug Fixes

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.

@renovate renovate bot changed the title chore(deps): update pnpm to v6.32.6 chore(deps): update all non-major dependencies Apr 10, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 6c69a66 to f72f14a Compare April 16, 2022 11:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from dd9a424 to ce9ef3d Compare April 25, 2022 15:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 8989451 to a7bf8ac Compare May 3, 2022 10:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 366a2f2 to dc9673e Compare May 11, 2022 00:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d57e6c8 to ed21f9a Compare May 13, 2022 17:09
@renovate renovate bot changed the title chore(deps): update all non-major dependencies Update all non-major dependencies Dec 17, 2022
@renovate renovate bot changed the title Update all non-major dependencies chore(deps): update all non-major dependencies Dec 17, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 948f73c to 497015b Compare December 21, 2022 13:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 497015b to 2dd87b2 Compare January 1, 2023 15:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 14b38ef to 90535c5 Compare January 11, 2023 17:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 89454ba to 915171d Compare January 21, 2023 17:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 62ffebb to dba5cf6 Compare March 16, 2023 06:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c01ec40 to 1797c5f Compare June 6, 2023 19:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f8fc500 to 1760ede Compare June 16, 2023 18:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a5e6652 to c553f5f Compare July 6, 2023 14:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c553f5f to 02eab18 Compare August 1, 2023 19:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 85f6f8c to b8bf680 Compare August 17, 2023 10:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b8bf680 to beb37b7 Compare August 25, 2023 11:26
@renovate
Copy link
Contributor Author

renovate bot commented Oct 25, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
 WARN  The "store" setting has been renamed to "store-dir". Please use the new name.
 WARN  GET https://registry.npmjs.org/@nuxtjs%2Feslint-config-typescript error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/c8 error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/h3 error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/listhen error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/ohmyfetch error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/standard-version error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/typescript error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/unbuild error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/vitest error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/defu error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@nuxtjs%2Feslint-config-typescript error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/c8 error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/eslint error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/h3 error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/listhen error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/ohmyfetch error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/standard-version error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/typescript error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/unbuild error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/vitest error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/defu error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
undefined
 ERR_PNPM_META_FETCH_FAIL  GET https://registry.npmjs.org/@nuxtjs%2Feslint-config-typescript: Value of "this" must be of type URLSearchParams

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 47eb62a to 2963473 Compare January 5, 2024 19:37
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.

None yet

0 participants