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

fix(deps): update dependencies #110

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 10, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rollup/plugin-babel (source) ^5.3.1 -> ^6.0.0 age adoption passing confidence
@rollup/plugin-commonjs (source) 22.0.2 -> 28.0.3 age adoption passing confidence
@rollup/plugin-json (source) 4.1.0 -> 6.1.0 age adoption passing confidence
@rollup/plugin-node-resolve (source) 13.3.0 -> 16.0.0 age adoption passing confidence
@rollup/plugin-replace (source) ^4.0.0 -> ^6.0.0 age adoption passing confidence
@rollup/plugin-typescript (source) 8.4.0 -> 12.1.2 age adoption passing confidence
@rollup/plugin-wasm (source) ^5.1.2 -> ^6.0.0 age adoption passing confidence
csso-cli 4.0.1 -> 4.0.2 age adoption passing confidence
rollup (source) ^2 -> ^4.0.0 age adoption passing confidence
rollup-plugin-css-only ^3.1.0 -> ^4.0.0 age adoption passing confidence
tslib (source) 2.3.1 -> 2.8.1 age adoption passing confidence
typescript (source) ^4 -> ^5.0.0 age adoption passing confidence

Release Notes

rollup/plugins (@​rollup/plugin-babel)

v6.0.4

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595

v6.0.3

Compare Source

2022-11-25

Updates
  • docs: small typo in babel plugin readme #​1355

v6.0.2

Compare Source

2022-10-21

Updates
  • chore: update rollup dependencies (3038271)

v6.0.1

Compare Source

Skipped for repo rebase

v6.0.0

2022-10-08

Breaking Changes
rollup/plugins (@​rollup/plugin-commonjs)

v28.0.3

2025-03-06

Bugfixes
  • fix: fix error when bundle contains require() of module with falsy __esModule export (#​1850)

v28.0.2

2024-12-15

Updates
  • docs: output.exports recommendation also applies to IIFE (#​1810)

v28.0.1

2024-10-16

Updates

v28.0.0

2024-09-23

Breaking Changes
  • chore: switch to fdir for fewer dependencies (#​1741)

v27.0.0

2024-09-23

Breaking Changes
  • feat!: default strictRequires to true (#​1639)
  • fix!: replace top-level this with exports name (#​1618)

v26.0.3

2024-09-23

Updates

v26.0.1

2024-06-05

Bugfixes
  • fix: correct import of glob (04a15b5)

v26.0.0

2024-06-05

Breaking Changes
  • chore!: bump glob's version (#​1695)

v25.0.8

2024-05-22

Bugfixes
  • fix: preserve the class body property keys even if they are special keywords (#​1688)

v25.0.7

Compare Source

2023-10-15

Bugfixes
  • fix: bump magic-string version #​1596

v25.0.6

Compare Source

2023-10-15

Bugfixes
  • fix: Keep the shebang at the top of the file content #​1610

v25.0.5

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595

v25.0.4

Compare Source

2023-08-11

Updates

v25.0.3

Compare Source

2023-07-15

Bugfixes
  • fix: preserve this reference in the child class #​1537

v25.0.2

Compare Source

2023-06-19

Bugfixes

v25.0.1

Compare Source

2023-06-10

Bugfixes
  • fix: change dynamicRequireRoot to normalizedDynamicRequireRoot && tweak related tests #​1508

v25.0.0

Compare Source

2023-05-12

Breaking Changes
  • fix: dynamic require root check was broken in some cases #​1461

v24.1.0

Compare Source

2023-04-11

Features
  • feat: Do not use getters for module.exports #​1455

v24.0.1

Compare Source

2023-01-20

Bugfixes
  • fix: types should come first in exports #​1403

v24.0.0

Compare Source

2022-12-18

Breaking Changes
  • fix: check if defaultIsModuleExports is auto for getDefaultExportFromCjs #​1358

v23.0.7

Compare Source

2022-12-17

Bugfixes
  • fix: produce code which works when __esModule is already defined #​1379

v23.0.6

Compare Source

2022-12-17

Bugfixes

v23.0.5

Compare Source

2022-12-15

Bugfixes
  • fix: resolve export exports not found #​1363

v23.0.4

Compare Source

2022-12-07

Bugfixes

v23.0.3

Compare Source

2022-11-27

Bugfixes
  • fix: correctly wrap a default class export from cjs module #​1350

v23.0.2

Compare Source

2022-10-21

Updates
  • chore: update rollup dependencies (3038271)

v23.0.1

Compare Source

Skipped for repo rebase

v23.0.0

Compare Source

2022-10-09

Breaking Changes
rollup/plugins (@​rollup/plugin-json)

v6.1.0

2023-12-12

Features
  • feat: add includeArbitraryNames option (#​1641)

v6.0.1

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595

v6.0.0

Compare Source

2022-12-17

Breaking Changes
  • fix: log more robustly when JSON parsing fails #​1361

v5.0.2

Compare Source

2022-11-27

Updates
  • docs: correct minimatch to picomatch #​1332

v5.0.1

Compare Source

2022-10-21

Updates
  • chore: update rollup dependencies (3038271)

v5.0.0

2022-10-10

Breaking Changes
Updates
  • chore: update dependencies (678125b)
rollup/plugins (@​rollup/plugin-node-resolve)

v16.0.0

2024-12-15

Breaking Changes
  • feat!: set development or production condition (#​1823)

v15.3.1

2024-12-15

Updates
  • refactor: replace test with includes (#​1787)

v15.3.0

2024-09-23

Features
  • feat: allow preferBuiltins to be a function (#​1694)

v15.2.4

2024-09-22

Updates
  • chore: remove is-builtin-module (#​1735)

v15.2.3

Compare Source

2023-10-08

Bugfixes
  • fix: modulePaths default is not set #​1534

v15.2.2

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595

v15.2.1

Compare Source

2023-08-22

Bugfixes
  • fix: Implement package exports / imports resolution algorithm according to Node documentation #​1549

v15.2.0

Compare Source

2023-08-17

Features
  • feat: pass original importee to secondary resolve #​1557

v15.1.0

Compare Source

2023-05-30

Features
  • feat: Resolve js/jsx/mjs/cjs imports from TypeScript files #​1498

v15.0.2

Compare Source

2023-04-04

Bugfixes
  • fix: bump is-builtin-module version, imports with a trailing slash #​1424

v15.0.1

Compare Source

2022-10-21

Updates
  • chore: update rollup dependencies (3038271)

v15.0.0

Compare Source

2022-10-10

Breaking Changes

v14.1.0

Compare Source

2022-09-12

Features
  • feat: add new option, modulePaths (#​1104)

v14.0.1

Compare Source

2022-09-08

Bugfixes
  • fix: handle circular commonjs (#​1259)

v14.0.0

2022-09-06

Breaking Changes
  • fix: preserve moduleSideEffects when re-resolving files (#​1245)
rollup/plugins (@​rollup/plugin-replace)

v6.0.2

2024-12-15

Bugfixes
  • fix: add missing types for objectGuards option (#​1818)

v6.0.1

2024-09-23

Bugfixes
  • fix: The preventAssignment option is treated as a value to replace (#​1768)

v6.0.0

2024-09-23

Breaking Changes
  • fix!: objectGuards doesn't take effects (#​1764)

v5.0.7

2024-06-05

Bugfixes
  • fix: add missing sourceMap documentation (#​1698)

v5.0.6

2024-06-05

Bugfixes
  • fix: ternary operator replacement (#​1712)

v5.0.5

2023-10-29

Bugfixes
  • fix: prevent variable before colons from being replaced when preventAssigment is true (#​1609)

v5.0.4

Compare Source

2023-10-15

Bugfixes
  • fix: bump magic-string version #​1596

v5.0.3

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595

v5.0.2

Compare Source

2022-12-17

Bugfixes

v5.0.1

Compare Source

2022-10-21

Updates
  • chore: update rollup dependencies (3038271)

v5.0.0

2022-10-10

Breaking Changes
rollup/plugins (@​rollup/plugin-typescript)

v12.1.2

2024-12-15

Bugfixes
  • fix: path validation issue in validatePaths function (#​1800)

v12.1.1

2024-10-16

Bugfixes
  • fix: allow for files to be nested in folders within outDir (#​1783)

v12.1.0

2024-09-22

Features
  • feat: add transformers factory. (#​1668)

v12.0.0

2024-09-22

Breaking Changes
  • fix!: correctly resolve filenames of declaration files for output.file (#​1728)

v11.1.6

2024-01-09

Bugfixes
  • fix: Ensure rollup 4 compatibility (#​1658)

v11.1.5

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595

v11.1.4

Compare Source

2023-09-25

Bugfixes
  • fix: fix sourcemap sourcecontent referencing non-existent files #​1571

v11.1.3

Compare Source

2023-08-26

Bugfixes
  • fix: emit declaration files for type-only source files that are not explicitly included #​1555

v11.1.2

Compare Source

2023-06-28

Bugfixes
  • fix: change the value of isExternalLibraryImport to false if the resolvedModule should be compiled #​1521

v11.1.1

Compare Source

2023-05-12

Bugfixes
  • fix: Allow for using compilerOptions.moduleResolution #​1453

v11.1.0

Compare Source

2023-04-04

Features
  • feat: write declaration files in configured directory for output.file #​1378

v11.0.0

Compare Source

2023-01-06

Breaking Changes

v10.0.1

Compare Source

2022-11-28

Bugfixes

v10.0.0

Compare Source

2022-11-27

Breaking Changes
  • fix: incorrect declarations directory (a5c90d1)

v9.0.2

Compare Source

2022-10-21

Updates
  • chore: update rollup dependencies (3038271)

v9.0.1

Compare Source

2022-10-11

Bugfixes

v9.0.0

Compare Source

2022-10-10

Breaking Changes

v8.5.0

Compare Source

2022-09-06

Features
rollup/plugins (@​rollup/plugin-wasm)

v6.2.2

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595

v6.2.1

Compare Source

2023-09-25

Updates
  • chore: manually bump package version after failed release in CI (0e2fbdd)

v6.2.0

Compare Source

v6.1.3

Compare Source

2023-05-12

Updates

v6.1.2

Compare Source

2023-01-20

Updates
  • docs: Update README with more explicit details #​1405

v6.1.1

Compare Source

2022-12-17

Bugfixes
  • fix: rejecting with error on node.js file read #​1346

v6.1.0

Compare Source

2022-12-17

Features
  • feat: add wasm fileName customization #​1372

v6.0.1

Compare Source

2022-10-21

Updates
  • chore: update rollup dependencies (3038271)

v6.0.0

2022-10-10

Breaking Changes
css/csso-cli (csso-cli)

v4.0.2

Compare Source

  • Fixed help output (#​30)
  • Fixed engine field to >=12.20
rollup/rollup (rollup)

v4.34.9

Compare Source

2025-03-01

Bug Fixes
  • Support JSX modes in WASM (#​5866)
  • Allow the CustomPluginOptions to be extended (#​5850)
Pull Requests

v4.34.8

Compare Source

2025-02-17

Bug Fixes
  • Do not make assumptions about the value of nested paths in logical expressions if the expression cannot be simplified (#​5846)
Pull Requests
  • #​5846: return UnknownValue if the usedbranch is unkown and the path is not empty (@​TrickyPi)

v4.34.7

Compare Source

2025-02-14

Bug Fixes
  • Ensure that calls to parameters are included correctly when using try-catch deoptimization (#​5842)
Pull Requests

v4.34.6

Compare Source

2025-02-07

Bug Fixes
  • Retain "void 0" in the output for smaller output and fewer surprises (#​5838)
Pull Requests

v4.34.5

Compare Source

2025-02-07

Bug Fixes
  • Ensure namespace reexports always include all properties of all exports (#​5837)
Pull Requests

v4.34.4

Compare Source

2025-02-05

Bug Fixes
  • Do not tree-shake properties if a rest element is used in destructuring (#​5833)
Pull Requests

v4.34.3

Compare Source

2025-02-05

Bug Fixes
  • Ensure properties of "this" are included in getters (#​5831)
Pull Requests

v4.34.2

Compare Source

2025-02-04

Bug Fixes
  • Fix an issue where not all usages of a function were properly detected (#​5827)
Pull Requests

v4.34.1

Compare Source

2025-02-03

Bug Fixes
  • Ensure throwing objects includes the entire object (#​5825)
Pull Requests

v4.34.0

Compare Source

2025-02-01

Features
  • Tree-shake unused properties in object literals (re-implements #​5420) (#​5737)
Pull Requests

v4.33.0

Compare Source

2025-02-01

Features
  • Correctly detect literal value of more negated expressions (#​5812)
Bug Fixes
  • Use the correct with/assert attribute key in dynamic imports (#​5818)
  • Fix an issue where logical expressions were considered to have the wrong value (#​5819)
Pull Requests

v4.32.1

Compare Source

2025-01-28

Bug Fixes
  • Fix possible crash when optimizing logical expressions (#​5804)
Pull Requests

v4.32.0

Compare Source

2025-01-24

Features
  • Add watch.onInvalidate option to trigger actions immediately when a file is changed (#​5799)
Bug Fixes
  • Fix incorrect urls in CLI warnings (#​5809)
Pull Requests

v4.31.0

Compare Source

2025-01-19

Features
  • Do not immediately quit when trying to use watch mode from within non-TTY environments (#​5803)
Bug Fixes
  • Handle files with more than one UTF-8 BOM header (#​5806)
Pull Requests

Configuration

📅 Schedule: Branch creation - "every weekend" (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 force-pushed the renovate/dependencies branch from de74680 to c076d97 Compare September 12, 2022 15:54
@renovate renovate bot force-pushed the renovate/dependencies branch 8 times, most recently from 818e566 to 4183acc Compare October 11, 2022 15:55
@renovate renovate bot force-pushed the renovate/dependencies branch 4 times, most recently from 9c6cde4 to bf60bca Compare October 21, 2022 19:26
@renovate renovate bot force-pushed the renovate/dependencies branch from bf60bca to a9aaccd Compare October 29, 2022 16:05
@renovate renovate bot force-pushed the renovate/dependencies branch from a9aaccd to 3baad5c Compare November 12, 2022 03:24
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from 235ffc7 to 4a76ddc Compare November 28, 2022 15:26
@renovate renovate bot force-pushed the renovate/dependencies branch from 4a76ddc to 86028ef Compare December 7, 2022 22:57
@renovate renovate bot force-pushed the renovate/dependencies branch from 86028ef to 4674af0 Compare December 15, 2022 06:00
@renovate renovate bot changed the title fix(deps): update dependencies Update dependencies Dec 17, 2022
@renovate renovate bot force-pushed the renovate/dependencies branch from 4674af0 to cda7e80 Compare December 17, 2022 17:05
@renovate renovate bot changed the title Update dependencies fix(deps): update dependencies Dec 17, 2022
@renovate renovate bot force-pushed the renovate/dependencies branch from cda7e80 to 474b973 Compare December 18, 2022 15:39
@renovate renovate bot force-pushed the renovate/dependencies branch from 474b973 to cb0f27b Compare January 6, 2023 16:59
@renovate renovate bot force-pushed the renovate/dependencies branch from cb0f27b to 1842621 Compare January 21, 2023 00:24
@renovate renovate bot force-pushed the renovate/dependencies branch from 1842621 to da7f974 Compare March 17, 2023 22:07
@renovate renovate bot force-pushed the renovate/dependencies branch from da7f974 to 0b30cdc Compare April 17, 2023 12:17
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from e2fde36 to 1eefa2e Compare May 30, 2023 18:55
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from 639d79a to 2aa4137 Compare September 28, 2023 12:52
@renovate renovate bot force-pushed the renovate/dependencies branch 6 times, most recently from 8bf39d1 to c87b936 Compare October 9, 2023 08:31
@renovate renovate bot force-pushed the renovate/dependencies branch 6 times, most recently from 179ffdf to 948d48f Compare October 16, 2023 06:54
@renovate renovate bot force-pushed the renovate/dependencies branch from 948d48f to 39bb3d0 Compare October 23, 2023 12:29
@renovate
Copy link
Contributor Author

renovate bot commented Oct 28, 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/assemblyscript 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/@babel%2Fcore error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/coffeescript error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.5.6.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/prettier-config-atomic/-/prettier-config-atomic-3.0.6.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-22.0.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-4.1.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-13.3.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-4.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-8.4.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@rollup/plugin-wasm/-/plugin-wasm-5.1.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/array-includes-any/-/array-includes-any-2.7.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/csso-cli/-/csso-cli-4.0.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/rollup/-/rollup-2.42.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/assemblyscript 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/@babel%2Fcore error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/coffeescript error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.5.6.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/prettier-config-atomic/-/prettier-config-atomic-3.0.6.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-22.0.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-4.1.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-13.3.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-4.0.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-8.4.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@rollup/plugin-wasm/-/plugin-wasm-5.1.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/array-includes-any/-/array-includes-any-2.7.3.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/csso-cli/-/csso-cli-4.0.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/rollup/-/rollup-2.42.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
info: assemblyscript@* is an optional dependency and failed compatibility check. Excluding it from installation.
 WARN  GET https://registry.npmjs.org/rollup-plugin-assemblyscript/-/rollup-plugin-assemblyscript-2.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
info: typescript@^4 is an optional dependency and failed compatibility check. Excluding it from installation.
 WARN  GET https://registry.npmjs.org/rollup-plugin-auto-external/-/rollup-plugin-auto-external-2.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
info: @babel/core@^7 is an optional dependency and failed compatibility check. Excluding it from installation.
 WARN  GET https://registry.npmjs.org/rollup-plugin-coffee-script/-/rollup-plugin-coffee-script-2.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
info: coffeescript@^1 || ^2 is an optional dependency and failed compatibility check. Excluding it from installation.
 WARN  GET https://registry.npmjs.org/rollup-plugin-execute/-/rollup-plugin-execute-1.1.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/rollup-plugin-sourcemaps/-/rollup-plugin-sourcemaps-0.6.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 ERR_INVALID_THIS  Value of "this" must be of type URLSearchParams
 WARN  GET https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.6.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.

@renovate renovate bot force-pushed the renovate/dependencies branch from 39bb3d0 to 99d9a12 Compare October 28, 2023 09:58
@renovate renovate bot force-pushed the renovate/dependencies branch from 99d9a12 to a5e881b Compare December 12, 2023 15:48
@renovate renovate bot force-pushed the renovate/dependencies branch from a5e881b to 46c3abe Compare January 10, 2024 02:11
Copy link
Contributor Author

renovate bot commented May 22, 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  The "store" setting has been renamed to "store-dir". Please use the new name.
 WARN  GET https://registry.npmjs.org/assemblyscript 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/@babel%2Fcore error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/coffeescript error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.5.6.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/prettier-config-atomic/-/prettier-config-atomic-3.0.6.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-22.0.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-4.1.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-13.3.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-4.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-8.4.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@rollup/plugin-wasm/-/plugin-wasm-5.1.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/array-includes-any/-/array-includes-any-2.7.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/csso-cli/-/csso-cli-4.0.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/rollup/-/rollup-2.42.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/assemblyscript 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/@babel%2Fcore error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/coffeescript error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.5.6.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/prettier-config-atomic/-/prettier-config-atomic-3.0.6.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-22.0.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-4.1.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-13.3.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-4.0.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-8.4.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@rollup/plugin-wasm/-/plugin-wasm-5.1.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/array-includes-any/-/array-includes-any-2.7.3.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/csso-cli/-/csso-cli-4.0.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/rollup/-/rollup-2.42.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/rollup-plugin-assemblyscript/-/rollup-plugin-assemblyscript-2.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
 WARN  GET https://registry.npmjs.org/rollup-plugin-auto-external/-/rollup-plugin-auto-external-2.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/rollup-plugin-coffee-script/-/rollup-plugin-coffee-script-2.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/rollup-plugin-execute/-/rollup-plugin-execute-1.1.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/rollup-plugin-sourcemaps/-/rollup-plugin-sourcemaps-0.6.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.6.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/rollup-plugin-css-only/-/rollup-plugin-css-only-3.1.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
info: assemblyscript@* is an optional dependency and failed compatibility check. Excluding it from installation.
info: typescript@^4 is an optional dependency and failed compatibility check. Excluding it from installation.
info: @babel/core@^7 is an optional dependency and failed compatibility check. Excluding it from installation.
info: coffeescript@^1 || ^2 is an optional dependency and failed compatibility check. Excluding it from installation.

@renovate renovate bot force-pushed the renovate/dependencies branch from 46c3abe to 117369f Compare May 22, 2024 19:46
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from 36651f4 to 2c1faa9 Compare June 5, 2024 18:49
@renovate renovate bot force-pushed the renovate/dependencies branch 3 times, most recently from e8386fd to 50261a6 Compare September 23, 2024 19:35
@renovate renovate bot force-pushed the renovate/dependencies branch from 50261a6 to 2ae5241 Compare October 16, 2024 03:28
@renovate renovate bot force-pushed the renovate/dependencies branch from 2ae5241 to b7bb76c Compare December 15, 2024 18:22
@renovate renovate bot force-pushed the renovate/dependencies branch from b7bb76c to 5933a53 Compare March 6, 2025 19:02
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