Skip to content

Update dependency discordx to v11#171

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/discordx-11.x
Open

Update dependency discordx to v11#171
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/discordx-11.x

Conversation

@renovate

@renovate renovate Bot commented Jul 24, 2022

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
discordx (source) 9.8.011.13.3 age confidence

Release Notes

discordx-ts/discordx (discordx)

v11.12.0

Compare Source

Minor Changes
  • added support for slash command builder

v11.11.3

Compare Source

Patch Changes
  • allow deleted commands to retain in init

v11.11.2

Compare Source

Patch Changes
  • fix init commands log

v11.11.1

Compare Source

Patch Changes

v11.11.0

Compare Source

Minor Changes
  • improve init application commands method

v11.10.0

Compare Source

Minor Changes
  • removed discordx plugin feature

v11.9.4

Compare Source

Patch Changes

v11.9.3

Compare Source

Patch Changes

v11.9.2

Compare Source

Patch Changes

v11.9.1

Compare Source

Patch Changes

v11.9.0

Compare Source

v11.8.2

Compare Source

v11.8.1

Compare Source

v11.8.0

Compare Source

v11.7.6

Compare Source

v11.7.5

Compare Source

v11.7.4

Compare Source

v11.7.3

Compare Source

v11.7.2

Compare Source

v11.7.1

Compare Source

v11.7.0

Compare Source

Features

Changed

v11.6.0

Compare Source

Changed

  • make option parse async and transformer for slash option (#​913) (a058b4)
  • improve execution of components and context (#​901) (4fcae1)

Fixed

Routine Tasks

v11.5.2

Compare Source

v11.5.1

Compare Source

v11.5.0

Compare Source

Breaking Changes

Changed

v11.4.0

Compare Source

BREAKING CHANGES

Fixed

  • localization for sub command (50ccb0)
  • slash grouping (c2db36)

Migration guide

@Slash - description field required

- @​Slash()
+ @&#8203;Slash({ description: "<your command description>" })

@SlashGroup - description field required

- @&#8203;SlashGroup({ name: "my-group" })
+ @&#8203;SlashGroup({ description: "<your group description>" , name: "my-group" })
- @&#8203;SlashGroup({ name: "my-sub-group", root: "my-group" })
+ @&#8203;SlashGroup({ description: "<your sub groupdescription>" , name: "my-sub-group", root: "my-group" })

@SlashOption - description, name, type fields are required

⚠️ before discordx required field default was to true, but now it's false as per discord api

- @&#8203;SlashOption("text")
+ @&#8203;SlashOption({ description: "<your option description>", name: "text", required: true, type: ApplicationCommandOptionType.String })

v11.3.0

Compare Source

v11.2.2

Compare Source

v11.2.1

Compare Source

v11.2.0

Compare Source

Features

Changed

Fixed

Documentation

  • update structure (6ec8b2)
  • separate guides for each package and introduce getting started (#​860) (91faf2)
  • fix broken url (d850cf)

Routine Tasks

  • rename to discordx (e4116c)
  • update trigger method (8b8e53)

v11.1.12

Compare Source

v11.1.11

Compare Source

v11.1.10

Compare Source

v11.1.9

Compare Source

v11.1.8

Compare Source

v11.1.7

Compare Source

v11.1.6

Compare Source

v11.1.5

Compare Source

v11.1.4

Compare Source

v11.1.3

Compare Source

v11.1.2

Compare Source

v11.1.1

Compare Source

v11.1.0

Compare Source

v11.0.8

Compare Source

Features

Changed

  • remove unwanted log (b23b2f)
  • improved comparison (e1aa36)
  • move isApplicationCommandEqual to utils (8e6cb7)

Fixed

Routine Tasks

v11.0.7

Compare Source

v11.0.6

Compare Source

v11.0.5

Compare Source

v11.0.4

Compare Source

v11.0.3

Compare Source

v11.0.2

Compare Source

v11.0.1

Compare Source

v11.0.0

Compare Source

v10.0.0

Compare Source

Changed

v9.9.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 12pm on Sunday"
  • 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.


  • 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 commented Jul 24, 2022

Copy link
Copy Markdown
Contributor Author

⚠ 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/@commitlint/cli/-/cli-17.0.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.0.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@types/node/-/node-16.11.45.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.30.6.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.30.6.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint/-/eslint-8.20.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-17.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-15.2.4.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-6.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/husky/-/husky-8.0.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/lint-staged/-/lint-staged-13.0.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/discordx error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@commitlint/cli/-/cli-17.0.3.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.0.3.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@types/node/-/node-16.11.45.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.30.6.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.30.6.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/eslint/-/eslint-8.20.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-17.0.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-15.2.4.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-6.0.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/husky/-/husky-8.0.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/lint-staged/-/lint-staged-13.0.3.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/discordx error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/prettier/-/prettier-2.7.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 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.5.2/20.12.1/node_modules/pnpm/dist/pnpm.cjs:52573:55)
    at /opt/containerbase/tools/pnpm/7.5.2/20.12.1/node_modules/pnpm/dist/pnpm.cjs:52623:31
    at Array.reduce (<anonymous>)
    at Proxy.raw (/opt/containerbase/tools/pnpm/7.5.2/20.12.1/node_modules/pnpm/dist/pnpm.cjs:52622:33)
    at new Headers (/opt/containerbase/tools/pnpm/7.5.2/20.12.1/node_modules/pnpm/dist/pnpm.cjs:52523:28)
    at getNodeRequestOptions (/opt/containerbase/tools/pnpm/7.5.2/20.12.1/node_modules/pnpm/dist/pnpm.cjs:52830:23)
    at /opt/containerbase/tools/pnpm/7.5.2/20.12.1/node_modules/pnpm/dist/pnpm.cjs:52887:25
    at new Promise (<anonymous>)
    at fetch (/opt/containerbase/tools/pnpm/7.5.2/20.12.1/node_modules/pnpm/dist/pnpm.cjs:52885:14)
 WARN  GET https://registry.npmjs.org/standard-version/-/standard-version-9.5.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@aero/centra/-/centra-1.0.8.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@discordx/importer/-/importer-1.1.9.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@discordx/pagination/-/pagination-1.2.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@ksoft/api/-/api-3.1.9.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@types/ms/-/ms-0.7.31.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/anilist-node/-/anilist-node-1.12.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/booru/-/booru-2.5.6.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/dayjs/-/dayjs-1.11.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/discord.js/-/discord.js-13.8.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/dotenv/-/dotenv-16.0.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.

@renovate renovate Bot force-pushed the renovate/discordx-11.x branch 3 times, most recently from a6343d2 to 9e1d270 Compare August 7, 2022 10:02
@renovate renovate Bot force-pushed the renovate/discordx-11.x branch 7 times, most recently from 1d05dd4 to f23fdf3 Compare August 20, 2022 19:28
@renovate renovate Bot force-pushed the renovate/discordx-11.x branch 3 times, most recently from 54cef20 to 3fac97c Compare August 30, 2022 04:28
@renovate renovate Bot force-pushed the renovate/discordx-11.x branch 4 times, most recently from 1fe0dc3 to 466ea63 Compare September 19, 2022 20:59
@renovate renovate Bot force-pushed the renovate/discordx-11.x branch 2 times, most recently from b1be49f to ae24305 Compare September 25, 2022 21:17
@renovate renovate Bot force-pushed the renovate/discordx-11.x branch 3 times, most recently from 948d1dc to e0b89cb Compare November 6, 2022 02:30
@renovate renovate Bot force-pushed the renovate/discordx-11.x branch from e0b89cb to 7e062aa Compare November 13, 2022 02:05
@renovate renovate Bot force-pushed the renovate/discordx-11.x branch 2 times, most recently from 3bc2237 to 677f61b Compare November 27, 2022 03:49
@renovate renovate Bot force-pushed the renovate/discordx-11.x branch 3 times, most recently from 638803b to fe2edda Compare December 4, 2022 04:10
@renovate renovate Bot force-pushed the renovate/discordx-11.x branch 4 times, most recently from 8742982 to 87aca70 Compare January 22, 2023 03:49
@renovate renovate Bot force-pushed the renovate/discordx-11.x branch 2 times, most recently from e0128ff to 2f5de57 Compare January 29, 2023 06:20
@renovate renovate Bot force-pushed the renovate/discordx-11.x branch 3 times, most recently from e90a602 to f7f0fc5 Compare February 11, 2023 14:42
@renovate renovate Bot force-pushed the renovate/discordx-11.x branch 2 times, most recently from 6f7cd0c to 25f2ff9 Compare February 12, 2023 06:25
@renovate renovate Bot force-pushed the renovate/discordx-11.x branch 5 times, most recently from f91be47 to 50f0676 Compare February 26, 2023 05:24
@renovate renovate Bot force-pushed the renovate/discordx-11.x branch from 50f0676 to 05a91e7 Compare February 26, 2023 22:34
@renovate renovate Bot force-pushed the renovate/discordx-11.x branch 2 times, most recently from cf7f841 to 6c57090 Compare March 19, 2023 18:53
@renovate renovate Bot force-pushed the renovate/discordx-11.x branch 2 times, most recently from 6c5afcb to d46d19b Compare April 24, 2023 14:43
@renovate renovate Bot force-pushed the renovate/discordx-11.x branch 2 times, most recently from 7dacedd to d292a14 Compare November 9, 2023 11:24
@renovate renovate Bot force-pushed the renovate/discordx-11.x branch 2 times, most recently from 389325c to 680d5e8 Compare December 1, 2023 06:05
@renovate renovate Bot force-pushed the renovate/discordx-11.x branch from 680d5e8 to cf820d5 Compare April 6, 2024 13:57
@renovate renovate Bot force-pushed the renovate/discordx-11.x branch from cf820d5 to 8748a83 Compare June 11, 2024 06:44
@renovate

renovate Bot commented Jun 11, 2024

Copy link
Copy Markdown
Contributor Author

⚠️ 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/@commitlint/cli/-/cli-17.0.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.0.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@types/node/-/node-16.11.45.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.30.6.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.30.6.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint/-/eslint-8.20.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-17.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-15.2.4.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-6.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/husky/-/husky-8.0.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/lint-staged/-/lint-staged-13.0.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/nodemon/-/nodemon-2.0.19.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
Progress: resolved 1, reused 0, downloaded 0, added 0
 WARN  GET https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  deprecated @ksoft/api@3.1.9: KSoft is no longer active. Take a look at https://ravy.org/api
Progress: resolved 21, reused 20, downloaded 0, added 0
 WARN  GET https://registry.npmjs.org/@commitlint/cli/-/cli-17.0.3.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.0.3.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@types/node/-/node-16.11.45.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.30.6.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.30.6.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/eslint/-/eslint-8.20.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-17.0.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-15.2.4.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-6.0.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/husky/-/husky-8.0.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/lint-staged/-/lint-staged-13.0.3.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/nodemon/-/nodemon-2.0.19.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@types/ms/-/ms-0.7.31.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 Proxy.getAll (node:internal/url:554:13)
    at Proxy.<anonymous> (/opt/containerbase/tools/pnpm/7.5.2/24.16.0/node_modules/pnpm/dist/pnpm.cjs:52573:55)
    at /opt/containerbase/tools/pnpm/7.5.2/24.16.0/node_modules/pnpm/dist/pnpm.cjs:52623:31
    at Array.reduce (<anonymous>)
    at Proxy.raw (/opt/containerbase/tools/pnpm/7.5.2/24.16.0/node_modules/pnpm/dist/pnpm.cjs:52622:33)
    at new Headers (/opt/containerbase/tools/pnpm/7.5.2/24.16.0/node_modules/pnpm/dist/pnpm.cjs:52523:28)
    at getNodeRequestOptions (/opt/containerbase/tools/pnpm/7.5.2/24.16.0/node_modules/pnpm/dist/pnpm.cjs:52830:23)
    at /opt/containerbase/tools/pnpm/7.5.2/24.16.0/node_modules/pnpm/dist/pnpm.cjs:52887:25
    at new Promise (<anonymous>)
    at fetch (/opt/containerbase/tools/pnpm/7.5.2/24.16.0/node_modules/pnpm/dist/pnpm.cjs:52885:14)
 WARN  GET https://registry.npmjs.org/discord.js/-/discord.js-13.8.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/tsc-alias/-/tsc-alias-1.6.11.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/discordx/-/discordx-11.13.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/prettier/-/prettier-2.7.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.

@renovate renovate Bot force-pushed the renovate/discordx-11.x branch from 8748a83 to a1be28f Compare June 11, 2024 09:35
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