serve-placeholder
serve-placeholder copied to clipboard
chore(deps): update all non-major dependencies
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| c8 | ^7.11.0 -> ^7.14.0 |
||||
| defu | ^6.0.0 -> ^6.1.4 |
||||
| h3 | ^0.7.2 -> ^0.8.6 |
||||
| listhen | ^0.2.8 -> ^0.3.5 |
||||
| ohmyfetch | ^0.4.15 -> ^0.4.21 |
||||
| pnpm (source) | 6.32.4 -> 6.35.1 |
||||
| vitest (source) | ^0.9.2 -> ^0.34.6 |
Release Notes
bcoe/c8 (c8)
v7.14.0
Features
- added a new CLI arg
--merge-asyncto asynchronously and incrementally merge process coverage files to avoid OOM due to heap exhaustion (#469) (45f2f84)
v7.13.0
Features
- add
skipFullandexcludeNodeModulesto type definitions (#417) (b93b9c0) - support passing reporter options (#423) (bc347a9)
- types: add typings for reporterOptions (#446) (3646e6e)
v7.12.0
Features
7.11.3 (2022-05-16)
Bug Fixes
7.11.2 (2022-04-20)
Bug Fixes
7.11.1 (2022-04-20)
Bug Fixes
- deps: update deps to latest (#384) (78eac8c), closes #375
- deps: v8-to-istanbul with fixes for Node 10/18 (d5f642a)
- fix package.json
test:snapscript to use cross-env (#366) (5d2981c)
v7.11.3
v7.11.2
v7.11.1
unjs/defu (defu)
v6.1.4
🩹 Fixes
- Merge objects with
Moduletype (#121)
💅 Refactors
- Move
isPlainObjectto_utilsto allow testing (e922a16) - Make
isPlainObjectlogic more readable (e458b63)
📖 Documentation
- Fix typo (#116)
🏡 Chore
- release: V6.1.3 (3834ca1)
- Update deps and lint (e5a48d3)
- Enable
skipLipCheckfor type tests (7c7a9a4)
✅ Tests
- Improve tests for isPlainObject (b24a213)
❤️ Contributors
- Alexander Lichter (@manniL)
- Pooya Parsa (@pi0)
- Yu Le [email protected]
v6.1.3
🩹 Fixes
- Only merge plain objects (#111)
📖 Documentation
📦 Build
- Backward compatible cjs entry (#110)
🏡 Chore
🎨 Styles
- Format with prettier v3 (32650f1)
❤️ Contributors
- Pooya Parsa (@pi0)
- Abdul Al-Hasany [email protected]
- Kricsleo
- Donald Shtjefni (@dnldsht)
- Sébastien Chopin [email protected]
v6.1.2
🩹 Fixes
- Add node16 compatible type declaration (#73)
🏡 Chore
🎨 Styles
- Format with prettier (26477ed)
❤️ Contributors
- Pooya Parsa [email protected]
- Daniel Roe [email protected]
- Nozomu Ikuta [email protected]
6.1.1 (2022-11-14)
v6.1.1
v6.1.0
Features
Bug Fixes
- types: constrain inferred types of
Defu(3d3ea3e)
6.0.1 (2022-08-16)
Bug Fixes
- add typing to allow for non-objects input args (#42) (1f3a701)
- merge object strings of many types (#44) (c7226f9)
v6.0.1
unjs/h3 (h3)
v0.8.6
v0.8.5
v0.8.4
v0.8.3
v0.8.2
v0.8.1
v0.8.0
⚠️ 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
appinstance created bycreateAppis not a Node.js listener with(req, res) => {}signuture anymore. You can convert h3 app into a Node.js listener usingtoNodeListener(app). - Compatibility api to support mixed
req.eventandres.eventis 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 newfromNodeMiddleware((req, res) => {})utility. - Some exported TypeScript interfaces and types are renamed or removed reflecting this change.
🚀 Enhancements
- Add
writeEarlyHintsutility (#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
statusMessagefrom errors (#195) - router: Parse url using
URLfor pathname (#196)
💅 Refactors
- ⚠️ Reduce Node.js dependency (#178)
📖 Documentation
- Add
sendStreamto the utils list (d58fad8)
📦 Build
- Add
package.jsonto subpath exports (#186)
❤️ Contributors
- Alexander Lichter
- Christopher King
- Daniel Roe
- Pooya Parsa
v0.7.21
v0.7.20
v0.7.19
v0.7.18
v0.7.17
v0.7.16
v0.7.15
v0.7.14
v0.7.13
v0.7.12
v0.7.11
v0.7.10
v0.7.9
v0.7.8
v0.7.7
v0.7.6
v0.7.5
v0.7.4
v0.7.3
unjs/listhen (listhen)
v0.3.5
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
⚠ BREAKING CHANGES
certificateandselfsignedoptions are merged withhttps
Features
- improved ssl support (71256e6)
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
- properly invoke isWsl as a function (#22) (2951376), closes nuxt/framework#4495
0.2.10 (2022-04-16)
Bug Fixes
- bundle
xdg-openas an async chunk (890a4a9)
0.2.9 (2022-04-15)
Bug Fixes
- inline
openpackage for esm bundling support (3c2948f), closes nuxt/framework#4352 - use
options.hostnamefor listening (#19) (10164d5)
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
- update dependencies (4a25d12)
0.2.5 (2021-10-14)
Bug Fixes
- use defu for defaults (f866a61)
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
- allow deferred open (2b4a3f8)
v0.2.15
v0.2.14
v0.2.13
v0.2.12
v0.2.11
v0.2.10
v0.2.9
pnpm/pnpm (pnpm)
v6.35.1
Patch Changes
- Replace environment variable placeholders with their values, when reading
.npmrcfiles in subdirectories inside a workspace #2570. - Don't fail if cannot override the name field of the error object #5572.
v6.35.0
Patch Changes
-
Installing a package with
binthat points to an.exefile on Windows #5159. -
Ignore the
always-authsetting.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 athttps://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
Minor Changes
- When
ignore-compatibility-dbis set totrue, the compatibility database will not be used to patch dependencies #5132.
Full Changelog: https://github.com/pnpm/pnpm/compare/v6.33.1...v6.34.0
v6.33.1
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
v6.32.25
Patch Changes
pnpm audit --fixshould 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 useshould throw an error on a system that use the MUSL libc.
v6.32.24
Patch Changes
-
Don't crash when
pnpm update --interactiveis cancelled with Ctrl+c. -
The
use-node-versionsetting should work with prerelease Node.js versions. For instance:use-node-version=18.0.0-rc.3
v6.32.23
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
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
Patch Changes
- Report only the first occurence of a deprecated package.
v6.32.20
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.jsonfile #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
Patch Changes
- Improve the performance of the build sequence calculation step #4815.
- Correctly detect repeated dependency sequence during resolution #4813.
v6.32.18
Patch Changes
- Don't fail on projects with linked dependencies, when
auto-install-peersis set totrue#4796. NODE_ENV=production pnpm install --devshould only install dev deps #4745.
Full Changelog: https://github.com/pnpm/pnpm/compare/v6.32.17...v6.32.18
v6.32.17
Patch Changes
- Correctly detect the active Node.js version, when the pnpm CLI is bundled to an executable #4203.
v6.32.16
Patch Changes
- When
auto-install-peersis set totrue, automatically install missing peer dependencies without writing them topackage.jsonas dependencies. This makes pnpm handle peer dependencies the same way as npm v7 #4776.
v6.32.15
Patch Changes
- Don't fail to create the command shim files if the target directory doesn't exist.
pnpm setupshould not fail on Windows ifPNPM_HOMEis not yet in the system registry #4757pnpm dlxshouldn't modify the lockfile in the current working directory #4743.
v6.32.14
Patch Changes
- Sanitize the directory names created inside
node_modules/.pnpmand inside the global store #4716 - Resolve commits from GitHub via https #4734.
Full Changelog: https://github.com/pnpm/pnpm/compare/v6.32.13...v6.32.14
v6.32.13
Patch Changes
pnpm setupshould update the config of the current shell, not the preferred shell.pnpm dlxshould work with git-hosted packages. For example:pnpm dlx gengjiawen/envinfo#4714.pnpm setupshould not override the PNPM_HOME env variable on Windows, unless--forceis used.- All arguments after
pnpm create <pkg>should be passed to the executed create app package. Sopnpm create next-app --typescriptshould work`. pnpm run --streamshould prefix the output with directory #4702
Full Changelog: https://github.com/pnpm/pnpm/compare/v6.32.12...v6.32.13
v6.32.12
Patch Changes
- Use Yarn's compatibility database to patch broken packages in the ecosystem with package extensions.
pnpm dlxshould work when the bin name of the executed package isn't the same as the package name #4672.pnpm pruneworks in a workspace #4647.pnpm prunedoes not remove hoisted dependencies.pnpm dlxshould print messages about installation to stderr #1698.
v6.32.11
Patch Changes
pnpm publishshould 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/.ignoredsubfolder and a package with that name is already present in `node_modules/.ignored' #4626.
Full Changelog: https://github.com/pnpm/pnpm/compare/v6.32.10...v6.32.11
v6.32.10
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: https://github.com/pnpm/pnpm/compare/v6.32.9...v6.32.10
v6.32.9
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 execis 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: https://github.com/pnpm/pnpm/compare/v6.32.8...v6.32.9
v6.32.8
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: https://github.com/pnpm/pnpm/compare/v6.32.7...v6.32.8
v6.32.7
Patch Changes
- Setting the
auto-install-peerstotrueshould work.
Full Changelog: https://github.com/pnpm/pnpm/compare/v6.32.6...v6.32.7
v6.32.6
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: https://github.com/pnpm/pnpm/compare/v6.32.5...v6.32.6
v6.32.5
vitest-dev/vitest (vitest)
v0.34.6
🐞 Bug Fixes
- Overwrite global URL with environment's - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/4164 (cbe13)
- Correctly resolve external dependencies loaded by custom environments - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/4196 (e3408)
- runner: The fixture of
test.extendshould be init once time in all test - by @Dunqing in https://github.com/vitest-dev/vitest/issues/4168 (730b2)
View changes on GitHub
v0.34.5
🚀 Features
- config:
- Add
diffoption - by @fenghan34 and @sheremet-va in https://github.com/vitest-dev/vitest/issues/4063 (b50cf)
- Add
- coverage:
- Add
coverage['100']to istanbul provider - by @marcelobotega in https://github.com/vitest-dev/vitest/issues/4109 (a7e09)
- Add
- vitest:
- Support
vi.waitFormethod - by @Dunqing and @sheremet-va in https://github.com/vitest-dev/vitest/issues/4113 (d79cb) - Allow using unprocessed environment files - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/4098 (1aee1)
- Support
vi.waitUntilmethod - by @Dunqing and @sheremet-va in https://github.com/vitest-dev/vitest/issues/4129 (e0ac9)
- Support
🐞 Bug Fixes
- Update HappyDOMOptions to be compatible with v12 - by @anthonyblond in https://github.com/vitest-dev/vitest/issues/4135 (e8797)
- Print value shape when .resolves and .rejects fails - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/4137 (e649d)
- docs:
- Fix lint errors on onConsoleLog example - by @marcelobotega in https://github.com/vitest-dev/vitest/issues/4116 (ba1e7)
- expect:
- Improve the error message when nothing is thrown when testing
toThrow- by @Dunqing in https://github.com/vitest-dev/vitest/issues/3979 (725a0)
- Improve the error message when nothing is thrown when testing
- happy-dom:
- Catch errors in happy-dom - by @capricorn86 in https://github.com/vitest-dev/vitest/issues/4140 (c21c0)
- runner:
- Restore leading space in
testNamePattern- by @segrey in https://github.com/vitest-dev/vitest/issues/4103 and https://github.com/vitest-dev/vitest/issues/4104 (3c305) test.extenddoesn't work in hooks without test - by @Dunqing in https://github.com/vitest-dev/vitest/issues/4065 (175c7)
- Restore leading space in
- snapshot:
- Support mix of normal/with placeholders snapshots - by @RobertPechaCZ in https://github.com/vitest-dev/vitest/issues/4118 (01e01)
- ui:
- Correctly render ansi diff - by @so1ve and @sheremet-va in https://github.com/vitest-dev/vitest/issues/3810 (8c315)
- vite-node:
- Export
SourceMapInputto fix CYCLIC_CROSS_CHUNK_REEXPORT - by @Dunqing in https://github.com/vitest-dev/vitest/issues/4128 (ca70a) - Align vite dependency version with vitest - by @sheremet-va (90ff8)
- Export
- vitest:
- Rerun tests if a file loaded with query changes - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/4130 (a084c)
- Inject "define" in workspaces - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/4096 (b4d5a)
🏎 Performance
- Use lazy require in vm pool - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/4136 (21ba4)
View changes on GitHub
v0.34.4
🐞 Bug Fixes
- Resolving dep optimizer issues with workspace - by @thebanjomatic in https://github.com/vitest-dev/vitest/issues/4036 (0c13c)
- Don't process config file twice - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/4077 (a84a8)
- coverage:
- Log info only when terminal reporter is used - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/4027 (9f043)
- happy-dom:
- Use the nodejs console in happy-dom v11 - by @capricorn86 in https://github.com/vitest-dev/vitest/issues/4090 (59434)
- runner:
- Incorrect test name pattern matching - by @Dunqing in https://github.com/vitest-dev/vitest/issues/4071 (b5bf3)
- vite-node:
- Check more precisely for root/base paths - by @danielroe in https://github.com/vitest-dev/vitest/issues/4049 (80741)
- vitest:
- "vi" doesn't rely on context - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/4031 (0d0f3)
- Only override ssr.optimizer instead of the whole ssr object - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/4080 (410bc)
- Don't start the server when optimizer is enabled - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/4095 (00e81)
- Set SSR env only when transformMode is ssr - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/4083 (f8ea7)
- Show error when calling API on files that user has no access to - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/4085 (8b39c)
- web-worker:
- Don't rely on browser API when it's not provided - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/4014 (e78a4)
View changes on GitHub
v0.34.3
🚀 Features
- coverage: Add
allowExternaloption - by @vojvodics and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3894 (c03fa) - vitest: Export all reporters in
vitest/reporters- by @Dunqing and @sheremet-va in https://github.com/vitest-dev/vitest/issues/3980 (5704b)
🐞 Bug Fixes
- Should remove mockPath from callstack whether success or failed - by @miserylee and lijifei in https://github.com/vitest-dev/vitest/issues/3971 (5eb85)
- Add workspace config files to default coverage excludes - by @FelixGraf and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3973 (20263)
- Report file error as a
on JUnit - by @3c1u in https://github.com/vitest-dev/vitest/issues/3997 (00c43) - jsdom: Correctly resolve buffer on typed arrays - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3998 (b42cf)
- ui: Use web hash history in ui - by @segevfiner and @sheremet-va in https://github.com/vitest-dev/vitest/issues/3481 and https://github.com/vitest-dev/vitest/issues/3487 (8caab)
- vite-node: Inline HMR types - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3993 (dff60)
- vitest: Correctly resolve optimizer status - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3992 (74dc5)
View changes on GitHub
v0.34.2
🚀 Features
- Allow importing CSS and assets inside external dependencies when using
--experimental-vm-threads- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3880 (f4e6e) - vitest: Allow calling
ctx.skip()inside the running test - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3966 (5c88d)
🐞 Bug Fixes
- Don't bundle utils' source-map entry - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3865 (a08e5)
- Reduce the memory consumption when running --experimental-vm-threads - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3872 (d1a08)
- Indicator position of error message - by @fenghan34 in https://github.com/vitest-dev/vitest/issues/3855 (3e1e7)
- Don't crash when using --experimental-vm-threads, interop CJS default inside node_modules - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3876 (0c53e)
- Don't crash if total memory is not supported - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3879 (7d1f8)
- Check memory and limit value - by @sheremet-va (f8dfb)
- Update module warning as it is moved into server config - by @jellyfishgh in https://github.com/vitest-dev/vitest/issues/3931 (3a3eb)
- Define process variable and using import.meta.env together did not work - by @Dunqing in https://github.com/vitest-dev/vitest/issues/3944 (e73ca)
- Correctly resolve config in a workspace - by @sheremet-va in [https://github.com/vitest-dev/vitest/issues/3947](https:/
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 Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
6c0224b) 0.00% compared to head (11140a2) 88.13%.
:exclamation: Current head 11140a2 differs from pull request most recent head 2963473. Consider uploading reports for the commit 2963473 to get more accurate results
Additional details and impacted files
@@ Coverage Diff @@
## main #55 +/- ##
=========================================
+ Coverage 0 88.13% +88.13%
=========================================
Files 0 2 +2
Lines 0 177 +177
Branches 0 13 +13
=========================================
+ Hits 0 156 +156
- Misses 0 8 +8
- Partials 0 13 +13
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
⚠ 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