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
Contributor

@renovate renovate bot commented Jul 1, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^0.38.6 -> ^0.43.1 age adoption passing confidence
@vitest/coverage-c8 (source) ^0.31.0 -> ^0.33.0 age adoption passing confidence
bumpp ^9.1.0 -> ^9.9.2 age adoption passing confidence
eslint (source) ^8.40.0 -> ^8.57.1 age adoption passing confidence
typescript (source) ^5.0.4 -> ^5.7.2 age adoption passing confidence
vitest (source) ^0.31.0 -> ^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
vitest-dev/vitest (@​vitest/coverage-c8)

v0.33.0

Compare Source

   🚨 Breaking Changes
  • Revert default include patterns  -  by @​so1ve #​3729
    • 0.32.0 changed the default include globs to be compatible with Jest. After a discussion with the community, we are reverting this change because it turned out to be non-intuitive.
   🐞 Bug Fixes
    View changes on GitHub

v0.32.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.32.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.32.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.32.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.32.0

Compare Source

   🚨 Breaking Changes
  • Throw an error, if the module cannot be resolved  -  by @​sheremet-va in https://github.com/vitest-dev/vitest/issues/3307 (1ad63)
    • Vitest used to fall back to the original import when it could not resolve it to the file path or the virtual module. This leads to hard-to-find module graph mismatches if you had incorrect alias or relied on relative imports to be resolved to the project root (which is usual behavior in TypeScript) because the code accidentally "worked". With this release, Vitest will now throw an error if it cannot resolve the module - there are possible edge cases that are not covered yet, so if you have any problems with this, please open a separate issue with reproduction.
  • Improve globs  -  by @​nickmccurdy in https://github.com/vitest-dev/vitest/issues/3392 (19ecc)
    • Vitest now has glob patterns similar to Jest for better compatibility. It's possible that some files will be considered test files when previously they were not. For example, Vitest now considers test.js to be a test file. Also any file in __tests__ is now considered to be a test, not just files with test or spec suffix.
  • Add @vitest/coverage-v8 package  -  by @​AriPerkkio in https://github.com/vitest-dev/vitest/issues/3339 (82112)
    • Vitest now uses v8 code coverage directly for better performance. @vitest/coverage-c8 is deprecated as Vitest no longer uses c8 package for coverage output. It will not be updated anymore, and Vitest will fail in the next version if the user has c8 as their coverage provider. Please, install the new @vitest/coverage-v8 package if you previously used @vitest/coverage-c8.
  • mocker: Don't restore mock to the original if the module is automocked  -  by @​sheremet-va in https://github.com/vitest-dev/vitest/issues/3518 (c1004)
    • spy.mockRestore on auto-mocked named exports will no longer restore their implementation to the actual function. This behavior better matches what Jest does.
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.31.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.31.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.31.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.31.1

Compare Source

   🚀 Features
   🐞 Bug Fixes

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 Jul 1, 2023
@renovate renovate bot force-pushed the renovate/shared-root branch 3 times, most recently from ce544f6 to 3a8df4f Compare July 7, 2023 20:58
@renovate renovate bot force-pushed the renovate/shared-root branch 3 times, most recently from 34f63e8 to 4751034 Compare July 16, 2023 03:01
@renovate renovate bot force-pushed the renovate/shared-root branch 3 times, most recently from f626545 to 3860295 Compare July 25, 2023 05:12
@renovate renovate bot force-pushed the renovate/shared-root branch 2 times, most recently from a356954 to b60e44c Compare August 2, 2023 02:52
@renovate renovate bot force-pushed the renovate/shared-root branch 2 times, most recently from b47c721 to 4bccfa4 Compare August 12, 2023 05:15
@renovate renovate bot force-pushed the renovate/shared-root branch 2 times, most recently from 8b5b3bd to 33c68c7 Compare August 20, 2023 02:15
@renovate renovate bot force-pushed the renovate/shared-root branch 2 times, most recently from 77f08df to 1f37f5b Compare August 27, 2023 02:55
@renovate renovate bot force-pushed the renovate/shared-root branch 5 times, most recently from 81aed44 to 308ee4a Compare September 14, 2023 03:29
@renovate renovate bot force-pushed the renovate/shared-root branch 4 times, most recently from 06bc5fd to cde7923 Compare September 22, 2023 21:16
@renovate renovate bot force-pushed the renovate/shared-root branch 2 times, most recently from 3bc392a to e41723b Compare September 29, 2023 15:51
@renovate renovate bot force-pushed the renovate/shared-root branch from e41723b to ab828cf Compare October 6, 2023 22:17
@renovate renovate bot force-pushed the renovate/shared-root branch from 5be55a5 to 8d5f698 Compare January 17, 2024 11:33
@renovate renovate bot force-pushed the renovate/shared-root branch 2 times, most recently from f2e8c71 to 3ed9af0 Compare February 23, 2024 21:11
@renovate renovate bot force-pushed the renovate/shared-root branch 3 times, most recently from a1fcee3 to 063e77a Compare March 6, 2024 19:37
@renovate renovate bot force-pushed the renovate/shared-root branch from 063e77a to 0e1c9d4 Compare March 20, 2024 20:08
@renovate renovate bot force-pushed the renovate/shared-root branch 2 times, most recently from 42b8a2b to c1f215d Compare April 10, 2024 14:33
@renovate renovate bot force-pushed the renovate/shared-root branch from c1f215d to 2758f28 Compare April 29, 2024 09:55
@renovate renovate bot force-pushed the renovate/shared-root branch from 2758f28 to 21b781d Compare June 20, 2024 20:10
Copy link
Contributor Author

renovate bot commented Jun 20, 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 2 workspace projects
 WARN  GET https://registry.npmjs.org/tsup/-/tsup-7.2.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/vite/-/vite-4.3.5.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/axios/-/axios-1.4.0.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 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/typescript 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/tsup/-/tsup-7.2.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/vite/-/vite-4.3.5.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/axios/-/axios-1.4.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 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/@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/typescript 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.
 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:542:13)
    at Proxy.<anonymous> (/opt/containerbase/tools/pnpm/8.0.0/22.12.0/node_modules/pnpm/dist/pnpm.cjs:60541:55)
    at /opt/containerbase/tools/pnpm/8.0.0/22.12.0/node_modules/pnpm/dist/pnpm.cjs:60603:31
    at Array.reduce (<anonymous>)
    at Proxy.raw (/opt/containerbase/tools/pnpm/8.0.0/22.12.0/node_modules/pnpm/dist/pnpm.cjs:60602:33)
    at new Headers (/opt/containerbase/tools/pnpm/8.0.0/22.12.0/node_modules/pnpm/dist/pnpm.cjs:60487:28)
    at getNodeRequestOptions (/opt/containerbase/tools/pnpm/8.0.0/22.12.0/node_modules/pnpm/dist/pnpm.cjs:60836:23)
    at /opt/containerbase/tools/pnpm/8.0.0/22.12.0/node_modules/pnpm/dist/pnpm.cjs:60893:25
    at new Promise (<anonymous>)
    at fetch (/opt/containerbase/tools/pnpm/8.0.0/22.12.0/node_modules/pnpm/dist/pnpm.cjs:60891:14)

@renovate renovate bot force-pushed the renovate/shared-root branch from 21b781d to 89faf5c Compare July 1, 2024 19:20
@renovate renovate bot force-pushed the renovate/shared-root branch from 89faf5c to 0588d73 Compare July 23, 2024 03:19
@renovate renovate bot force-pushed the renovate/shared-root branch from 0588d73 to cd299c5 Compare August 1, 2024 21:30
@renovate renovate bot force-pushed the renovate/shared-root branch from cd299c5 to 2e2c35f Compare August 12, 2024 13:49
@renovate renovate bot force-pushed the renovate/shared-root branch from 2e2c35f to 7ca7566 Compare August 22, 2024 20:26
@renovate renovate bot force-pushed the renovate/shared-root branch 2 times, most recently from c9bfeaf to 061d680 Compare September 16, 2024 16:07
@renovate renovate bot force-pushed the renovate/shared-root branch 2 times, most recently from 3788b8a to 4f91c8c Compare September 28, 2024 09:34
@renovate renovate bot force-pushed the renovate/shared-root branch 2 times, most recently from f09e2a2 to 99cb9f7 Compare October 9, 2024 07:02
@renovate renovate bot force-pushed the renovate/shared-root branch 2 times, most recently from 233b33e to 672e8ad Compare November 4, 2024 06:08
@renovate renovate bot force-pushed the renovate/shared-root branch from 672e8ad to 56f04ad Compare November 22, 2024 17:43
@renovate renovate bot force-pushed the renovate/shared-root branch 2 times, most recently from 0b943bb to 571c58a Compare December 12, 2024 16:17
@renovate renovate bot force-pushed the renovate/shared-root branch from 571c58a to 00c4bfa Compare December 22, 2024 05:04
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