fix(deps): update root - #4

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/shared-root
Open

fix(deps): update root#4
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/shared-root

Conversation

@renovate

@renovaterenovateBot commented Aug 1, 2023

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

PackageChangeAgeConfidence
@antfu/eslint-config^0.39.7^0.43.1ageconfidence
@types/lodash (source)^4.14.195^4.17.25ageconfidence
bumpp^9.1.1^9.11.1ageconfidence
eslint (source)^8.44.0^8.57.1ageconfidence
is-what^4.1.15^4.1.16ageconfidence
typescript (source)^5.1.6^5.9.3ageconfidence

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
antfu-collective/bumpp (bumpp)

v9.11.1

Compare Source

🚀 Features
View changes on GitHub

v9.11.0

Compare Source

🚀 Features
View changes on GitHub

v9.10.2

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.10.1

Compare Source

🚀 Features
View changes on GitHub

v9.10.0

Compare Source

🚀 Features
View changes on GitHub

v9.9.3

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.9.2

Compare Source

No significant changes

View changes on GitHub

v9.9.1

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.9.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v9.8.1

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.8.0

Compare Source

🚀 Features
View changes on GitHub

v9.7.1

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.7.0

Compare Source

🚀 Features
View changes on GitHub

v9.6.1

Compare Source

🚀 Features
View changes on GitHub

v9.6.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v9.5.2

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.5.1

Compare Source

🚀 Features
View changes on GitHub

v9.5.0

Compare Source

🚀 Features
View changes on GitHub

v9.4.2

Compare Source

🚀 Features
View changes on GitHub

v9.4.1

Compare Source

v9.4.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v9.3.1

Compare Source

🚀 Features
View changes on GitHub

v9.3.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v9.2.1

Compare Source

🚀 Features
View changes on GitHub

v9.2.0

Compare Source

🚀 Features
View changes on GitHub
eslint/eslint (eslint)

v8.57.1

Compare Source

Bug Fixes

  • a19072f fix: add logic to handle fixTypes in the lintText() method (#​18900) (Francesco Trotta)
  • 04c7188 fix: Don't lint same file multiple times (#​18899) (Francesco Trotta)
  • 87ec3c4 fix: do not throw when defining a global named __defineSetter__ (#​18898) (Francesco Trotta)
  • 60a1267 fix: Provide helpful error message for nullish configs (#​18889) (Milos Djermanovic)
  • a0dea8e fix: allow name in global ignores, fix --no-ignore for non-global (#​18875) (Milos Djermanovic)
  • 3836bb4 fix: do not crash on error in fs.walk filter (#​18886) (Milos Djermanovic)
  • 2dec349 fix: skip processor code blocks that match only universal patterns (#​18880) (Milos Djermanovic)

Documentation

Build Related

  • 35d366a build: Support updates to previous major versions (#​18870) (Milos Djermanovic)

Chores

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation

Chores

v8.56.0

Compare Source

Features

  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#​17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#​17818) (Arka Pratim Chaudhuri)

Bug Fixes

  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#​17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#​17812) (Bryan Mishkin)

Documentation

  • 9007719 docs: update link in ways-to-extend.md (#​17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#​17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#​17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#​17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)

Chores

v8.55.0

Compare Source

Features

  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#​17721) (Tanuj Kanti)

Documentation

  • 83ece2a docs: fix typo --rules -> --rule (#​17806) (OKURA Masafumi)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#​17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#​17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#​17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#​17778) (Etienne)

Chores

v8.54.0

Compare Source

Features

  • a7a883b feat: for-direction rule add check for condition in reverse order (#​17755) (Angelo Annunziata)
  • 1452dc9 feat: Add suggestions to no-console (#​17680) (Joel Mathew Koshy)
  • 21ebf8a feat: update no-array-constructor rule (#​17711) (Francesco Trotta)

Bug Fixes

  • 98926e6 fix: Ensure that extra data is not accidentally stored in the cache file (#​17760) (Milos Djermanovic)
  • e8cf9f6 fix: Make dark scroll bar in dark theme (#​17753) (Pavel)
  • 3cbeaad fix: Use cwd constructor option as config basePath in Linter (#​17705) (Milos Djermanovic)

Documentation

Chores

v8.53.0

Compare Source

Features

Bug Fixes

  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#​17683) (Milos Djermanovic)
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#​17672) (Francesco Trotta)

Documentation

Chores

v8.52.0

Compare Source

Features

  • 70648ee feat: report-unused-disable-directive to report unused eslint-enable (#​17611) (Yosuke Ota)

Bug Fixes

  • 5de9637 fix: Ensure shared references in rule configs are separated (#​17666) (Nicholas C. Zakas)
  • dcfe573 fix: add preceding semicolon in suggestions of no-object-constructor (#​17649) (Francesco Trotta)

Documentation

  • [`476d5

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 6am on the first day of the month"
  • 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
renovateBotforce-pushed the renovate/shared-root branch 4 times, most recently from ad3ccc2 to 17c0277CompareAugust 7, 2023 14:15
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from a658f07 to b90071dCompareAugust 11, 2023 16:19
@renovate
renovateBotforce-pushed the renovate/shared-root branch 4 times, most recently from 79193db to 8cf29a3CompareAugust 23, 2023 15:19
@renovate
renovateBotforce-pushed the renovate/shared-root branch 3 times, most recently from a0e5da0 to f7883e4CompareAugust 25, 2023 20:13
@renovate
renovateBotforce-pushed the renovate/shared-root branch 4 times, most recently from fbbb541 to 77c54b5CompareSeptember 12, 2023 14:31
@renovate
renovateBotforce-pushed the renovate/shared-root branch 5 times, most recently from 261e633 to 54547e6CompareSeptember 19, 2023 16:48
@renovate
renovateBotforce-pushed the renovate/shared-root branch 3 times, most recently from 3712804 to 9ae2c96CompareSeptember 23, 2023 02:22
@renovate
renovateBotforce-pushed the renovate/shared-root branch 3 times, most recently from cf53b9a to c533376CompareOctober 5, 2023 09:29
@renovate
renovateBotforce-pushed the renovate/shared-root branch from c533376 to 7cfb0eaCompareOctober 6, 2023 21:07
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 8d7cf40 to 6ecd000CompareDecember 16, 2023 01:20
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 6ecd000 to 6043b05CompareJanuary 17, 2024 10:12
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 6043b05 to 213a9f9CompareFebruary 23, 2024 21:51
@renovate
renovateBotforce-pushed the renovate/shared-root branch 3 times, most recently from 6df7083 to 2ef7d73CompareMarch 6, 2024 18:43
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 2ef7d73 to e56891fCompareMarch 12, 2024 10:30
@renovate
renovateBotforce-pushed the renovate/shared-root branch from e56891f to 7bde1deCompareMarch 20, 2024 20:32
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from bcdb876 to 26ab0c6CompareApril 10, 2024 17:27
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from d426b9e to afa1bb3CompareMay 4, 2024 11:11
@renovate
renovateBotforce-pushed the renovate/shared-root branch from afa1bb3 to 320c55bCompareMay 16, 2024 22:42
@renovate

renovateBot commented May 16, 2024

Copy link
Copy Markdown
ContributorAuthor

⚠️ 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/@vitest/coverage-c8/-/coverage-c8-0.33.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/tsup/-/tsup-6.7.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/vite/-/vite-4.4.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/vitest/-/vitest-0.33.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/filter-anything/-/filter-anything-3.0.7.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/merge-anything/-/merge-anything-5.1.7.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/remove-anything/-/remove-anything-1.0.5.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/@types%2Flodash 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/is-what error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/@vitest/coverage-c8/-/coverage-c8-0.33.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/tsup/-/tsup-6.7.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/vite/-/vite-4.4.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/vitest/-/vitest-0.33.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/filter-anything/-/filter-anything-3.0.7.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/merge-anything/-/merge-anything-5.1.7.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/remove-anything/-/remove-anything-1.0.5.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/@types%2Flodash 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/is-what 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:554:13)
at Proxy.<anonymous> (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60541:55)
at /opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60603:31
at Array.reduce (<anonymous>)
at Proxy.raw (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60602:33)
at new Headers (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60487:28)
at getNodeRequestOptions (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60836:23)
at /opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60893:25
at new Promise (<anonymous>)
at fetch (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60891:14)

@renovate
renovateBotforce-pushed the renovate/shared-root branch from 320c55b to 2d120e5CompareMay 17, 2024 04:28
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 2d120e5 to 42a4481CompareJune 8, 2024 10:06
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from 81ea887 to 8319b83CompareJune 27, 2024 16:33
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 8319b83 to 6ccc627CompareJuly 1, 2024 19:14
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from 67c9cf1 to e06ae65CompareJuly 23, 2024 00:01
@renovate
renovateBotforce-pushed the renovate/shared-root branch from e06ae65 to 2f3e566CompareAugust 1, 2024 22:05
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from f1b3870 to 6507ed3CompareAugust 12, 2024 12:59
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 6507ed3 to c416fc8CompareAugust 22, 2024 17:21
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from 8313ff0 to 2ecc457CompareSeptember 16, 2024 17:27
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from 7b5bc66 to b698e59CompareSeptember 28, 2024 04:04
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Add copy buttons to all
 blocks\n(function() {\n function addCopyButtons() {\n document.querySelectorAll('pre code').forEach(function(codeBlock) {\n if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;\n codeBlock.parentElement.setAttribute('data-copy-added', 'true');\n \n var btn = document.createElement('button');\n btn.textContent = 'Copy';\n btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';\n btn.onmouseover = function() { this.style.opacity = '1'; };\n btn.onmouseout = function() { this.style.opacity = '0.7'; };\n btn.onclick = function() {\n navigator.clipboard.writeText(codeBlock.textContent).then(function() {\n btn.textContent = 'Copied!';\n setTimeout(function() { btn.textContent = 'Copy'; }, 1500);\n });\n };\n codeBlock.parentElement.style.position = 'relative';\n codeBlock.parentElement.appendChild(btn);\n });\n }\n \n addCopyButtons();\n \n // Re-run on dynamic content\n var observer = new MutationObserver(addCopyButtons);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Add Copy Buttons to Code Blocks");
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
Skip to content

fix(deps): update root - #4

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/shared-root
Open

fix(deps): update root#4
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/shared-root

Conversation

@renovate

@renovaterenovateBot commented Aug 1, 2023

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

PackageChangeAgeConfidence
@antfu/eslint-config^0.39.7^0.43.1ageconfidence
@types/lodash (source)^4.14.195^4.17.25ageconfidence
bumpp^9.1.1^9.11.1ageconfidence
eslint (source)^8.44.0^8.57.1ageconfidence
is-what^4.1.15^4.1.16ageconfidence
typescript (source)^5.1.6^5.9.3ageconfidence

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
antfu-collective/bumpp (bumpp)

v9.11.1

Compare Source

🚀 Features
View changes on GitHub

v9.11.0

Compare Source

🚀 Features
View changes on GitHub

v9.10.2

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.10.1

Compare Source

🚀 Features
View changes on GitHub

v9.10.0

Compare Source

🚀 Features
View changes on GitHub

v9.9.3

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.9.2

Compare Source

No significant changes

View changes on GitHub

v9.9.1

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.9.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v9.8.1

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.8.0

Compare Source

🚀 Features
View changes on GitHub

v9.7.1

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.7.0

Compare Source

🚀 Features
View changes on GitHub

v9.6.1

Compare Source

🚀 Features
View changes on GitHub

v9.6.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v9.5.2

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.5.1

Compare Source

🚀 Features
View changes on GitHub

v9.5.0

Compare Source

🚀 Features
View changes on GitHub

v9.4.2

Compare Source

🚀 Features
View changes on GitHub

v9.4.1

Compare Source

v9.4.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v9.3.1

Compare Source

🚀 Features
View changes on GitHub

v9.3.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v9.2.1

Compare Source

🚀 Features
View changes on GitHub

v9.2.0

Compare Source

🚀 Features
View changes on GitHub
eslint/eslint (eslint)

v8.57.1

Compare Source

Bug Fixes

  • a19072f fix: add logic to handle fixTypes in the lintText() method (#​18900) (Francesco Trotta)
  • 04c7188 fix: Don't lint same file multiple times (#​18899) (Francesco Trotta)
  • 87ec3c4 fix: do not throw when defining a global named __defineSetter__ (#​18898) (Francesco Trotta)
  • 60a1267 fix: Provide helpful error message for nullish configs (#​18889) (Milos Djermanovic)
  • a0dea8e fix: allow name in global ignores, fix --no-ignore for non-global (#​18875) (Milos Djermanovic)
  • 3836bb4 fix: do not crash on error in fs.walk filter (#​18886) (Milos Djermanovic)
  • 2dec349 fix: skip processor code blocks that match only universal patterns (#​18880) (Milos Djermanovic)

Documentation

Build Related

  • 35d366a build: Support updates to previous major versions (#​18870) (Milos Djermanovic)

Chores

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation

Chores

v8.56.0

Compare Source

Features

  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#​17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#​17818) (Arka Pratim Chaudhuri)

Bug Fixes

  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#​17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#​17812) (Bryan Mishkin)

Documentation

  • 9007719 docs: update link in ways-to-extend.md (#​17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#​17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#​17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#​17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)

Chores

v8.55.0

Compare Source

Features

  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#​17721) (Tanuj Kanti)

Documentation

  • 83ece2a docs: fix typo --rules -> --rule (#​17806) (OKURA Masafumi)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#​17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#​17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#​17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#​17778) (Etienne)

Chores

v8.54.0

Compare Source

Features

  • a7a883b feat: for-direction rule add check for condition in reverse order (#​17755) (Angelo Annunziata)
  • 1452dc9 feat: Add suggestions to no-console (#​17680) (Joel Mathew Koshy)
  • 21ebf8a feat: update no-array-constructor rule (#​17711) (Francesco Trotta)

Bug Fixes

  • 98926e6 fix: Ensure that extra data is not accidentally stored in the cache file (#​17760) (Milos Djermanovic)
  • e8cf9f6 fix: Make dark scroll bar in dark theme (#​17753) (Pavel)
  • 3cbeaad fix: Use cwd constructor option as config basePath in Linter (#​17705) (Milos Djermanovic)

Documentation

Chores

v8.53.0

Compare Source

Features

Bug Fixes

  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#​17683) (Milos Djermanovic)
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#​17672) (Francesco Trotta)

Documentation

Chores

v8.52.0

Compare Source

Features

  • 70648ee feat: report-unused-disable-directive to report unused eslint-enable (#​17611) (Yosuke Ota)

Bug Fixes

  • 5de9637 fix: Ensure shared references in rule configs are separated (#​17666) (Nicholas C. Zakas)
  • dcfe573 fix: add preceding semicolon in suggestions of no-object-constructor (#​17649) (Francesco Trotta)

Documentation

  • [`476d5

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 6am on the first day of the month"
  • 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
renovateBotforce-pushed the renovate/shared-root branch 4 times, most recently from ad3ccc2 to 17c0277CompareAugust 7, 2023 14:15
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from a658f07 to b90071dCompareAugust 11, 2023 16:19
@renovate
renovateBotforce-pushed the renovate/shared-root branch 4 times, most recently from 79193db to 8cf29a3CompareAugust 23, 2023 15:19
@renovate
renovateBotforce-pushed the renovate/shared-root branch 3 times, most recently from a0e5da0 to f7883e4CompareAugust 25, 2023 20:13
@renovate
renovateBotforce-pushed the renovate/shared-root branch 4 times, most recently from fbbb541 to 77c54b5CompareSeptember 12, 2023 14:31
@renovate
renovateBotforce-pushed the renovate/shared-root branch 5 times, most recently from 261e633 to 54547e6CompareSeptember 19, 2023 16:48
@renovate
renovateBotforce-pushed the renovate/shared-root branch 3 times, most recently from 3712804 to 9ae2c96CompareSeptember 23, 2023 02:22
@renovate
renovateBotforce-pushed the renovate/shared-root branch 3 times, most recently from cf53b9a to c533376CompareOctober 5, 2023 09:29
@renovate
renovateBotforce-pushed the renovate/shared-root branch from c533376 to 7cfb0eaCompareOctober 6, 2023 21:07
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 8d7cf40 to 6ecd000CompareDecember 16, 2023 01:20
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 6ecd000 to 6043b05CompareJanuary 17, 2024 10:12
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 6043b05 to 213a9f9CompareFebruary 23, 2024 21:51
@renovate
renovateBotforce-pushed the renovate/shared-root branch 3 times, most recently from 6df7083 to 2ef7d73CompareMarch 6, 2024 18:43
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 2ef7d73 to e56891fCompareMarch 12, 2024 10:30
@renovate
renovateBotforce-pushed the renovate/shared-root branch from e56891f to 7bde1deCompareMarch 20, 2024 20:32
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from bcdb876 to 26ab0c6CompareApril 10, 2024 17:27
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from d426b9e to afa1bb3CompareMay 4, 2024 11:11
@renovate
renovateBotforce-pushed the renovate/shared-root branch from afa1bb3 to 320c55bCompareMay 16, 2024 22:42
@renovate

renovateBot commented May 16, 2024

Copy link
Copy Markdown
ContributorAuthor

⚠️ 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/@vitest/coverage-c8/-/coverage-c8-0.33.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/tsup/-/tsup-6.7.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/vite/-/vite-4.4.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/vitest/-/vitest-0.33.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/filter-anything/-/filter-anything-3.0.7.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/merge-anything/-/merge-anything-5.1.7.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/remove-anything/-/remove-anything-1.0.5.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/@types%2Flodash 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/is-what error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/@vitest/coverage-c8/-/coverage-c8-0.33.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/tsup/-/tsup-6.7.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/vite/-/vite-4.4.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/vitest/-/vitest-0.33.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/filter-anything/-/filter-anything-3.0.7.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/merge-anything/-/merge-anything-5.1.7.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/remove-anything/-/remove-anything-1.0.5.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/@types%2Flodash 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/is-what 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:554:13)
at Proxy.<anonymous> (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60541:55)
at /opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60603:31
at Array.reduce (<anonymous>)
at Proxy.raw (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60602:33)
at new Headers (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60487:28)
at getNodeRequestOptions (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60836:23)
at /opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60893:25
at new Promise (<anonymous>)
at fetch (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60891:14)

@renovate
renovateBotforce-pushed the renovate/shared-root branch from 320c55b to 2d120e5CompareMay 17, 2024 04:28
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 2d120e5 to 42a4481CompareJune 8, 2024 10:06
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from 81ea887 to 8319b83CompareJune 27, 2024 16:33
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 8319b83 to 6ccc627CompareJuly 1, 2024 19:14
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from 67c9cf1 to e06ae65CompareJuly 23, 2024 00:01
@renovate
renovateBotforce-pushed the renovate/shared-root branch from e06ae65 to 2f3e566CompareAugust 1, 2024 22:05
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from f1b3870 to 6507ed3CompareAugust 12, 2024 12:59
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 6507ed3 to c416fc8CompareAugust 22, 2024 17:21
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from 8313ff0 to 2ecc457CompareSeptember 16, 2024 17:27
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from 7b5bc66 to b698e59CompareSeptember 28, 2024 04:04
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Force GitHub README to respect dark mode\n(function() {\n var style = document.createElement('style');\n style.textContent = '\n .markdown-body {\n color-scheme: dark light;\n }\n .markdown-body pre { background: #161b22 !important; }\n .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; }\n .markdown-body table th, .markdown-body table td { border-color: #30363d !important; }\n .markdown-body img { background: #0d1117; }\n .markdown-body blockquote { border-left-color: #8b949e; }\n .markdown-body hr { border-color: #30363d; }\n ';\n document.head.appendChild(style);\n})();", "GitHub Dark Mode README Fix"); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

fix(deps): update root - #4

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/shared-root
Open

fix(deps): update root#4
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/shared-root

Conversation

@renovate

@renovaterenovateBot commented Aug 1, 2023

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

PackageChangeAgeConfidence
@antfu/eslint-config^0.39.7^0.43.1ageconfidence
@types/lodash (source)^4.14.195^4.17.25ageconfidence
bumpp^9.1.1^9.11.1ageconfidence
eslint (source)^8.44.0^8.57.1ageconfidence
is-what^4.1.15^4.1.16ageconfidence
typescript (source)^5.1.6^5.9.3ageconfidence

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
antfu-collective/bumpp (bumpp)

v9.11.1

Compare Source

🚀 Features
View changes on GitHub

v9.11.0

Compare Source

🚀 Features
View changes on GitHub

v9.10.2

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.10.1

Compare Source

🚀 Features
View changes on GitHub

v9.10.0

Compare Source

🚀 Features
View changes on GitHub

v9.9.3

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.9.2

Compare Source

No significant changes

View changes on GitHub

v9.9.1

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.9.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v9.8.1

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.8.0

Compare Source

🚀 Features
View changes on GitHub

v9.7.1

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.7.0

Compare Source

🚀 Features
View changes on GitHub

v9.6.1

Compare Source

🚀 Features
View changes on GitHub

v9.6.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v9.5.2

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.5.1

Compare Source

🚀 Features
View changes on GitHub

v9.5.0

Compare Source

🚀 Features
View changes on GitHub

v9.4.2

Compare Source

🚀 Features
View changes on GitHub

v9.4.1

Compare Source

v9.4.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v9.3.1

Compare Source

🚀 Features
View changes on GitHub

v9.3.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v9.2.1

Compare Source

🚀 Features
View changes on GitHub

v9.2.0

Compare Source

🚀 Features
View changes on GitHub
eslint/eslint (eslint)

v8.57.1

Compare Source

Bug Fixes

  • a19072f fix: add logic to handle fixTypes in the lintText() method (#​18900) (Francesco Trotta)
  • 04c7188 fix: Don't lint same file multiple times (#​18899) (Francesco Trotta)
  • 87ec3c4 fix: do not throw when defining a global named __defineSetter__ (#​18898) (Francesco Trotta)
  • 60a1267 fix: Provide helpful error message for nullish configs (#​18889) (Milos Djermanovic)
  • a0dea8e fix: allow name in global ignores, fix --no-ignore for non-global (#​18875) (Milos Djermanovic)
  • 3836bb4 fix: do not crash on error in fs.walk filter (#​18886) (Milos Djermanovic)
  • 2dec349 fix: skip processor code blocks that match only universal patterns (#​18880) (Milos Djermanovic)

Documentation

Build Related

  • 35d366a build: Support updates to previous major versions (#​18870) (Milos Djermanovic)

Chores

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation

Chores

v8.56.0

Compare Source

Features

  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#​17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#​17818) (Arka Pratim Chaudhuri)

Bug Fixes

  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#​17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#​17812) (Bryan Mishkin)

Documentation

  • 9007719 docs: update link in ways-to-extend.md (#​17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#​17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#​17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#​17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)

Chores

v8.55.0

Compare Source

Features

  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#​17721) (Tanuj Kanti)

Documentation

  • 83ece2a docs: fix typo --rules -> --rule (#​17806) (OKURA Masafumi)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#​17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#​17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#​17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#​17778) (Etienne)

Chores

v8.54.0

Compare Source

Features

  • a7a883b feat: for-direction rule add check for condition in reverse order (#​17755) (Angelo Annunziata)
  • 1452dc9 feat: Add suggestions to no-console (#​17680) (Joel Mathew Koshy)
  • 21ebf8a feat: update no-array-constructor rule (#​17711) (Francesco Trotta)

Bug Fixes

  • 98926e6 fix: Ensure that extra data is not accidentally stored in the cache file (#​17760) (Milos Djermanovic)
  • e8cf9f6 fix: Make dark scroll bar in dark theme (#​17753) (Pavel)
  • 3cbeaad fix: Use cwd constructor option as config basePath in Linter (#​17705) (Milos Djermanovic)

Documentation

Chores

v8.53.0

Compare Source

Features

Bug Fixes

  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#​17683) (Milos Djermanovic)
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#​17672) (Francesco Trotta)

Documentation

Chores

v8.52.0

Compare Source

Features

  • 70648ee feat: report-unused-disable-directive to report unused eslint-enable (#​17611) (Yosuke Ota)

Bug Fixes

  • 5de9637 fix: Ensure shared references in rule configs are separated (#​17666) (Nicholas C. Zakas)
  • dcfe573 fix: add preceding semicolon in suggestions of no-object-constructor (#​17649) (Francesco Trotta)

Documentation

  • [`476d5

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 6am on the first day of the month"
  • 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
renovateBotforce-pushed the renovate/shared-root branch 4 times, most recently from ad3ccc2 to 17c0277CompareAugust 7, 2023 14:15
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from a658f07 to b90071dCompareAugust 11, 2023 16:19
@renovate
renovateBotforce-pushed the renovate/shared-root branch 4 times, most recently from 79193db to 8cf29a3CompareAugust 23, 2023 15:19
@renovate
renovateBotforce-pushed the renovate/shared-root branch 3 times, most recently from a0e5da0 to f7883e4CompareAugust 25, 2023 20:13
@renovate
renovateBotforce-pushed the renovate/shared-root branch 4 times, most recently from fbbb541 to 77c54b5CompareSeptember 12, 2023 14:31
@renovate
renovateBotforce-pushed the renovate/shared-root branch 5 times, most recently from 261e633 to 54547e6CompareSeptember 19, 2023 16:48
@renovate
renovateBotforce-pushed the renovate/shared-root branch 3 times, most recently from 3712804 to 9ae2c96CompareSeptember 23, 2023 02:22
@renovate
renovateBotforce-pushed the renovate/shared-root branch 3 times, most recently from cf53b9a to c533376CompareOctober 5, 2023 09:29
@renovate
renovateBotforce-pushed the renovate/shared-root branch from c533376 to 7cfb0eaCompareOctober 6, 2023 21:07
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 8d7cf40 to 6ecd000CompareDecember 16, 2023 01:20
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 6ecd000 to 6043b05CompareJanuary 17, 2024 10:12
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 6043b05 to 213a9f9CompareFebruary 23, 2024 21:51
@renovate
renovateBotforce-pushed the renovate/shared-root branch 3 times, most recently from 6df7083 to 2ef7d73CompareMarch 6, 2024 18:43
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 2ef7d73 to e56891fCompareMarch 12, 2024 10:30
@renovate
renovateBotforce-pushed the renovate/shared-root branch from e56891f to 7bde1deCompareMarch 20, 2024 20:32
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from bcdb876 to 26ab0c6CompareApril 10, 2024 17:27
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from d426b9e to afa1bb3CompareMay 4, 2024 11:11
@renovate
renovateBotforce-pushed the renovate/shared-root branch from afa1bb3 to 320c55bCompareMay 16, 2024 22:42
@renovate

renovateBot commented May 16, 2024

Copy link
Copy Markdown
ContributorAuthor

⚠️ 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/@vitest/coverage-c8/-/coverage-c8-0.33.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/tsup/-/tsup-6.7.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/vite/-/vite-4.4.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/vitest/-/vitest-0.33.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/filter-anything/-/filter-anything-3.0.7.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/merge-anything/-/merge-anything-5.1.7.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/remove-anything/-/remove-anything-1.0.5.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/@types%2Flodash 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/is-what error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/@vitest/coverage-c8/-/coverage-c8-0.33.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/tsup/-/tsup-6.7.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/vite/-/vite-4.4.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/vitest/-/vitest-0.33.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/filter-anything/-/filter-anything-3.0.7.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/merge-anything/-/merge-anything-5.1.7.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/remove-anything/-/remove-anything-1.0.5.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/@types%2Flodash 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/is-what 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:554:13)
at Proxy.<anonymous> (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60541:55)
at /opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60603:31
at Array.reduce (<anonymous>)
at Proxy.raw (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60602:33)
at new Headers (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60487:28)
at getNodeRequestOptions (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60836:23)
at /opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60893:25
at new Promise (<anonymous>)
at fetch (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60891:14)

@renovate
renovateBotforce-pushed the renovate/shared-root branch from 320c55b to 2d120e5CompareMay 17, 2024 04:28
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 2d120e5 to 42a4481CompareJune 8, 2024 10:06
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from 81ea887 to 8319b83CompareJune 27, 2024 16:33
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 8319b83 to 6ccc627CompareJuly 1, 2024 19:14
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from 67c9cf1 to e06ae65CompareJuly 23, 2024 00:01
@renovate
renovateBotforce-pushed the renovate/shared-root branch from e06ae65 to 2f3e566CompareAugust 1, 2024 22:05
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from f1b3870 to 6507ed3CompareAugust 12, 2024 12:59
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 6507ed3 to c416fc8CompareAugust 22, 2024 17:21
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from 8313ff0 to 2ecc457CompareSeptember 16, 2024 17:27
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from 7b5bc66 to b698e59CompareSeptember 28, 2024 04:04
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Highlight search terms from Google/DuckDuckGo/Bing referrer\n(function() {\n var ref = document.referrer;\n var terms = [];\n \n if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) {\n var url = new URL(ref);\n var q = url.searchParams.get('q') || url.searchParams.get('p');\n if (q) {\n terms = q.split(/\\s+/).filter(function(t) { return t.length > 2; });\n }\n }\n \n if (terms.length === 0) return;\n \n var style = document.createElement('style');\n style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }';\n document.head.appendChild(style);\n \n function highlight(node) {\n if (node.nodeType === 3) { // text node\n var text = node.textContent;\n var found = false;\n terms.forEach(function(term) {\n var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\\]\\\\]/g, '\\\\') + ')', 'gi');\n if (regex.test(text)) {\n found = true;\n var frag = document.createDocumentFragment();\n var parts = text.split(regex);\n parts.forEach(function(part, i) {\n if (i % 2 === 0) {\n frag.appendChild(document.createTextNode(part));\n } else {\n var span = document.createElement('span');\n span.className = 'userscript-highlight';\n span.textContent = part;\n frag.appendChild(span);\n }\n });\n node.parentNode.replaceChild(frag, node);\n }\n });\n } else if (node.nodeType === 1 && node.childNodes) { // element\n var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT'];\n if (!skipTags.includes(node.tagName)) {\n Array.from(node.childNodes).forEach(highlight);\n }\n }\n }\n \n highlight(document.body);\n \n // Re-highlight on dynamic content\n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1 || node.nodeType === 3) highlight(node);\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Highlight Search Terms"); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

fix(deps): update root - #4

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/shared-root
Open

fix(deps): update root#4
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/shared-root

Conversation

@renovate

@renovaterenovateBot commented Aug 1, 2023

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

PackageChangeAgeConfidence
@antfu/eslint-config^0.39.7^0.43.1ageconfidence
@types/lodash (source)^4.14.195^4.17.25ageconfidence
bumpp^9.1.1^9.11.1ageconfidence
eslint (source)^8.44.0^8.57.1ageconfidence
is-what^4.1.15^4.1.16ageconfidence
typescript (source)^5.1.6^5.9.3ageconfidence

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
antfu-collective/bumpp (bumpp)

v9.11.1

Compare Source

🚀 Features
View changes on GitHub

v9.11.0

Compare Source

🚀 Features
View changes on GitHub

v9.10.2

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.10.1

Compare Source

🚀 Features
View changes on GitHub

v9.10.0

Compare Source

🚀 Features
View changes on GitHub

v9.9.3

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.9.2

Compare Source

No significant changes

View changes on GitHub

v9.9.1

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.9.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v9.8.1

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.8.0

Compare Source

🚀 Features
View changes on GitHub

v9.7.1

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.7.0

Compare Source

🚀 Features
View changes on GitHub

v9.6.1

Compare Source

🚀 Features
View changes on GitHub

v9.6.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v9.5.2

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.5.1

Compare Source

🚀 Features
View changes on GitHub

v9.5.0

Compare Source

🚀 Features
View changes on GitHub

v9.4.2

Compare Source

🚀 Features
View changes on GitHub

v9.4.1

Compare Source

v9.4.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v9.3.1

Compare Source

🚀 Features
View changes on GitHub

v9.3.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v9.2.1

Compare Source

🚀 Features
View changes on GitHub

v9.2.0

Compare Source

🚀 Features
View changes on GitHub
eslint/eslint (eslint)

v8.57.1

Compare Source

Bug Fixes

  • a19072f fix: add logic to handle fixTypes in the lintText() method (#​18900) (Francesco Trotta)
  • 04c7188 fix: Don't lint same file multiple times (#​18899) (Francesco Trotta)
  • 87ec3c4 fix: do not throw when defining a global named __defineSetter__ (#​18898) (Francesco Trotta)
  • 60a1267 fix: Provide helpful error message for nullish configs (#​18889) (Milos Djermanovic)
  • a0dea8e fix: allow name in global ignores, fix --no-ignore for non-global (#​18875) (Milos Djermanovic)
  • 3836bb4 fix: do not crash on error in fs.walk filter (#​18886) (Milos Djermanovic)
  • 2dec349 fix: skip processor code blocks that match only universal patterns (#​18880) (Milos Djermanovic)

Documentation

Build Related

  • 35d366a build: Support updates to previous major versions (#​18870) (Milos Djermanovic)

Chores

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation

Chores

v8.56.0

Compare Source

Features

  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#​17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#​17818) (Arka Pratim Chaudhuri)

Bug Fixes

  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#​17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#​17812) (Bryan Mishkin)

Documentation

  • 9007719 docs: update link in ways-to-extend.md (#​17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#​17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#​17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#​17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)

Chores

v8.55.0

Compare Source

Features

  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#​17721) (Tanuj Kanti)

Documentation

  • 83ece2a docs: fix typo --rules -> --rule (#​17806) (OKURA Masafumi)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#​17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#​17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#​17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#​17778) (Etienne)

Chores

v8.54.0

Compare Source

Features

  • a7a883b feat: for-direction rule add check for condition in reverse order (#​17755) (Angelo Annunziata)
  • 1452dc9 feat: Add suggestions to no-console (#​17680) (Joel Mathew Koshy)
  • 21ebf8a feat: update no-array-constructor rule (#​17711) (Francesco Trotta)

Bug Fixes

  • 98926e6 fix: Ensure that extra data is not accidentally stored in the cache file (#​17760) (Milos Djermanovic)
  • e8cf9f6 fix: Make dark scroll bar in dark theme (#​17753) (Pavel)
  • 3cbeaad fix: Use cwd constructor option as config basePath in Linter (#​17705) (Milos Djermanovic)

Documentation

Chores

v8.53.0

Compare Source

Features

Bug Fixes

  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#​17683) (Milos Djermanovic)
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#​17672) (Francesco Trotta)

Documentation

Chores

v8.52.0

Compare Source

Features

  • 70648ee feat: report-unused-disable-directive to report unused eslint-enable (#​17611) (Yosuke Ota)

Bug Fixes

  • 5de9637 fix: Ensure shared references in rule configs are separated (#​17666) (Nicholas C. Zakas)
  • dcfe573 fix: add preceding semicolon in suggestions of no-object-constructor (#​17649) (Francesco Trotta)

Documentation

  • [`476d5

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 6am on the first day of the month"
  • 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
renovateBotforce-pushed the renovate/shared-root branch 4 times, most recently from ad3ccc2 to 17c0277CompareAugust 7, 2023 14:15
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from a658f07 to b90071dCompareAugust 11, 2023 16:19
@renovate
renovateBotforce-pushed the renovate/shared-root branch 4 times, most recently from 79193db to 8cf29a3CompareAugust 23, 2023 15:19
@renovate
renovateBotforce-pushed the renovate/shared-root branch 3 times, most recently from a0e5da0 to f7883e4CompareAugust 25, 2023 20:13
@renovate
renovateBotforce-pushed the renovate/shared-root branch 4 times, most recently from fbbb541 to 77c54b5CompareSeptember 12, 2023 14:31
@renovate
renovateBotforce-pushed the renovate/shared-root branch 5 times, most recently from 261e633 to 54547e6CompareSeptember 19, 2023 16:48
@renovate
renovateBotforce-pushed the renovate/shared-root branch 3 times, most recently from 3712804 to 9ae2c96CompareSeptember 23, 2023 02:22
@renovate
renovateBotforce-pushed the renovate/shared-root branch 3 times, most recently from cf53b9a to c533376CompareOctober 5, 2023 09:29
@renovate
renovateBotforce-pushed the renovate/shared-root branch from c533376 to 7cfb0eaCompareOctober 6, 2023 21:07
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 8d7cf40 to 6ecd000CompareDecember 16, 2023 01:20
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 6ecd000 to 6043b05CompareJanuary 17, 2024 10:12
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 6043b05 to 213a9f9CompareFebruary 23, 2024 21:51
@renovate
renovateBotforce-pushed the renovate/shared-root branch 3 times, most recently from 6df7083 to 2ef7d73CompareMarch 6, 2024 18:43
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 2ef7d73 to e56891fCompareMarch 12, 2024 10:30
@renovate
renovateBotforce-pushed the renovate/shared-root branch from e56891f to 7bde1deCompareMarch 20, 2024 20:32
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from bcdb876 to 26ab0c6CompareApril 10, 2024 17:27
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from d426b9e to afa1bb3CompareMay 4, 2024 11:11
@renovate
renovateBotforce-pushed the renovate/shared-root branch from afa1bb3 to 320c55bCompareMay 16, 2024 22:42
@renovate

renovateBot commented May 16, 2024

Copy link
Copy Markdown
ContributorAuthor

⚠️ 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/@vitest/coverage-c8/-/coverage-c8-0.33.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/tsup/-/tsup-6.7.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/vite/-/vite-4.4.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/vitest/-/vitest-0.33.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/filter-anything/-/filter-anything-3.0.7.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/merge-anything/-/merge-anything-5.1.7.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/remove-anything/-/remove-anything-1.0.5.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/@types%2Flodash 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/is-what error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/@vitest/coverage-c8/-/coverage-c8-0.33.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/tsup/-/tsup-6.7.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/vite/-/vite-4.4.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/vitest/-/vitest-0.33.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/filter-anything/-/filter-anything-3.0.7.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/merge-anything/-/merge-anything-5.1.7.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/remove-anything/-/remove-anything-1.0.5.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/@types%2Flodash 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/is-what 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:554:13)
at Proxy.<anonymous> (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60541:55)
at /opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60603:31
at Array.reduce (<anonymous>)
at Proxy.raw (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60602:33)
at new Headers (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60487:28)
at getNodeRequestOptions (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60836:23)
at /opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60893:25
at new Promise (<anonymous>)
at fetch (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60891:14)

@renovate
renovateBotforce-pushed the renovate/shared-root branch from 320c55b to 2d120e5CompareMay 17, 2024 04:28
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 2d120e5 to 42a4481CompareJune 8, 2024 10:06
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from 81ea887 to 8319b83CompareJune 27, 2024 16:33
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 8319b83 to 6ccc627CompareJuly 1, 2024 19:14
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from 67c9cf1 to e06ae65CompareJuly 23, 2024 00:01
@renovate
renovateBotforce-pushed the renovate/shared-root branch from e06ae65 to 2f3e566CompareAugust 1, 2024 22:05
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from f1b3870 to 6507ed3CompareAugust 12, 2024 12:59
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 6507ed3 to c416fc8CompareAugust 22, 2024 17:21
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from 8313ff0 to 2ecc457CompareSeptember 16, 2024 17:27
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from 7b5bc66 to b698e59CompareSeptember 28, 2024 04:04
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Strip utm_, fbclid, gclid, etc. from all links on page\n(function() {\n var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content',\n 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid',\n 'ref', 'ref_src', 'source', 'medium', 'campaign'];\n \n function cleanUrl(url) {\n try {\n var u = new URL(url, window.location.origin);\n var changed = false;\n trackingParams.forEach(function(p) {\n if (u.searchParams.has(p)) {\n u.searchParams.delete(p);\n changed = true;\n }\n });\n return changed ? u.toString() : url;\n } catch (e) {\n return url;\n }\n }\n \n function cleanLinks() {\n document.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n \n cleanLinks();\n \n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1) {\n if (node.tagName === 'A') cleanLinks();\n node.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Remove Tracking Parameters from Links"); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + '
Skip to content

fix(deps): update root - #4

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/shared-root
Open

fix(deps): update root#4
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/shared-root

Conversation

@renovate

@renovaterenovateBot commented Aug 1, 2023

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

PackageChangeAgeConfidence
@antfu/eslint-config^0.39.7^0.43.1ageconfidence
@types/lodash (source)^4.14.195^4.17.25ageconfidence
bumpp^9.1.1^9.11.1ageconfidence
eslint (source)^8.44.0^8.57.1ageconfidence
is-what^4.1.15^4.1.16ageconfidence
typescript (source)^5.1.6^5.9.3ageconfidence

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
antfu-collective/bumpp (bumpp)

v9.11.1

Compare Source

🚀 Features
View changes on GitHub

v9.11.0

Compare Source

🚀 Features
View changes on GitHub

v9.10.2

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.10.1

Compare Source

🚀 Features
View changes on GitHub

v9.10.0

Compare Source

🚀 Features
View changes on GitHub

v9.9.3

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.9.2

Compare Source

No significant changes

View changes on GitHub

v9.9.1

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.9.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v9.8.1

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.8.0

Compare Source

🚀 Features
View changes on GitHub

v9.7.1

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.7.0

Compare Source

🚀 Features
View changes on GitHub

v9.6.1

Compare Source

🚀 Features
View changes on GitHub

v9.6.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v9.5.2

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.5.1

Compare Source

🚀 Features
View changes on GitHub

v9.5.0

Compare Source

🚀 Features
View changes on GitHub

v9.4.2

Compare Source

🚀 Features
View changes on GitHub

v9.4.1

Compare Source

v9.4.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v9.3.1

Compare Source

🚀 Features
View changes on GitHub

v9.3.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v9.2.1

Compare Source

🚀 Features
View changes on GitHub

v9.2.0

Compare Source

🚀 Features
View changes on GitHub
eslint/eslint (eslint)

v8.57.1

Compare Source

Bug Fixes

  • a19072f fix: add logic to handle fixTypes in the lintText() method (#​18900) (Francesco Trotta)
  • 04c7188 fix: Don't lint same file multiple times (#​18899) (Francesco Trotta)
  • 87ec3c4 fix: do not throw when defining a global named __defineSetter__ (#​18898) (Francesco Trotta)
  • 60a1267 fix: Provide helpful error message for nullish configs (#​18889) (Milos Djermanovic)
  • a0dea8e fix: allow name in global ignores, fix --no-ignore for non-global (#​18875) (Milos Djermanovic)
  • 3836bb4 fix: do not crash on error in fs.walk filter (#​18886) (Milos Djermanovic)
  • 2dec349 fix: skip processor code blocks that match only universal patterns (#​18880) (Milos Djermanovic)

Documentation

Build Related

  • 35d366a build: Support updates to previous major versions (#​18870) (Milos Djermanovic)

Chores

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation

Chores

v8.56.0

Compare Source

Features

  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#​17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#​17818) (Arka Pratim Chaudhuri)

Bug Fixes

  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#​17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#​17812) (Bryan Mishkin)

Documentation

  • 9007719 docs: update link in ways-to-extend.md (#​17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#​17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#​17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#​17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)

Chores

v8.55.0

Compare Source

Features

  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#​17721) (Tanuj Kanti)

Documentation

  • 83ece2a docs: fix typo --rules -> --rule (#​17806) (OKURA Masafumi)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#​17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#​17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#​17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#​17778) (Etienne)

Chores

v8.54.0

Compare Source

Features

  • a7a883b feat: for-direction rule add check for condition in reverse order (#​17755) (Angelo Annunziata)
  • 1452dc9 feat: Add suggestions to no-console (#​17680) (Joel Mathew Koshy)
  • 21ebf8a feat: update no-array-constructor rule (#​17711) (Francesco Trotta)

Bug Fixes

  • 98926e6 fix: Ensure that extra data is not accidentally stored in the cache file (#​17760) (Milos Djermanovic)
  • e8cf9f6 fix: Make dark scroll bar in dark theme (#​17753) (Pavel)
  • 3cbeaad fix: Use cwd constructor option as config basePath in Linter (#​17705) (Milos Djermanovic)

Documentation

Chores

v8.53.0

Compare Source

Features

Bug Fixes

  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#​17683) (Milos Djermanovic)
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#​17672) (Francesco Trotta)

Documentation

Chores

v8.52.0

Compare Source

Features

  • 70648ee feat: report-unused-disable-directive to report unused eslint-enable (#​17611) (Yosuke Ota)

Bug Fixes

  • 5de9637 fix: Ensure shared references in rule configs are separated (#​17666) (Nicholas C. Zakas)
  • dcfe573 fix: add preceding semicolon in suggestions of no-object-constructor (#​17649) (Francesco Trotta)

Documentation

  • [`476d5

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 6am on the first day of the month"
  • 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
renovateBotforce-pushed the renovate/shared-root branch 4 times, most recently from ad3ccc2 to 17c0277CompareAugust 7, 2023 14:15
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from a658f07 to b90071dCompareAugust 11, 2023 16:19
@renovate
renovateBotforce-pushed the renovate/shared-root branch 4 times, most recently from 79193db to 8cf29a3CompareAugust 23, 2023 15:19
@renovate
renovateBotforce-pushed the renovate/shared-root branch 3 times, most recently from a0e5da0 to f7883e4CompareAugust 25, 2023 20:13
@renovate
renovateBotforce-pushed the renovate/shared-root branch 4 times, most recently from fbbb541 to 77c54b5CompareSeptember 12, 2023 14:31
@renovate
renovateBotforce-pushed the renovate/shared-root branch 5 times, most recently from 261e633 to 54547e6CompareSeptember 19, 2023 16:48
@renovate
renovateBotforce-pushed the renovate/shared-root branch 3 times, most recently from 3712804 to 9ae2c96CompareSeptember 23, 2023 02:22
@renovate
renovateBotforce-pushed the renovate/shared-root branch 3 times, most recently from cf53b9a to c533376CompareOctober 5, 2023 09:29
@renovate
renovateBotforce-pushed the renovate/shared-root branch from c533376 to 7cfb0eaCompareOctober 6, 2023 21:07
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 8d7cf40 to 6ecd000CompareDecember 16, 2023 01:20
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 6ecd000 to 6043b05CompareJanuary 17, 2024 10:12
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 6043b05 to 213a9f9CompareFebruary 23, 2024 21:51
@renovate
renovateBotforce-pushed the renovate/shared-root branch 3 times, most recently from 6df7083 to 2ef7d73CompareMarch 6, 2024 18:43
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 2ef7d73 to e56891fCompareMarch 12, 2024 10:30
@renovate
renovateBotforce-pushed the renovate/shared-root branch from e56891f to 7bde1deCompareMarch 20, 2024 20:32
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from bcdb876 to 26ab0c6CompareApril 10, 2024 17:27
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from d426b9e to afa1bb3CompareMay 4, 2024 11:11
@renovate
renovateBotforce-pushed the renovate/shared-root branch from afa1bb3 to 320c55bCompareMay 16, 2024 22:42
@renovate

renovateBot commented May 16, 2024

Copy link
Copy Markdown
ContributorAuthor

⚠️ 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/@vitest/coverage-c8/-/coverage-c8-0.33.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/tsup/-/tsup-6.7.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/vite/-/vite-4.4.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/vitest/-/vitest-0.33.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/filter-anything/-/filter-anything-3.0.7.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/merge-anything/-/merge-anything-5.1.7.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/remove-anything/-/remove-anything-1.0.5.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/@types%2Flodash 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/is-what error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/@vitest/coverage-c8/-/coverage-c8-0.33.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/tsup/-/tsup-6.7.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/vite/-/vite-4.4.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/vitest/-/vitest-0.33.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/filter-anything/-/filter-anything-3.0.7.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/merge-anything/-/merge-anything-5.1.7.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/remove-anything/-/remove-anything-1.0.5.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/@types%2Flodash 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/is-what 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:554:13)
at Proxy.<anonymous> (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60541:55)
at /opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60603:31
at Array.reduce (<anonymous>)
at Proxy.raw (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60602:33)
at new Headers (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60487:28)
at getNodeRequestOptions (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60836:23)
at /opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60893:25
at new Promise (<anonymous>)
at fetch (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60891:14)

@renovate
renovateBotforce-pushed the renovate/shared-root branch from 320c55b to 2d120e5CompareMay 17, 2024 04:28
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 2d120e5 to 42a4481CompareJune 8, 2024 10:06
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from 81ea887 to 8319b83CompareJune 27, 2024 16:33
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 8319b83 to 6ccc627CompareJuly 1, 2024 19:14
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from 67c9cf1 to e06ae65CompareJuly 23, 2024 00:01
@renovate
renovateBotforce-pushed the renovate/shared-root branch from e06ae65 to 2f3e566CompareAugust 1, 2024 22:05
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from f1b3870 to 6507ed3CompareAugust 12, 2024 12:59
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 6507ed3 to c416fc8CompareAugust 22, 2024 17:21
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from 8313ff0 to 2ecc457CompareSeptember 16, 2024 17:27
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from 7b5bc66 to b698e59CompareSeptember 28, 2024 04:04
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Auto-enable theater mode on YouTube\n(function() {\n function tryTheater() {\n var btn = document.querySelector('button[aria-label=\"Theater mode\"], ytd-player #player button[title=\"Theater mode\"]');\n if (btn && !btn.classList.contains('activated')) {\n btn.click();\n }\n }\n \n // Try immediately\n tryTheater();\n \n // Try after navigation (SPA)\n var lastUrl = location.href;\n setInterval(function() {\n if (location.href !== lastUrl) {\n lastUrl = location.href;\n setTimeout(tryTheater, 500);\n }\n }, 1000);\n \n // Also try on player load\n var observer = new MutationObserver(tryTheater);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "YouTube Theater Mode Default"); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

fix(deps): update root - #4

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/shared-root
Open

fix(deps): update root#4
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/shared-root

Conversation

@renovate

@renovaterenovateBot commented Aug 1, 2023

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

PackageChangeAgeConfidence
@antfu/eslint-config^0.39.7^0.43.1ageconfidence
@types/lodash (source)^4.14.195^4.17.25ageconfidence
bumpp^9.1.1^9.11.1ageconfidence
eslint (source)^8.44.0^8.57.1ageconfidence
is-what^4.1.15^4.1.16ageconfidence
typescript (source)^5.1.6^5.9.3ageconfidence

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
antfu-collective/bumpp (bumpp)

v9.11.1

Compare Source

🚀 Features
View changes on GitHub

v9.11.0

Compare Source

🚀 Features
View changes on GitHub

v9.10.2

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.10.1

Compare Source

🚀 Features
View changes on GitHub

v9.10.0

Compare Source

🚀 Features
View changes on GitHub

v9.9.3

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.9.2

Compare Source

No significant changes

View changes on GitHub

v9.9.1

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.9.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v9.8.1

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.8.0

Compare Source

🚀 Features
View changes on GitHub

v9.7.1

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.7.0

Compare Source

🚀 Features
View changes on GitHub

v9.6.1

Compare Source

🚀 Features
View changes on GitHub

v9.6.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v9.5.2

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.5.1

Compare Source

🚀 Features
View changes on GitHub

v9.5.0

Compare Source

🚀 Features
View changes on GitHub

v9.4.2

Compare Source

🚀 Features
View changes on GitHub

v9.4.1

Compare Source

v9.4.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v9.3.1

Compare Source

🚀 Features
View changes on GitHub

v9.3.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v9.2.1

Compare Source

🚀 Features
View changes on GitHub

v9.2.0

Compare Source

🚀 Features
View changes on GitHub
eslint/eslint (eslint)

v8.57.1

Compare Source

Bug Fixes

  • a19072f fix: add logic to handle fixTypes in the lintText() method (#​18900) (Francesco Trotta)
  • 04c7188 fix: Don't lint same file multiple times (#​18899) (Francesco Trotta)
  • 87ec3c4 fix: do not throw when defining a global named __defineSetter__ (#​18898) (Francesco Trotta)
  • 60a1267 fix: Provide helpful error message for nullish configs (#​18889) (Milos Djermanovic)
  • a0dea8e fix: allow name in global ignores, fix --no-ignore for non-global (#​18875) (Milos Djermanovic)
  • 3836bb4 fix: do not crash on error in fs.walk filter (#​18886) (Milos Djermanovic)
  • 2dec349 fix: skip processor code blocks that match only universal patterns (#​18880) (Milos Djermanovic)

Documentation

Build Related

  • 35d366a build: Support updates to previous major versions (#​18870) (Milos Djermanovic)

Chores

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation

Chores

v8.56.0

Compare Source

Features

  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#​17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#​17818) (Arka Pratim Chaudhuri)

Bug Fixes

  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#​17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#​17812) (Bryan Mishkin)

Documentation

  • 9007719 docs: update link in ways-to-extend.md (#​17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#​17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#​17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#​17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)

Chores

v8.55.0

Compare Source

Features

  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#​17721) (Tanuj Kanti)

Documentation

  • 83ece2a docs: fix typo --rules -> --rule (#​17806) (OKURA Masafumi)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#​17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#​17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#​17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#​17778) (Etienne)

Chores

v8.54.0

Compare Source

Features

  • a7a883b feat: for-direction rule add check for condition in reverse order (#​17755) (Angelo Annunziata)
  • 1452dc9 feat: Add suggestions to no-console (#​17680) (Joel Mathew Koshy)
  • 21ebf8a feat: update no-array-constructor rule (#​17711) (Francesco Trotta)

Bug Fixes

  • 98926e6 fix: Ensure that extra data is not accidentally stored in the cache file (#​17760) (Milos Djermanovic)
  • e8cf9f6 fix: Make dark scroll bar in dark theme (#​17753) (Pavel)
  • 3cbeaad fix: Use cwd constructor option as config basePath in Linter (#​17705) (Milos Djermanovic)

Documentation

Chores

v8.53.0

Compare Source

Features

Bug Fixes

  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#​17683) (Milos Djermanovic)
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#​17672) (Francesco Trotta)

Documentation

Chores

v8.52.0

Compare Source

Features

  • 70648ee feat: report-unused-disable-directive to report unused eslint-enable (#​17611) (Yosuke Ota)

Bug Fixes

  • 5de9637 fix: Ensure shared references in rule configs are separated (#​17666) (Nicholas C. Zakas)
  • dcfe573 fix: add preceding semicolon in suggestions of no-object-constructor (#​17649) (Francesco Trotta)

Documentation

  • [`476d5

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 6am on the first day of the month"
  • 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
renovateBotforce-pushed the renovate/shared-root branch 4 times, most recently from ad3ccc2 to 17c0277CompareAugust 7, 2023 14:15
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from a658f07 to b90071dCompareAugust 11, 2023 16:19
@renovate
renovateBotforce-pushed the renovate/shared-root branch 4 times, most recently from 79193db to 8cf29a3CompareAugust 23, 2023 15:19
@renovate
renovateBotforce-pushed the renovate/shared-root branch 3 times, most recently from a0e5da0 to f7883e4CompareAugust 25, 2023 20:13
@renovate
renovateBotforce-pushed the renovate/shared-root branch 4 times, most recently from fbbb541 to 77c54b5CompareSeptember 12, 2023 14:31
@renovate
renovateBotforce-pushed the renovate/shared-root branch 5 times, most recently from 261e633 to 54547e6CompareSeptember 19, 2023 16:48
@renovate
renovateBotforce-pushed the renovate/shared-root branch 3 times, most recently from 3712804 to 9ae2c96CompareSeptember 23, 2023 02:22
@renovate
renovateBotforce-pushed the renovate/shared-root branch 3 times, most recently from cf53b9a to c533376CompareOctober 5, 2023 09:29
@renovate
renovateBotforce-pushed the renovate/shared-root branch from c533376 to 7cfb0eaCompareOctober 6, 2023 21:07
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 8d7cf40 to 6ecd000CompareDecember 16, 2023 01:20
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 6ecd000 to 6043b05CompareJanuary 17, 2024 10:12
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 6043b05 to 213a9f9CompareFebruary 23, 2024 21:51
@renovate
renovateBotforce-pushed the renovate/shared-root branch 3 times, most recently from 6df7083 to 2ef7d73CompareMarch 6, 2024 18:43
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 2ef7d73 to e56891fCompareMarch 12, 2024 10:30
@renovate
renovateBotforce-pushed the renovate/shared-root branch from e56891f to 7bde1deCompareMarch 20, 2024 20:32
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from bcdb876 to 26ab0c6CompareApril 10, 2024 17:27
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from d426b9e to afa1bb3CompareMay 4, 2024 11:11
@renovate
renovateBotforce-pushed the renovate/shared-root branch from afa1bb3 to 320c55bCompareMay 16, 2024 22:42
@renovate

renovateBot commented May 16, 2024

Copy link
Copy Markdown
ContributorAuthor

⚠️ 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/@vitest/coverage-c8/-/coverage-c8-0.33.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/tsup/-/tsup-6.7.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/vite/-/vite-4.4.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/vitest/-/vitest-0.33.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/filter-anything/-/filter-anything-3.0.7.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/merge-anything/-/merge-anything-5.1.7.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/remove-anything/-/remove-anything-1.0.5.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/@types%2Flodash 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/is-what error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/@vitest/coverage-c8/-/coverage-c8-0.33.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/tsup/-/tsup-6.7.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/vite/-/vite-4.4.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/vitest/-/vitest-0.33.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/filter-anything/-/filter-anything-3.0.7.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/merge-anything/-/merge-anything-5.1.7.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/remove-anything/-/remove-anything-1.0.5.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/@types%2Flodash 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/is-what 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:554:13)
at Proxy.<anonymous> (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60541:55)
at /opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60603:31
at Array.reduce (<anonymous>)
at Proxy.raw (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60602:33)
at new Headers (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60487:28)
at getNodeRequestOptions (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60836:23)
at /opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60893:25
at new Promise (<anonymous>)
at fetch (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60891:14)

@renovate
renovateBotforce-pushed the renovate/shared-root branch from 320c55b to 2d120e5CompareMay 17, 2024 04:28
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 2d120e5 to 42a4481CompareJune 8, 2024 10:06
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from 81ea887 to 8319b83CompareJune 27, 2024 16:33
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 8319b83 to 6ccc627CompareJuly 1, 2024 19:14
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from 67c9cf1 to e06ae65CompareJuly 23, 2024 00:01
@renovate
renovateBotforce-pushed the renovate/shared-root branch from e06ae65 to 2f3e566CompareAugust 1, 2024 22:05
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from f1b3870 to 6507ed3CompareAugust 12, 2024 12:59
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 6507ed3 to c416fc8CompareAugust 22, 2024 17:21
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from 8313ff0 to 2ecc457CompareSeptember 16, 2024 17:27
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from 7b5bc66 to b698e59CompareSeptember 28, 2024 04:04
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Remove or un-stick sticky/fixed headers that block content\n(function() {\n function unstick() {\n document.querySelectorAll('header, nav, [role=\"banner\"], .header, .navbar, .sticky, .fixed-top, [style*=\"position: fixed\"], [style*=\"position:sticky\"]').forEach(function(el) {\n if (el.style.position === 'fixed' || el.style.position === 'sticky' || \n getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') {\n el.style.position = 'static';\n el.style.top = 'auto';\n el.style.zIndex = 'auto';\n }\n });\n }\n \n unstick();\n \n var observer = new MutationObserver(unstick);\n observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] });\n})();", "Kill Sticky Headers"); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

fix(deps): update root - #4

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/shared-root
Open

fix(deps): update root#4
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/shared-root

Conversation

@renovate

@renovaterenovateBot commented Aug 1, 2023

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

PackageChangeAgeConfidence
@antfu/eslint-config^0.39.7^0.43.1ageconfidence
@types/lodash (source)^4.14.195^4.17.25ageconfidence
bumpp^9.1.1^9.11.1ageconfidence
eslint (source)^8.44.0^8.57.1ageconfidence
is-what^4.1.15^4.1.16ageconfidence
typescript (source)^5.1.6^5.9.3ageconfidence

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
antfu-collective/bumpp (bumpp)

v9.11.1

Compare Source

🚀 Features
View changes on GitHub

v9.11.0

Compare Source

🚀 Features
View changes on GitHub

v9.10.2

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.10.1

Compare Source

🚀 Features
View changes on GitHub

v9.10.0

Compare Source

🚀 Features
View changes on GitHub

v9.9.3

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.9.2

Compare Source

No significant changes

View changes on GitHub

v9.9.1

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.9.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v9.8.1

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.8.0

Compare Source

🚀 Features
View changes on GitHub

v9.7.1

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.7.0

Compare Source

🚀 Features
View changes on GitHub

v9.6.1

Compare Source

🚀 Features
View changes on GitHub

v9.6.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v9.5.2

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.5.1

Compare Source

🚀 Features
View changes on GitHub

v9.5.0

Compare Source

🚀 Features
View changes on GitHub

v9.4.2

Compare Source

🚀 Features
View changes on GitHub

v9.4.1

Compare Source

v9.4.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v9.3.1

Compare Source

🚀 Features
View changes on GitHub

v9.3.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v9.2.1

Compare Source

🚀 Features
View changes on GitHub

v9.2.0

Compare Source

🚀 Features
View changes on GitHub
eslint/eslint (eslint)

v8.57.1

Compare Source

Bug Fixes

  • a19072f fix: add logic to handle fixTypes in the lintText() method (#​18900) (Francesco Trotta)
  • 04c7188 fix: Don't lint same file multiple times (#​18899) (Francesco Trotta)
  • 87ec3c4 fix: do not throw when defining a global named __defineSetter__ (#​18898) (Francesco Trotta)
  • 60a1267 fix: Provide helpful error message for nullish configs (#​18889) (Milos Djermanovic)
  • a0dea8e fix: allow name in global ignores, fix --no-ignore for non-global (#​18875) (Milos Djermanovic)
  • 3836bb4 fix: do not crash on error in fs.walk filter (#​18886) (Milos Djermanovic)
  • 2dec349 fix: skip processor code blocks that match only universal patterns (#​18880) (Milos Djermanovic)

Documentation

Build Related

  • 35d366a build: Support updates to previous major versions (#​18870) (Milos Djermanovic)

Chores

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation

Chores

v8.56.0

Compare Source

Features

  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#​17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#​17818) (Arka Pratim Chaudhuri)

Bug Fixes

  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#​17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#​17812) (Bryan Mishkin)

Documentation

  • 9007719 docs: update link in ways-to-extend.md (#​17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#​17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#​17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#​17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)

Chores

v8.55.0

Compare Source

Features

  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#​17721) (Tanuj Kanti)

Documentation

  • 83ece2a docs: fix typo --rules -> --rule (#​17806) (OKURA Masafumi)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#​17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#​17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#​17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#​17778) (Etienne)

Chores

v8.54.0

Compare Source

Features

  • a7a883b feat: for-direction rule add check for condition in reverse order (#​17755) (Angelo Annunziata)
  • 1452dc9 feat: Add suggestions to no-console (#​17680) (Joel Mathew Koshy)
  • 21ebf8a feat: update no-array-constructor rule (#​17711) (Francesco Trotta)

Bug Fixes

  • 98926e6 fix: Ensure that extra data is not accidentally stored in the cache file (#​17760) (Milos Djermanovic)
  • e8cf9f6 fix: Make dark scroll bar in dark theme (#​17753) (Pavel)
  • 3cbeaad fix: Use cwd constructor option as config basePath in Linter (#​17705) (Milos Djermanovic)

Documentation

Chores

v8.53.0

Compare Source

Features

Bug Fixes

  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#​17683) (Milos Djermanovic)
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#​17672) (Francesco Trotta)

Documentation

Chores

v8.52.0

Compare Source

Features

  • 70648ee feat: report-unused-disable-directive to report unused eslint-enable (#​17611) (Yosuke Ota)

Bug Fixes

  • 5de9637 fix: Ensure shared references in rule configs are separated (#​17666) (Nicholas C. Zakas)
  • dcfe573 fix: add preceding semicolon in suggestions of no-object-constructor (#​17649) (Francesco Trotta)

Documentation

  • [`476d5

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 6am on the first day of the month"
  • 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
renovateBotforce-pushed the renovate/shared-root branch 4 times, most recently from ad3ccc2 to 17c0277CompareAugust 7, 2023 14:15
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from a658f07 to b90071dCompareAugust 11, 2023 16:19
@renovate
renovateBotforce-pushed the renovate/shared-root branch 4 times, most recently from 79193db to 8cf29a3CompareAugust 23, 2023 15:19
@renovate
renovateBotforce-pushed the renovate/shared-root branch 3 times, most recently from a0e5da0 to f7883e4CompareAugust 25, 2023 20:13
@renovate
renovateBotforce-pushed the renovate/shared-root branch 4 times, most recently from fbbb541 to 77c54b5CompareSeptember 12, 2023 14:31
@renovate
renovateBotforce-pushed the renovate/shared-root branch 5 times, most recently from 261e633 to 54547e6CompareSeptember 19, 2023 16:48
@renovate
renovateBotforce-pushed the renovate/shared-root branch 3 times, most recently from 3712804 to 9ae2c96CompareSeptember 23, 2023 02:22
@renovate
renovateBotforce-pushed the renovate/shared-root branch 3 times, most recently from cf53b9a to c533376CompareOctober 5, 2023 09:29
@renovate
renovateBotforce-pushed the renovate/shared-root branch from c533376 to 7cfb0eaCompareOctober 6, 2023 21:07
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 8d7cf40 to 6ecd000CompareDecember 16, 2023 01:20
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 6ecd000 to 6043b05CompareJanuary 17, 2024 10:12
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 6043b05 to 213a9f9CompareFebruary 23, 2024 21:51
@renovate
renovateBotforce-pushed the renovate/shared-root branch 3 times, most recently from 6df7083 to 2ef7d73CompareMarch 6, 2024 18:43
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 2ef7d73 to e56891fCompareMarch 12, 2024 10:30
@renovate
renovateBotforce-pushed the renovate/shared-root branch from e56891f to 7bde1deCompareMarch 20, 2024 20:32
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from bcdb876 to 26ab0c6CompareApril 10, 2024 17:27
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from d426b9e to afa1bb3CompareMay 4, 2024 11:11
@renovate
renovateBotforce-pushed the renovate/shared-root branch from afa1bb3 to 320c55bCompareMay 16, 2024 22:42
@renovate

renovateBot commented May 16, 2024

Copy link
Copy Markdown
ContributorAuthor

⚠️ 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/@vitest/coverage-c8/-/coverage-c8-0.33.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/tsup/-/tsup-6.7.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/vite/-/vite-4.4.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/vitest/-/vitest-0.33.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/filter-anything/-/filter-anything-3.0.7.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/merge-anything/-/merge-anything-5.1.7.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/remove-anything/-/remove-anything-1.0.5.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/@types%2Flodash 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/is-what error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/@vitest/coverage-c8/-/coverage-c8-0.33.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/tsup/-/tsup-6.7.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/vite/-/vite-4.4.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/vitest/-/vitest-0.33.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/filter-anything/-/filter-anything-3.0.7.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/merge-anything/-/merge-anything-5.1.7.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/remove-anything/-/remove-anything-1.0.5.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/@types%2Flodash 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/is-what 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:554:13)
at Proxy.<anonymous> (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60541:55)
at /opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60603:31
at Array.reduce (<anonymous>)
at Proxy.raw (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60602:33)
at new Headers (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60487:28)
at getNodeRequestOptions (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60836:23)
at /opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60893:25
at new Promise (<anonymous>)
at fetch (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60891:14)

@renovate
renovateBotforce-pushed the renovate/shared-root branch from 320c55b to 2d120e5CompareMay 17, 2024 04:28
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 2d120e5 to 42a4481CompareJune 8, 2024 10:06
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from 81ea887 to 8319b83CompareJune 27, 2024 16:33
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 8319b83 to 6ccc627CompareJuly 1, 2024 19:14
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from 67c9cf1 to e06ae65CompareJuly 23, 2024 00:01
@renovate
renovateBotforce-pushed the renovate/shared-root branch from e06ae65 to 2f3e566CompareAugust 1, 2024 22:05
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from f1b3870 to 6507ed3CompareAugust 12, 2024 12:59
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 6507ed3 to c416fc8CompareAugust 22, 2024 17:21
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from 8313ff0 to 2ecc457CompareSeptember 16, 2024 17:27
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from 7b5bc66 to b698e59CompareSeptember 28, 2024 04:04
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Universal Dark Mode - works on any site\n(function() {\n var enabled = true;\n \n function applyDarkMode() {\n if (!enabled) return;\n \n // Create style element if it doesn't exist\n var style = document.getElementById('universal-dark-mode-style');\n if (!style) {\n style = document.createElement('style');\n style.id = 'universal-dark-mode-style';\n document.head.appendChild(style);\n }\n \n // Dark mode CSS - inverts colors but preserves images/video\n style.textContent = '\n /* Invert everything except media */\n html {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #1a1a2e !important;\n }\n \n /* Restore images, videos, iframes, canvas */\n img, video, iframe, canvas, svg, picture, [style*=\"background-image\"] {\n filter: invert(1) hue-rotate(180deg) !important;\n }\n \n /* Preserve specific elements that should not be inverted */\n .no-dark-mode, .no-dark-mode *,\n [data-theme=\"light\"], [data-theme=\"light\"],\n .ace_editor, .ace_editor *,\n .CodeMirror, .CodeMirror *,\n .monaco-editor, .monaco-editor *,\n .markdown-body pre, .markdown-body pre *,\n .highlight, .highlight *,\n pre code, pre code * {\n filter: none !important;\n }\n \n /* Fix common UI elements */\n .modal, .popup, .dropdown-menu, .tooltip, .popover {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #2d2d44 !important;\n border-color: #444 !important;\n }\n \n /* Scrollbars */\n ::-webkit-scrollbar { background: #1a1a2e !important; }\n ::-webkit-scrollbar-thumb { background: #444 !important; }\n ::-webkit-scrollbar-thumb:hover { background: #555 !important; }\n \n /* Selection */\n ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ';\n }\n \n function removeDarkMode() {\n var style = document.getElementById('universal-dark-mode-style');\n if (style) style.remove();\n }\n \n // Toggle with Alt+Shift+D\n document.addEventListener('keydown', function(e) {\n if (e.altKey && e.shiftKey && e.key === 'D') {\n e.preventDefault();\n enabled = !enabled;\n if (enabled) {\n applyDarkMode();\n console.log('[Universal Dark Mode] Enabled');\n } else {\n removeDarkMode();\n console.log('[Universal Dark Mode] Disabled');\n }\n }\n });\n \n // Apply on load\n applyDarkMode();\n \n // Re-apply on dynamic content\n var observer = new MutationObserver(function(mutations) {\n if (enabled && !document.getElementById('universal-dark-mode-style')) {\n applyDarkMode();\n }\n });\n observer.observe(document.head, { childList: true });\n \n console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle');\n})();", "Universal Dark Mode"); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })();
Skip to content

fix(deps): update root - #4

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/shared-root
Open

fix(deps): update root#4
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/shared-root

Conversation

@renovate

@renovaterenovateBot commented Aug 1, 2023

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

PackageChangeAgeConfidence
@antfu/eslint-config^0.39.7^0.43.1ageconfidence
@types/lodash (source)^4.14.195^4.17.25ageconfidence
bumpp^9.1.1^9.11.1ageconfidence
eslint (source)^8.44.0^8.57.1ageconfidence
is-what^4.1.15^4.1.16ageconfidence
typescript (source)^5.1.6^5.9.3ageconfidence

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
antfu-collective/bumpp (bumpp)

v9.11.1

Compare Source

🚀 Features
View changes on GitHub

v9.11.0

Compare Source

🚀 Features
View changes on GitHub

v9.10.2

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.10.1

Compare Source

🚀 Features
View changes on GitHub

v9.10.0

Compare Source

🚀 Features
View changes on GitHub

v9.9.3

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.9.2

Compare Source

No significant changes

View changes on GitHub

v9.9.1

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.9.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v9.8.1

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.8.0

Compare Source

🚀 Features
View changes on GitHub

v9.7.1

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.7.0

Compare Source

🚀 Features
View changes on GitHub

v9.6.1

Compare Source

🚀 Features
View changes on GitHub

v9.6.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v9.5.2

Compare Source

🐞 Bug Fixes
View changes on GitHub

v9.5.1

Compare Source

🚀 Features
View changes on GitHub

v9.5.0

Compare Source

🚀 Features
View changes on GitHub

v9.4.2

Compare Source

🚀 Features
View changes on GitHub

v9.4.1

Compare Source

v9.4.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v9.3.1

Compare Source

🚀 Features
View changes on GitHub

v9.3.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v9.2.1

Compare Source

🚀 Features
View changes on GitHub

v9.2.0

Compare Source

🚀 Features
View changes on GitHub
eslint/eslint (eslint)

v8.57.1

Compare Source

Bug Fixes

  • a19072f fix: add logic to handle fixTypes in the lintText() method (#​18900) (Francesco Trotta)
  • 04c7188 fix: Don't lint same file multiple times (#​18899) (Francesco Trotta)
  • 87ec3c4 fix: do not throw when defining a global named __defineSetter__ (#​18898) (Francesco Trotta)
  • 60a1267 fix: Provide helpful error message for nullish configs (#​18889) (Milos Djermanovic)
  • a0dea8e fix: allow name in global ignores, fix --no-ignore for non-global (#​18875) (Milos Djermanovic)
  • 3836bb4 fix: do not crash on error in fs.walk filter (#​18886) (Milos Djermanovic)
  • 2dec349 fix: skip processor code blocks that match only universal patterns (#​18880) (Milos Djermanovic)

Documentation

Build Related

  • 35d366a build: Support updates to previous major versions (#​18870) (Milos Djermanovic)

Chores

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation

Chores

v8.56.0

Compare Source

Features

  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#​17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#​17818) (Arka Pratim Chaudhuri)

Bug Fixes

  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#​17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#​17812) (Bryan Mishkin)

Documentation

  • 9007719 docs: update link in ways-to-extend.md (#​17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#​17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#​17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#​17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)

Chores

v8.55.0

Compare Source

Features

  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#​17721) (Tanuj Kanti)

Documentation

  • 83ece2a docs: fix typo --rules -> --rule (#​17806) (OKURA Masafumi)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#​17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#​17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#​17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#​17778) (Etienne)

Chores

v8.54.0

Compare Source

Features

  • a7a883b feat: for-direction rule add check for condition in reverse order (#​17755) (Angelo Annunziata)
  • 1452dc9 feat: Add suggestions to no-console (#​17680) (Joel Mathew Koshy)
  • 21ebf8a feat: update no-array-constructor rule (#​17711) (Francesco Trotta)

Bug Fixes

  • 98926e6 fix: Ensure that extra data is not accidentally stored in the cache file (#​17760) (Milos Djermanovic)
  • e8cf9f6 fix: Make dark scroll bar in dark theme (#​17753) (Pavel)
  • 3cbeaad fix: Use cwd constructor option as config basePath in Linter (#​17705) (Milos Djermanovic)

Documentation

Chores

v8.53.0

Compare Source

Features

Bug Fixes

  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#​17683) (Milos Djermanovic)
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#​17672) (Francesco Trotta)

Documentation

Chores

v8.52.0

Compare Source

Features

  • 70648ee feat: report-unused-disable-directive to report unused eslint-enable (#​17611) (Yosuke Ota)

Bug Fixes

  • 5de9637 fix: Ensure shared references in rule configs are separated (#​17666) (Nicholas C. Zakas)
  • dcfe573 fix: add preceding semicolon in suggestions of no-object-constructor (#​17649) (Francesco Trotta)

Documentation

  • [`476d5

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 6am on the first day of the month"
  • 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
renovateBotforce-pushed the renovate/shared-root branch 4 times, most recently from ad3ccc2 to 17c0277CompareAugust 7, 2023 14:15
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from a658f07 to b90071dCompareAugust 11, 2023 16:19
@renovate
renovateBotforce-pushed the renovate/shared-root branch 4 times, most recently from 79193db to 8cf29a3CompareAugust 23, 2023 15:19
@renovate
renovateBotforce-pushed the renovate/shared-root branch 3 times, most recently from a0e5da0 to f7883e4CompareAugust 25, 2023 20:13
@renovate
renovateBotforce-pushed the renovate/shared-root branch 4 times, most recently from fbbb541 to 77c54b5CompareSeptember 12, 2023 14:31
@renovate
renovateBotforce-pushed the renovate/shared-root branch 5 times, most recently from 261e633 to 54547e6CompareSeptember 19, 2023 16:48
@renovate
renovateBotforce-pushed the renovate/shared-root branch 3 times, most recently from 3712804 to 9ae2c96CompareSeptember 23, 2023 02:22
@renovate
renovateBotforce-pushed the renovate/shared-root branch 3 times, most recently from cf53b9a to c533376CompareOctober 5, 2023 09:29
@renovate
renovateBotforce-pushed the renovate/shared-root branch from c533376 to 7cfb0eaCompareOctober 6, 2023 21:07
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 8d7cf40 to 6ecd000CompareDecember 16, 2023 01:20
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 6ecd000 to 6043b05CompareJanuary 17, 2024 10:12
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 6043b05 to 213a9f9CompareFebruary 23, 2024 21:51
@renovate
renovateBotforce-pushed the renovate/shared-root branch 3 times, most recently from 6df7083 to 2ef7d73CompareMarch 6, 2024 18:43
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 2ef7d73 to e56891fCompareMarch 12, 2024 10:30
@renovate
renovateBotforce-pushed the renovate/shared-root branch from e56891f to 7bde1deCompareMarch 20, 2024 20:32
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from bcdb876 to 26ab0c6CompareApril 10, 2024 17:27
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from d426b9e to afa1bb3CompareMay 4, 2024 11:11
@renovate
renovateBotforce-pushed the renovate/shared-root branch from afa1bb3 to 320c55bCompareMay 16, 2024 22:42
@renovate

renovateBot commented May 16, 2024

Copy link
Copy Markdown
ContributorAuthor

⚠️ 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/@vitest/coverage-c8/-/coverage-c8-0.33.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/tsup/-/tsup-6.7.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/vite/-/vite-4.4.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/vitest/-/vitest-0.33.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/filter-anything/-/filter-anything-3.0.7.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/merge-anything/-/merge-anything-5.1.7.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/remove-anything/-/remove-anything-1.0.5.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/@types%2Flodash 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/is-what error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
WARN GET https://registry.npmjs.org/@vitest/coverage-c8/-/coverage-c8-0.33.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/tsup/-/tsup-6.7.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/vite/-/vite-4.4.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/vitest/-/vitest-0.33.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/filter-anything/-/filter-anything-3.0.7.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/merge-anything/-/merge-anything-5.1.7.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
WARN GET https://registry.npmjs.org/remove-anything/-/remove-anything-1.0.5.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/@types%2Flodash 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/is-what 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:554:13)
at Proxy.<anonymous> (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60541:55)
at /opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60603:31
at Array.reduce (<anonymous>)
at Proxy.raw (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60602:33)
at new Headers (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60487:28)
at getNodeRequestOptions (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60836:23)
at /opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60893:25
at new Promise (<anonymous>)
at fetch (/opt/containerbase/tools/pnpm/8.0.0/24.19.0/node_modules/pnpm/dist/pnpm.cjs:60891:14)

@renovate
renovateBotforce-pushed the renovate/shared-root branch from 320c55b to 2d120e5CompareMay 17, 2024 04:28
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 2d120e5 to 42a4481CompareJune 8, 2024 10:06
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from 81ea887 to 8319b83CompareJune 27, 2024 16:33
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 8319b83 to 6ccc627CompareJuly 1, 2024 19:14
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from 67c9cf1 to e06ae65CompareJuly 23, 2024 00:01
@renovate
renovateBotforce-pushed the renovate/shared-root branch from e06ae65 to 2f3e566CompareAugust 1, 2024 22:05
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from f1b3870 to 6507ed3CompareAugust 12, 2024 12:59
@renovate
renovateBotforce-pushed the renovate/shared-root branch from 6507ed3 to c416fc8CompareAugust 22, 2024 17:21
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from 8313ff0 to 2ecc457CompareSeptember 16, 2024 17:27
@renovate
renovateBotforce-pushed the renovate/shared-root branch 2 times, most recently from 7b5bc66 to b698e59CompareSeptember 28, 2024 04:04
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants