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

Mend Renovate

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.4.1 age adoption passing confidence
eslint (source) ^8.40.0 -> ^8.57.0 age adoption passing confidence
typescript (source) ^5.0.4 -> ^5.4.5 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
    View changes on GitHub
antfu/bumpp (bumpp)

v9.4.1

Compare Source

v9.4.0

Compare Source

   🚀 Featur

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 has been generated by Mend Renovate. View repository job log here.

@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 2 times, most recently from 453b6d7 to 261f914 Compare October 26, 2023 22:02
@renovate
Copy link
Contributor Author

renovate bot commented Oct 26, 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
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:534:13)
    at Proxy.<anonymous> (/opt/containerbase/tools/pnpm/8.0.0/20.12.2/node_modules/pnpm/dist/pnpm.cjs:60541:55)
    at /opt/containerbase/tools/pnpm/8.0.0/20.12.2/node_modules/pnpm/dist/pnpm.cjs:60603:31
    at Array.reduce (<anonymous>)
    at Proxy.raw (/opt/containerbase/tools/pnpm/8.0.0/20.12.2/node_modules/pnpm/dist/pnpm.cjs:60602:33)
    at new Headers (/opt/containerbase/tools/pnpm/8.0.0/20.12.2/node_modules/pnpm/dist/pnpm.cjs:60487:28)
    at getNodeRequestOptions (/opt/containerbase/tools/pnpm/8.0.0/20.12.2/node_modules/pnpm/dist/pnpm.cjs:60836:23)
    at /opt/containerbase/tools/pnpm/8.0.0/20.12.2/node_modules/pnpm/dist/pnpm.cjs:60893:25
    at new Promise (<anonymous>)
    at fetch (/opt/containerbase/tools/pnpm/8.0.0/20.12.2/node_modules/pnpm/dist/pnpm.cjs:60891:14)

@renovate renovate bot force-pushed the renovate/shared-root branch 2 times, most recently from 437ee78 to eaec1bc Compare November 8, 2023 17:39
@renovate renovate bot force-pushed the renovate/shared-root branch 3 times, most recently from caf5cbf to f2c313d Compare November 20, 2023 18:07
@renovate renovate bot force-pushed the renovate/shared-root branch 2 times, most recently from 1f41735 to 3ec0c55 Compare December 6, 2023 19:51
@renovate renovate bot force-pushed the renovate/shared-root branch 2 times, most recently from 3fb08b0 to 5be55a5 Compare December 16, 2023 00:21
@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 2 times, most recently from 42b8a2b to c1f215d Compare April 10, 2024 14:33
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.

None yet

0 participants