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

Update dependency @preconstruct/cli to v2.8.9 #65

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 19, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@preconstruct/cli (source) 2.1.7 -> 2.8.9 age adoption passing confidence

Release Notes

preconstruct/preconstruct (@​preconstruct/cli)

v2.8.9

Compare Source

Patch Changes
  • #​604 79b6d1c Thanks @​emmatown! - Fix outputting .d.ts files with extension-less imports that are invalid when using the experimental flag typeModule with moduleResolution: "nodenext" and type: "module" in dev and build

v2.8.8

Compare Source

Patch Changes

v2.8.7

Compare Source

Patch Changes
  • #​596 022bbc4 Thanks @​emmatown! - Fix Error when using sourcemap for reporting an error: Can't resolve original location of error error caused by changes to @babel/helpers in newer versions of Babel

v2.8.6

Compare Source

Patch Changes

v2.8.5

Compare Source

Patch Changes
  • #​592 c05b2a9 Thanks @​emmatown! - Fix generating TypeScript declarations where imports to JSON files are emitted in the .d.ts files

v2.8.4

Compare Source

Patch Changes
  • fa66c34 Thanks @​emmatown! - Fix preconstruct dev with exports: { importConditionDefaultExport: "default" } with a .d.ts file

v2.8.3

Compare Source

Patch Changes

v2.8.2

Compare Source

Patch Changes

v2.8.1

Compare Source

Patch Changes
  • #​567 d4006c8 Thanks @​Andarist! - Fixed .mjs proxies generation with ___experimentalFlags_WILL_CHANGE_IN_PATCH.importsConditions and exports.importConditionDefaultExport: 'default'

v2.8.0

Compare Source

Minor Changes
  • #​565 484c6a7 Thanks @​Andarist! - package.json#exports have been added to limit what (and how) code might be imported from the package.

  • #​566 9d4f0dc Thanks @​emmatown! - Preconstruct no longer emits unnecessary .d.ts files that aren't referenced by an entrypoint

Patch Changes
  • 58df49f Thanks @​emmatown! - Fix require hook skipping compiling files when just an entrypoint is loaded

  • #​559 a58f021 Thanks @​emmatown! - Extend import path normalisation in generated declaration files to manually written declaration files as well

v2.7.0

Compare Source

Minor Changes
  • #​556 908c43e Thanks @​Andarist! - Always emit relative paths used in generated TS declaration files with resolved extensions of their runtime equivalents. This currently requires one of the 2 experimental flags: importsConditions or onlyEmitUsedTypeScriptDeclarations
Patch Changes
  • #​554 1147fee Thanks @​Andarist! - Fix types like import('#foo').Foo<import('#bar').Bar> not replacing the import to #bar in generated declarations under the importsConditions experimental flag

v2.6.4

Compare Source

Patch Changes
  • e78203b Thanks @​emmatown! - Fix .d.ts files under importsConditions experimental flag incorrectly pointing to the source files

v2.6.3

Compare Source

Patch Changes

v2.6.2

Compare Source

Patch Changes
  • #​546 c28b10a Thanks @​emmatown! - importConditionDefaultExport is now re-enabled and works with "moduleResolution": "bundler"

v2.6.1

Compare Source

Patch Changes
  • 5380890 Thanks @​emmatown! - Disable specifying importConditionDefaultExport because it doesn't work correctly in "moduleResoltion": "bundler", @preconstruct/[email protected] is npm deprecated, importConditionDefaultExport will come back in the future.

v2.6.0

Compare Source

Minor Changes
  • #​543 93106e3 Thanks @​Andarist! - Added a new exports.importConditionDefaultExport config option. It allows you to generate import exports condition (and corresponding files) to fix the export shape incompatibility between node and bundlers.

    With this option set to "default" this will always resolve to what has been written as a default export:

    // lib/src/index.js
    export default 42;
    export const named = "awesome";
    
    // app/consume.mjs
    import smth from "lib";
    smth; // 42, and not `{ default: 42, named: 'awesome' }`
  • 233ee25 Thanks @​emmatown! - Top-level 'use server' directives are now also preserved like 'use client' directives.

Patch Changes
  • 4e72d99 Thanks @​emmatown! - Fix 'use client' directives with comments preceding them not being detected

v2.5.0

Compare Source

Minor Changes
  • #​540 261140b Thanks @​emmatown! - Self-referencing a package with its name is now allowed. They are emitted as written (not resolved to a particular bundle ahead of time).
Patch Changes

v2.4.4

Compare Source

Patch Changes
  • 1f83965 Thanks @​emmatown! - Fix preconstruct dev throwing a syntax error when an entrypoint has a .d.ts file with a default export.

v2.4.3

Compare Source

Patch Changes

v2.4.2

Compare Source

Patch Changes
  • #​530 2a3722c Thanks @​emmatown! - Generate declaration maps for the .d.ts files that only re-export the actual entrypoints so that go to definition goes directly to the actual entrypoints.

v2.4.1

Compare Source

Patch Changes
  • 457b707 Thanks @​emmatown! - Fix having a "use client" in a non-entrypoint TypeScript file breaking the build

v2.4.0

Compare Source

Minor Changes
  • #​516 d363c88 Thanks @​emmatown! - Modules with "use client" directives are now built as their own chunk with the "use client" directive preserved.

v2.3.0

Compare Source

Minor Changes
Patch Changes

v2.2.2

Compare Source

Patch Changes
  • #​495 4e90c2b Thanks @​mycroes! - The outDir and declarationDir tsconfig options are now ignored. These options are unnecessary for Preconstruct since it controls where the .d.ts files are emitted to. This fixes confusing errors if you had these options set.

  • eaa2fcc Thanks @​mitchellhamilton! - Improved error when importing something with an extension that can't be imported

v2.2.1

Compare Source

Patch Changes
  • #​476 3930466 Thanks @​mitchellhamilton! - Using node: to import Node builtins no longer triggers a "package is not specified in dependencies or peerDependencies" error

  • #​481 76f0163 Thanks @​efoken! - Updated @rollup/plugin-node-resolve to ^11.2.1 in order to make direct imports resolveable, e.g. packages that use exports in their package.json

v2.2.0

Compare Source

Minor Changes

v2.1.8

Compare Source

Patch Changes

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 is behind base branch, 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
Copy link
Contributor Author

renovate bot commented Jul 19, 2022

⚠ 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
Scope: all 3 workspace projects
 WARN  GET https://registry.npmjs.org/@types/react/-/react-18.0.15.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@types/three/-/three-0.141.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/react/-/react-18.1.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/react-dom/-/react-dom-18.1.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/three/-/three-0.142.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@react-spring/three/-/three-9.4.5.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@react-three/cannon/-/cannon-6.3.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@react-three/drei/-/drei-9.6.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@react-three/fiber/-/fiber-8.0.12.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/cannon-es/-/cannon-es-0.19.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/three-stdlib/-/three-stdlib-2.10.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/zustand/-/zustand-4.0.0-rc.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@types/react/-/react-18.0.12.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.5.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-1.3.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@preconstruct%2Fcli error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@types/react/-/react-18.0.15.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@types/three/-/three-0.141.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/react/-/react-18.1.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/react-dom/-/react-dom-18.1.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/three/-/three-0.142.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@react-spring/three/-/three-9.4.5.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@react-three/cannon/-/cannon-6.3.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@react-three/drei/-/drei-9.6.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@react-three/fiber/-/fiber-8.0.12.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/cannon-es/-/cannon-es-0.19.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/three-stdlib/-/three-stdlib-2.10.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/zustand/-/zustand-4.0.0-rc.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@types/react/-/react-18.0.12.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.5.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-1.3.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@preconstruct%2Fcli error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/vite/-/vite-2.9.13.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:534:13)
    at Proxy.<anonymous> (/opt/containerbase/tools/pnpm/7.5.1/20.12.2/node_modules/pnpm/dist/pnpm.cjs:52577:55)
    at /opt/containerbase/tools/pnpm/7.5.1/20.12.2/node_modules/pnpm/dist/pnpm.cjs:52627:31
    at Array.reduce (<anonymous>)
    at Proxy.raw (/opt/containerbase/tools/pnpm/7.5.1/20.12.2/node_modules/pnpm/dist/pnpm.cjs:52626:33)
    at new Headers (/opt/containerbase/tools/pnpm/7.5.1/20.12.2/node_modules/pnpm/dist/pnpm.cjs:52527:28)
    at getNodeRequestOptions (/opt/containerbase/tools/pnpm/7.5.1/20.12.2/node_modules/pnpm/dist/pnpm.cjs:52834:23)
    at /opt/containerbase/tools/pnpm/7.5.1/20.12.2/node_modules/pnpm/dist/pnpm.cjs:52891:25
    at new Promise (<anonymous>)
    at fetch (/opt/containerbase/tools/pnpm/7.5.1/20.12.2/node_modules/pnpm/dist/pnpm.cjs:52889:14)
 WARN  GET https://registry.npmjs.org/@types/styled-components/-/styled-components-5.1.25.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/react-icons/-/react-icons-4.4.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/styled-components/-/styled-components-5.3.5.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@babel/core/-/core-7.18.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.18.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.17.12.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.17.12.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint/-/eslint-8.17.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-7.0.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-4.0.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.5.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/gh-pages/-/gh-pages-4.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/pretty-quick/-/pretty-quick-3.1.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.

@renovate renovate bot force-pushed the renovate/preconstruct-cli-2.x branch from 66ac5a8 to c0cdafe Compare November 20, 2022 08:49
@renovate renovate bot changed the title Update dependency @preconstruct/cli to v2.2.1 Update dependency @preconstruct/cli to v2.2.2 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/preconstruct-cli-2.x branch from c0cdafe to bfa3036 Compare March 11, 2023 20:25
@renovate renovate bot changed the title Update dependency @preconstruct/cli to v2.2.2 Update dependency @preconstruct/cli to v2.3.0 Mar 11, 2023
@renovate renovate bot force-pushed the renovate/preconstruct-cli-2.x branch from bfa3036 to 65776e6 Compare March 24, 2023 18:31
@renovate renovate bot changed the title Update dependency @preconstruct/cli to v2.3.0 Update dependency @preconstruct/cli to v2.4.0 Mar 24, 2023
@renovate renovate bot force-pushed the renovate/preconstruct-cli-2.x branch from 65776e6 to a68d426 Compare March 27, 2023 19:16
@renovate renovate bot changed the title Update dependency @preconstruct/cli to v2.4.0 Update dependency @preconstruct/cli to v2.4.1 Mar 27, 2023
@renovate renovate bot force-pushed the renovate/preconstruct-cli-2.x branch from a68d426 to 7ed28e6 Compare March 30, 2023 02:11
@renovate renovate bot changed the title Update dependency @preconstruct/cli to v2.4.1 Update dependency @preconstruct/cli to v2.4.3 Mar 30, 2023
@renovate renovate bot force-pushed the renovate/preconstruct-cli-2.x branch from 7ed28e6 to fcdf17b Compare April 17, 2023 09:41
@renovate renovate bot changed the title Update dependency @preconstruct/cli to v2.4.3 Update dependency @preconstruct/cli to v2.5.0 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/preconstruct-cli-2.x branch from fcdf17b to fdd5b58 Compare May 28, 2023 12:06
@renovate renovate bot changed the title Update dependency @preconstruct/cli to v2.5.0 Update dependency @preconstruct/cli to v2.7.0 May 28, 2023
@renovate renovate bot force-pushed the renovate/preconstruct-cli-2.x branch from fdd5b58 to 625b69d Compare July 3, 2023 01:12
@renovate renovate bot changed the title Update dependency @preconstruct/cli to v2.7.0 Update dependency @preconstruct/cli to v2.8.0 Jul 3, 2023
@renovate renovate bot force-pushed the renovate/preconstruct-cli-2.x branch from 625b69d to 229d2ea Compare July 4, 2023 01:08
@renovate renovate bot changed the title Update dependency @preconstruct/cli to v2.8.0 Update dependency @preconstruct/cli to v2.8.1 Jul 4, 2023
@renovate renovate bot force-pushed the renovate/preconstruct-cli-2.x branch from 229d2ea to 80b801d Compare December 7, 2023 06:29
@renovate renovate bot changed the title Update dependency @preconstruct/cli to v2.8.1 Update dependency @preconstruct/cli to v2.8.2 Dec 7, 2023
@renovate renovate bot force-pushed the renovate/preconstruct-cli-2.x branch from 80b801d to be6f7dc Compare January 15, 2024 05:15
@renovate renovate bot changed the title Update dependency @preconstruct/cli to v2.8.2 Update dependency @preconstruct/cli to v2.8.3 Jan 15, 2024
@renovate renovate bot force-pushed the renovate/preconstruct-cli-2.x branch from be6f7dc to 667e3cd Compare May 3, 2024 01:06
@renovate renovate bot changed the title Update dependency @preconstruct/cli to v2.8.3 Update dependency @preconstruct/cli to v2.8.4 May 3, 2024
@renovate renovate bot force-pushed the renovate/preconstruct-cli-2.x branch from 667e3cd to fb12aeb Compare July 9, 2024 20:20
@renovate renovate bot changed the title Update dependency @preconstruct/cli to v2.8.4 Update dependency @preconstruct/cli to v2.8.7 Jul 9, 2024
Copy link
Contributor Author

renovate bot commented Jul 9, 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
Scope: all 3 workspace projects
 WARN  GET https://registry.npmjs.org/@types/react/-/react-18.0.15.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@types/three/-/three-0.141.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/react/-/react-18.1.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/react-dom/-/react-dom-18.1.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/three/-/three-0.142.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@react-spring/three/-/three-9.4.5.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@react-three/cannon/-/cannon-6.3.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@react-three/drei/-/drei-9.6.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@react-three/fiber/-/fiber-8.0.12.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/cannon-es/-/cannon-es-0.19.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/three-stdlib/-/three-stdlib-2.10.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/zustand/-/zustand-4.0.0-rc.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@types/react/-/react-18.0.12.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.5.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-1.3.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@preconstruct%2Fcli error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@types/react/-/react-18.0.15.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@types/three/-/three-0.141.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/react/-/react-18.1.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/react-dom/-/react-dom-18.1.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/three/-/three-0.142.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@react-spring/three/-/three-9.4.5.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@react-three/cannon/-/cannon-6.3.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@react-three/drei/-/drei-9.6.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@react-three/fiber/-/fiber-8.0.12.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/cannon-es/-/cannon-es-0.19.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/three-stdlib/-/three-stdlib-2.10.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/zustand/-/zustand-4.0.0-rc.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@types/react/-/react-18.0.12.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.5.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-1.3.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@preconstruct%2Fcli error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/vite/-/vite-2.9.13.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:535:13)
    at Proxy.<anonymous> (/opt/containerbase/tools/pnpm/7.5.1/20.18.0/node_modules/pnpm/dist/pnpm.cjs:52577:55)
    at /opt/containerbase/tools/pnpm/7.5.1/20.18.0/node_modules/pnpm/dist/pnpm.cjs:52627:31
    at Array.reduce (<anonymous>)
    at Proxy.raw (/opt/containerbase/tools/pnpm/7.5.1/20.18.0/node_modules/pnpm/dist/pnpm.cjs:52626:33)
    at new Headers (/opt/containerbase/tools/pnpm/7.5.1/20.18.0/node_modules/pnpm/dist/pnpm.cjs:52527:28)
    at getNodeRequestOptions (/opt/containerbase/tools/pnpm/7.5.1/20.18.0/node_modules/pnpm/dist/pnpm.cjs:52834:23)
    at /opt/containerbase/tools/pnpm/7.5.1/20.18.0/node_modules/pnpm/dist/pnpm.cjs:52891:25
    at new Promise (<anonymous>)
    at fetch (/opt/containerbase/tools/pnpm/7.5.1/20.18.0/node_modules/pnpm/dist/pnpm.cjs:52889:14)
 WARN  GET https://registry.npmjs.org/@types/styled-components/-/styled-components-5.1.25.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/react-icons/-/react-icons-4.4.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/styled-components/-/styled-components-5.3.5.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@babel/core/-/core-7.18.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.18.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.17.12.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.17.12.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint/-/eslint-8.17.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-7.0.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-4.0.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.5.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/gh-pages/-/gh-pages-4.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/pretty-quick/-/pretty-quick-3.1.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.

@renovate renovate bot force-pushed the renovate/preconstruct-cli-2.x branch from fb12aeb to 25bfc4b Compare October 1, 2024 00:33
@renovate renovate bot changed the title Update dependency @preconstruct/cli to v2.8.7 Update dependency @preconstruct/cli to v2.8.8 Oct 1, 2024
@renovate renovate bot force-pushed the renovate/preconstruct-cli-2.x branch from 25bfc4b to d374da3 Compare October 10, 2024 07:21
@renovate renovate bot changed the title Update dependency @preconstruct/cli to v2.8.8 Update dependency @preconstruct/cli to v2.8.9 Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants