nuxt-modules / apollo

Nuxt.js module to use Vue-Apollo. The Apollo integration for GraphQL.
https://apollo.nuxtjs.org
MIT License
929 stars 195 forks source link

chore(deps): update dependency destr to v2 - autoclosed #513

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
destr ^1.2.2 -> ^2.0.2 age adoption passing confidence

Release Notes

unjs/destr (destr) ### [`v2.0.2`](https://togithub.com/unjs/destr/blob/HEAD/CHANGELOG.md#v202) [Compare Source](https://togithub.com/unjs/destr/compare/v2.0.1...v2.0.2) [compare changes](https://togithub.com/unjs/destr/compare/v2.0.1...v2.0.2) ##### đź©ą Fixes - Parsing decimals and scientific notation ([#​94](https://togithub.com/unjs/destr/pull/94)) - Avoid fast path with possible escape chars ([#​89](https://togithub.com/unjs/destr/pull/89)) ##### đź“– Documentation - Fix typos ([#​82](https://togithub.com/unjs/destr/pull/82)) - Fix typo ([#​86](https://togithub.com/unjs/destr/pull/86)) ##### 🏡 Chore - Update benchmarks ([eb60af1](https://togithub.com/unjs/destr/commit/eb60af1)) - Update lockfile ([4dbb707](https://togithub.com/unjs/destr/commit/4dbb707)) - Update benchmarks ([4f92188](https://togithub.com/unjs/destr/commit/4f92188)) - Add bun to the bench results ([523f3f1](https://togithub.com/unjs/destr/commit/523f3f1)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Kricsleo - Nobkd - Alexander Lichter ([@​manniL](http://github.com/manniL)) ### [`v2.0.1`](https://togithub.com/unjs/destr/blob/HEAD/CHANGELOG.md#v201) [Compare Source](https://togithub.com/unjs/destr/compare/v2.0.0...v2.0.1) [compare changes](https://togithub.com/unjs/destr/compare/v2.0.0...v2.0.1) ##### 🔥 Performance - Avoid lowercasing long strings ([#​81](https://togithub.com/unjs/destr/pull/81)) ##### đź“– Documentation - Correct `safeDestr` example usage and tests ([#​75](https://togithub.com/unjs/destr/pull/75)) ##### 🏡 Chore - Update dependencies ([46c3915](https://togithub.com/unjs/destr/commit/46c3915)) - Add autofix ci ([ad69b83](https://togithub.com/unjs/destr/commit/ad69b83)) ##### 🎨 Styles - Format code ([5e014f9](https://togithub.com/unjs/destr/commit/5e014f9)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Webstrand - Frenco ### [`v2.0.0`](https://togithub.com/unjs/destr/blob/HEAD/CHANGELOG.md#v200) [Compare Source](https://togithub.com/unjs/destr/compare/v1.2.2...v2.0.0) [compare changes](https://togithub.com/unjs/destr/compare/v1.2.2...v2.0.0) ##### 🚀 Enhancements - ⚠️ Support generic type with `unkown` default ([#​68](https://togithub.com/unjs/destr/pull/68)) - Show warning when dropping unsafe keys ([#​57](https://togithub.com/unjs/destr/pull/57)) - Support minus infinity ([#​67](https://togithub.com/unjs/destr/pull/67)) - Support `safeDestr` ([#​70](https://togithub.com/unjs/destr/pull/70)) - Parse double-quoted string with fast path ([#​71](https://togithub.com/unjs/destr/pull/71)) ##### 🔥 Performance - Move common check earlier ([5be5732](https://togithub.com/unjs/destr/commit/5be5732)) ##### đź’… Refactors - ⚠️ Use named `destr` export ([#​69](https://togithub.com/unjs/destr/pull/69)) ##### 🏡 Chore - **readme:** Badges update ([6544804](https://togithub.com/unjs/destr/commit/6544804)) - Update dev dependencies ([4aa3592](https://togithub.com/unjs/destr/commit/4aa3592)) - Lint with prettier ([6aa42c6](https://togithub.com/unjs/destr/commit/6aa42c6)) - Fix lint issue ([cb4c0d6](https://togithub.com/unjs/destr/commit/cb4c0d6)) - Update coverage package ([a73b0ff](https://togithub.com/unjs/destr/commit/a73b0ff)) - Use `changelogen` for release ([75989d3](https://togithub.com/unjs/destr/commit/75989d3)) - Run ci with node 18 ([80554b8](https://togithub.com/unjs/destr/commit/80554b8)) - Update benchmark script ([4138ebf](https://togithub.com/unjs/destr/commit/4138ebf)) - Add `codecov.yml` ([fa4d366](https://togithub.com/unjs/destr/commit/fa4d366)) - Update readme ([ecf2029](https://togithub.com/unjs/destr/commit/ecf2029)) - Update readme ([60b3f81](https://togithub.com/unjs/destr/commit/60b3f81)) ##### ⚠️ Breaking Changes - ⚠️ Support generic type with `unkown` default ([#​68](https://togithub.com/unjs/destr/pull/68)) - ⚠️ Use named `destr` export ([#​69](https://togithub.com/unjs/destr/pull/69)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Zuixinwang - Nozomu Ikuta - SĂ©bastien Chopin ##### [1.2.2](https://togithub.com/unjs/destr/compare/v1.2.1...v1.2.2) (2022-12-05) ##### Bug Fixes - only purge `constructor.prototype` keys ([#​26](https://togithub.com/unjs/destr/issues/26)) ([87918d5](https://togithub.com/unjs/destr/commit/87918d56fb35acf09ef6f33b908ad88dab288879)) - support surrounding whitespaces (resolves [#​21](https://togithub.com/unjs/destr/issues/21)) ([639a5df](https://togithub.com/unjs/destr/commit/639a5df5321d9dccc05ccc1489f75ff8c4c57981)) ##### [1.2.1](https://togithub.com/unjs/destr/compare/v1.2.0...v1.2.1) (2022-11-14)

Configuration

đź“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

netlify[bot] commented 1 year ago

Deploy Preview for apollo-module canceled.

Name Link
Latest commit 2d18c3ee58e858ff781825eb2355007565f015f3
Latest deploy log https://app.netlify.com/sites/apollo-module/deploys/6538400a59b80d00085935e4
renovate[bot] commented 8 months ago

âš  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:

The artifact failure details are included below:

File name: pnpm-lock.yaml
[22:05:43.943] INFO (10): Installing tool node v20.9.0...
v20.9.0
10.1.0
0.20.0
[22:05:46.640] INFO (10): Installed tool node in 2.6s.
[22:05:47.167] INFO (53): Installing tool pnpm v7.29.1...
7.29.1
[22:05:48.592] INFO (53): Installed tool pnpm in 1.4s.
Scope: all 2 workspace projects
 WARN  GET https://registry.npmjs.org/destr error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@nuxt/module-builder/-/module-builder-0.2.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@nuxt/schema/-/schema-3.3.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@nuxt/ui/-/ui-0.4.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@nuxtjs/eslint-config-typescript/-/eslint-config-typescript-12.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@types/node/-/node-18.15.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint/-/eslint-8.36.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/nuxt/-/nuxt-3.3.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@apollo/client/-/client-3.7.10.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@nuxt/kit/-/kit-3.3.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@rollup/plugin-graphql/-/plugin-graphql-2.0.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@vue/apollo-composable/-/apollo-composable-4.0.0-beta.4.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/defu/-/defu-6.1.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.12.6.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/graphql-ws/-/graphql-ws-5.12.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/destr error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@nuxt/module-builder/-/module-builder-0.2.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@nuxt/schema/-/schema-3.3.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@nuxt/ui/-/ui-0.4.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@nuxtjs/eslint-config-typescript/-/eslint-config-typescript-12.0.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@types/node/-/node-18.15.3.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/eslint/-/eslint-8.36.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/nuxt/-/nuxt-3.3.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@apollo/client/-/client-3.7.10.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@nuxt/kit/-/kit-3.3.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@rollup/plugin-graphql/-/plugin-graphql-2.0.3.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@vue/apollo-composable/-/apollo-composable-4.0.0-beta.4.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/defu/-/defu-6.1.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.12.6.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/graphql-ws/-/graphql-ws-5.12.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/ohash/-/ohash-1.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 ERR_INVALID_THIS  Value of "this" must be of type URLSearchParams

pnpm [ERR_INVALID_THIS]: Value of "this" must be of type URLSearchParams
    at new NodeError (node:internal/errors:406:5)
    at Proxy.getAll (node:internal/url:527:13)
    at Proxy.<anonymous> (/opt/containerbase/tools/pnpm/7.29.1/node_modules/pnpm/dist/pnpm.cjs:59369:55)
    at /opt/containerbase/tools/pnpm/7.29.1/node_modules/pnpm/dist/pnpm.cjs:59431:31
    at Array.reduce (<anonymous>)
    at Proxy.raw (/opt/containerbase/tools/pnpm/7.29.1/node_modules/pnpm/dist/pnpm.cjs:59430:33)
    at new Headers (/opt/containerbase/tools/pnpm/7.29.1/node_modules/pnpm/dist/pnpm.cjs:59315:28)
    at getNodeRequestOptions (/opt/containerbase/tools/pnpm/7.29.1/node_modules/pnpm/dist/pnpm.cjs:59664:23)
    at /opt/containerbase/tools/pnpm/7.29.1/node_modules/pnpm/dist/pnpm.cjs:59721:25
    at new Promise (<anonymous>)
 WARN  GET https://registry.npmjs.org/jiti/-/jiti-1.18.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.