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 root #2

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

chore(deps): update root #2

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 1, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^0.36.0 -> ^0.43.1 age adoption passing confidence
@capacitor/core (source) >=4.0.0 -> >=4.8.2 age adoption passing confidence
@capacitor/network >=4.0.0 -> >=4.1.0 age adoption passing confidence
@capacitor/preferences >=4.0.0 -> >=4.0.2 age adoption passing confidence
@urql/exchange-graphcache (source) >=5.0.0 -> >=5.2.0 age adoption passing confidence
@urql/exchange-graphcache (source) ^5.0.9 -> ^5.2.0 age adoption passing confidence
@vitest/coverage-c8 (source) ^0.29.2 -> ^0.33.0 age adoption passing confidence
bumpp ^9.0.0 -> ^9.9.2 age adoption passing confidence
eslint (source) ^8.35.0 -> ^8.57.1 age adoption passing confidence
tsup (source) ^6.6.3 -> ^6.7.0 age adoption passing confidence
vite (source) ^4.1.4 -> ^4.5.5 age adoption passing confidence
vitest (source) ^0.29.2 -> ^0.34.6 age adoption passing confidence

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v0.43.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.43.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.42.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.42.0

Compare Source

   🚀 Features
    View changes on GitHub

v0.41.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.41.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.41.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.41.1

Compare Source

   🚀 Features
    View changes on GitHub

v0.41.0

Compare Source

   🚀 Features
  • Do not auto fix unused-imports/no-unused-imports in editors  -  by @​antfu (ed2b0)
    View changes on GitHub

v0.40.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.40.2

Compare Source

No significant changes

    View changes on GitHub

v0.40.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.40.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.39.8

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.39.7

Compare Source

   🚀 Features
    View changes on GitHub

v0.39.6

Compare Source

   🚀 Features
    View changes on GitHub

v0.39.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
  • Disable @typescript-eslint/consistent-type-assertions  -  by @​antfu (abf5c)
    View changes on GitHub

v0.39.4

Compare Source

   🚀 Features
    View changes on GitHub

v0.39.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.39.2

Compare Source

   🚀 Features
    View changes on GitHub

v0.39.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.39.0

Compare Source

   🚀 Features
    View changes on GitHub

v0.38.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.38.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.38.4

Compare Source

No significant changes

    View changes on GitHub

v0.38.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.38.2

Compare Source

No significant changes

    View changes on GitHub

v0.38.0

Compare Source

   🚀 Features
    View changes on GitHub

v0.37.0

Compare Source

   🚀 Features
    View changes on GitHub
ionic-team/capacitor (@​capacitor/core)

v4.8.2

Compare Source

Note: Version bump only for package capacitor

v4.8.1

Compare Source

Bug Fixes
  • android: Move bridge localUrl initialization to initWebView (#​6686) (85fd4a6)
  • android: revert cookie manager initialization to plugin load for 4.x (2ea82f4)

v4.8.0

Compare Source

Bug Fixes
Features

v4.7.3

Compare Source

Bug Fixes

v4.7.2

Compare Source

Bug Fixes
  • android: proper app url check for launching intents (#​6451) (6f8d1ad)
  • cli: Fix cordova plugin config checker over checking on 4.x (#​6443) (5ce68bb)

v4.7.1

Compare Source

Bug Fixes
  • cli: point build to proper workspace name (#​6373) (81af12a)
  • iOS: Separate cookies by ; rather than ; when accessing through document.cookie (Cap 4.x) (#​6380) (1902b77)

v4.7.0

Compare Source

Bug Fixes
Features

4.6.3 (2023-02-03)

Bug Fixes

4.6.2 (2023-01-17)

Bug Fixes

4.6.1 (2022-12-05)

Bug Fixes

v4.6.3

Compare Source

Bug Fixes

v4.6.2

Compare Source

Bug Fixes

v4.6.1

Compare Source

Bug Fixes

v4.6.0

Compare Source

Bug Fixes
Features

v4.5.0

Compare Source

Bug Fixes
  • android: Silence deprecation warning on handlePermissionResult (#​6092) (888b13e)
  • cli: add vite config to framework detection (#​6039) (3796d42)
  • cli: calculate padding of super.onCreate(savedInstanceState); line (#​6016) (5729ac1)
  • cli: Update gradle versions only if they are older (#​6015) (ae94101)
  • cli/ios: Read handleApplicationNotifications configuration option (#​6030) (99ccf18)
Features
  • android/cli: Allow to use the old addJavascriptInterface bridge (#​6043) (a6e7c54)
  • cookies: add get cookies plugin method (ba1e770)

v4.4.0

Compare Source

Bug Fixes
  • android: added ServerPath object and building options for setting initial load from portals (#​6008) (205b6e6)
  • cookies: make document.cookie setter synchronous (2272abf)
  • http: fix exception thrown on 204 responses (1f6e8be)
  • http: fix local http requests on native platforms (c4e040a)
Features

v4.3.0

Compare Source

Bug Fixes
Features
  • Capacitor Cookies & Capacitor Http core plugins (d4047cf)

v4.2.0

Compare Source

Features

v4.1.0

Compare Source

Bug Fixes
Features

[4.0.1](https://redirect.github.com/ionic-team/capacitor/compare/4.0.0


Configuration

📅 Schedule: Branch creation - "before 6am on the first day of the month" (UTC), 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.

👻 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 added the dependencies label Apr 1, 2023
@renovate renovate bot force-pushed the renovate/shared-root branch 4 times, most recently from e655ac1 to 3e19c30 Compare April 9, 2023 14:57
@renovate renovate bot force-pushed the renovate/shared-root branch 2 times, most recently from 92113f3 to f2bdc61 Compare April 18, 2023 16:16
@renovate renovate bot force-pushed the renovate/shared-root branch 6 times, most recently from 20f5417 to c0da14c Compare April 26, 2023 22:16
@renovate renovate bot force-pushed the renovate/shared-root branch 5 times, most recently from 0c43ec7 to 0697e37 Compare May 5, 2023 21:15
@renovate renovate bot force-pushed the renovate/shared-root branch 4 times, most recently from 201b750 to 9ae4720 Compare June 3, 2023 05:59
@renovate renovate bot force-pushed the renovate/shared-root branch 2 times, most recently from b4689ab to 12f344d Compare June 10, 2023 05:46
@renovate renovate bot force-pushed the renovate/shared-root branch from 12f344d to ff39f43 Compare June 17, 2023 08:58
@renovate renovate bot force-pushed the renovate/shared-root branch 5 times, most recently from f58ba3c to 10ea83e Compare July 4, 2023 20:23
@renovate renovate bot force-pushed the renovate/shared-root branch from 167a152 to fa40779 Compare October 21, 2023 05:16
@renovate renovate bot force-pushed the renovate/shared-root branch from fa40779 to 508cf55 Compare November 4, 2023 08:52
Copy link
Author

renovate bot commented Nov 4, 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  GET https://registry.npmjs.org/@antfu%2Feslint-config error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@urql%2Fexchange-graphcache error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@vitest%2Fcoverage-c8 error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/bumpp 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/tsup error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/vite 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/@capacitor/network/-/network-4.1.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@capacitor/preferences/-/preferences-4.0.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@antfu%2Feslint-config error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@urql%2Fexchange-graphcache error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@vitest%2Fcoverage-c8 error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/bumpp 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/tsup error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/vite 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/@capacitor/network/-/network-4.1.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@capacitor/preferences/-/preferences-4.0.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
undefined
 ERR_INVALID_THIS  Value of "this" must be of type URLSearchParams

TypeError [ERR_INVALID_THIS]: Value of "this" must be of type URLSearchParams
    at Proxy.getAll (node:internal/url:534:13)
    at Proxy.<anonymous> (/opt/containerbase/tools/pnpm/7.28.0/20.12.2/node_modules/pnpm/dist/pnpm.cjs:59406:55)
    at /opt/containerbase/tools/pnpm/7.28.0/20.12.2/node_modules/pnpm/dist/pnpm.cjs:59468:31
    at Array.reduce (<anonymous>)
    at Proxy.raw (/opt/containerbase/tools/pnpm/7.28.0/20.12.2/node_modules/pnpm/dist/pnpm.cjs:59467:33)
    at new Headers (/opt/containerbase/tools/pnpm/7.28.0/20.12.2/node_modules/pnpm/dist/pnpm.cjs:59352:28)
    at getNodeRequestOptions (/opt/containerbase/tools/pnpm/7.28.0/20.12.2/node_modules/pnpm/dist/pnpm.cjs:59701:23)
    at /opt/containerbase/tools/pnpm/7.28.0/20.12.2/node_modules/pnpm/dist/pnpm.cjs:59758:25
    at new Promise (<anonymous>)
    at fetch (/opt/containerbase/tools/pnpm/7.28.0/20.12.2/node_modules/pnpm/dist/pnpm.cjs:59756:14)

@renovate renovate bot force-pushed the renovate/shared-root branch from 508cf55 to 95b8954 Compare November 18, 2023 14:16
@renovate renovate bot force-pushed the renovate/shared-root branch 3 times, most recently from 5e49f5d to 7310bff Compare December 6, 2023 02:28
@renovate renovate bot force-pushed the renovate/shared-root branch 2 times, most recently from 92e707c to 2e117a4 Compare December 16, 2023 11:15
@renovate renovate bot force-pushed the renovate/shared-root branch 2 times, most recently from 195be00 to a382aab Compare January 20, 2024 11:51
@renovate renovate bot force-pushed the renovate/shared-root branch from a382aab to 95919c1 Compare February 24, 2024 11:02
@renovate renovate bot force-pushed the renovate/shared-root branch from 95919c1 to 4e0c437 Compare March 5, 2024 08:25
@renovate renovate bot force-pushed the renovate/shared-root branch from 4e0c437 to 4cf564a Compare March 16, 2024 11:30
@renovate renovate bot force-pushed the renovate/shared-root branch from 4cf564a to 0902262 Compare March 25, 2024 02:56
@renovate renovate bot force-pushed the renovate/shared-root branch from 0902262 to c4cd2e8 Compare April 30, 2024 05:42
@renovate renovate bot force-pushed the renovate/shared-root branch from c4cd2e8 to b61de1d Compare August 2, 2024 20:16
Copy link
Author

renovate bot commented Aug 2, 2024

⚠️ 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  GET https://registry.npmjs.org/@antfu%2Feslint-config error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@urql%2Fexchange-graphcache error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@vitest%2Fcoverage-c8 error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/bumpp 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/tsup error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/vite 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/@capacitor/network/-/network-4.1.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@capacitor/preferences/-/preferences-4.0.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@antfu%2Feslint-config error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@urql%2Fexchange-graphcache error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@vitest%2Fcoverage-c8 error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/bumpp 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/tsup error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/vite 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/@capacitor/network/-/network-4.1.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@capacitor/preferences/-/preferences-4.0.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
undefined
 ERR_INVALID_THIS  Value of "this" must be of type URLSearchParams

TypeError [ERR_INVALID_THIS]: Value of "this" must be of type URLSearchParams
    at Proxy.getAll (node:internal/url:542:13)
    at Proxy.<anonymous> (/opt/containerbase/tools/pnpm/7.28.0/22.12.0/node_modules/pnpm/dist/pnpm.cjs:59406:55)
    at /opt/containerbase/tools/pnpm/7.28.0/22.12.0/node_modules/pnpm/dist/pnpm.cjs:59468:31
    at Array.reduce (<anonymous>)
    at Proxy.raw (/opt/containerbase/tools/pnpm/7.28.0/22.12.0/node_modules/pnpm/dist/pnpm.cjs:59467:33)
    at new Headers (/opt/containerbase/tools/pnpm/7.28.0/22.12.0/node_modules/pnpm/dist/pnpm.cjs:59352:28)
    at getNodeRequestOptions (/opt/containerbase/tools/pnpm/7.28.0/22.12.0/node_modules/pnpm/dist/pnpm.cjs:59701:23)
    at /opt/containerbase/tools/pnpm/7.28.0/22.12.0/node_modules/pnpm/dist/pnpm.cjs:59758:25
    at new Promise (<anonymous>)
    at fetch (/opt/containerbase/tools/pnpm/7.28.0/22.12.0/node_modules/pnpm/dist/pnpm.cjs:59756:14)

@renovate renovate bot force-pushed the renovate/shared-root branch from b61de1d to ba948ff Compare August 15, 2024 17:57
@renovate renovate bot force-pushed the renovate/shared-root branch from ba948ff to b798de3 Compare August 22, 2024 17:59
@renovate renovate bot force-pushed the renovate/shared-root branch from b798de3 to 441b5d8 Compare September 17, 2024 02:33
@renovate renovate bot force-pushed the renovate/shared-root branch 2 times, most recently from dabb5f2 to 27521c4 Compare September 29, 2024 04:56
@renovate renovate bot force-pushed the renovate/shared-root branch from 27521c4 to d3fe180 Compare October 10, 2024 02:52
@renovate renovate bot force-pushed the renovate/shared-root branch 2 times, most recently from ea8596b to 13cccc0 Compare November 4, 2024 20:41
@renovate renovate bot force-pushed the renovate/shared-root branch 2 times, most recently from 55ddaf5 to 7ca3626 Compare December 14, 2024 02:04
@renovate renovate bot force-pushed the renovate/shared-root branch from 7ca3626 to a0891e8 Compare December 24, 2024 02:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants