fix(deps): update docs-and-infra-deps #750
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
chore(deps): fix(deps): update docs-and-infra-deps
Manual changes
GitHub Actions Failures
The upgrade of
actions/setup-node
tov5
caused CI workflows to fail. The new version of the action attempts to automatically detect and set uppnpm
, but it was running beforecorepack
was enabled in our workflow steps. This resulted in an error where thepnpm
executable could not be found.The fix involved reordering the workflow steps to run
corepack enable
before theactions/setup-node
step. This ensurespnpm
is available in the environment when the action needs it. This change was applied to all relevant CI workflows.Cloudflare Pages Deployment Failure
The docs site deployment began failing during the
astro build
process with a module compatibility error (Dynamic require of "path" is not supported
).The failure was traced to the
@fujocoded/expressive-code-output
package, which was updated from0.0.1
to0.1.0
. An investigation of the package's contents revealed a build issue: theexports
map in itspackage.json
had itsimport
andrequire
conditions swapped. The entry for ESM consumers incorrectly pointed to a file containing CommonJSrequire()
calls.Given the packaging bug and an unstable versioning history observed in the dependency's repository, the package was downgraded back to the last known stable version,
0.0.1
, to ensure the docs site builds correctly.Automated changes
This PR contains the following updates:
^2.21.1
->^5.0.0
4.3.5
->4.3.6
^0.35.2
->^0.36.0
1.0.0-beta.3
->1.0.0-beta.4
^0.0.1
->^0.1.0
^0.21.4
->^0.25.0
13.2.0
->13.2.2
13.2.0
->13.2.2
0.5.18
->0.5.19
4.1.13
->4.1.14
22.14.0
->22.18.8
^20.14.2
->^22.0.0
v4
->v5
v4
->v5
5.13.7
->5.14.1
0.9.0
->0.9.1
9.36.0
->9.37.0
~5.26.0
->~5.64.0
^0.27.4
->^0.28.0
22.14.0
->22.20.0
10.0.0
->10.18.0
10.17.1
->10.18.0
3.5.3
->3.6.2
7.63.0
->7.64.0
2.15.4
->3.2.1
v40.2.2
->v43.0.14
6.1.0
->6.1.2
3.3.1
->3.4.0
^0.32.6
->^0.34.0
^0.5.1
->^0.6.0
4.1.13
->4.1.14
4.19.4
->4.20.6
5.8.3
->5.9.3
3.1.1
->3.2.4
4.35.0
->4.42.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
This PR updates the following dependencies:
Release Notes
antfu/eslint-config (@antfu/eslint-config)
v5.4.1
Compare Source
No significant changes
View changes on GitHub
v5.4.0
Compare Source
No significant changes
View changes on GitHub
v5.3.0
Compare Source
🐞 Bug Fixes
View changes on GitHub
v5.2.2
Compare Source
🚀 Features
View changes on GitHub
v5.2.1
Compare Source
No significant changes
View changes on GitHub
v5.2.0
Compare Source
🚀 Features
View changes on GitHub
v5.1.0
Compare Source
🚀 Features
eslint-plugin-jsdoc
to v52 - by @antfu (80e4a)View changes on GitHub
v5.0.0
Compare Source
🚨 Breaking Changes
@next/next
tonext
- by @antfu (fc2e6)🐞 Bug Fixes
TypedFlatConfigItem
to provide rules auto-completion - by @astrochemx in #742 (aa975)View changes on GitHub
v4.19.0
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v4.18.0
Compare Source
🚀 Features
View changes on GitHub
v4.17.0
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v4.16.2
Compare Source
No significant changes
View changes on GitHub
v4.16.1
Compare Source
🐞 Bug Fixes
eslint-plugin-command
- by @antfu (195da)View changes on GitHub
v4.16.0
Compare Source
🚀 Features
View changes on GitHub
v4.15.0
Compare Source
🚀 Features
View changes on GitHub
v4.14.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v4.14.0
Compare Source
🐞 Bug Fixes
eslint-plugin-import-x
- by @antfu (db5a3)View changes on GitHub
v4.13.3
Compare Source
No significant changes
View changes on GitHub
v4.13.2
Compare Source
No significant changes
View changes on GitHub
v4.13.1
Compare Source
No significant changes
View changes on GitHub
v4.13.0
Compare Source
🚀 Features
unicorn
to v59 - by @antfu (e545c)🐞 Bug Fixes
View changes on GitHub
v4.12.1
Compare Source
No significant changes
View changes on GitHub
v4.12.0
Compare Source
🚀 Features
unicorn
andsvelte
to overrides rules - by @oliver139 in #701 (af93c)View changes on GitHub
v4.11.0
Compare Source
🚀 Features
View changes on GitHub
v4.10.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
v4.10.1
Compare Source
No significant changes
View changes on GitHub
v4.10.0
Compare Source
🚀 Features
View changes on GitHub
v4.9.0
Compare Source
🚀 Features
View changes on GitHub
v4.8.1
Compare Source
🚀 Features
View changes on GitHub
v4.7.0
Compare Source
🚀 Features
View changes on GitHub
v4.6.0
Compare Source
🚀 Features
pnpmCatalogs
support - by @antfu (d410d)View changes on GitHub
v4.5.1
Compare Source
🐞 Bug Fixes
no-instanceof-array
tono-instanceof-builtins
- by @9romise in #674 (b9549)View changes on GitHub
v4.5.0
Compare Source
🚀 Features
eslint-plugin-vue
to v10 - by @antfu (4dc4e)View changes on GitHub
v4.4.0
Compare Source
🚀 Features
generator-star
andyield-star
spacing - by @antfu (e5dac)View changes on GitHub
v4.3.0
Compare Source
🚀 Features
unicorn
to v57,eslint-stylistic
to v4 - by @antfu (c1873)🏎 Performance
yargs
tocac
- by @antfu (4344a)View changes on GitHub
v4.2.1
Compare Source
🚀 Features
View changes on GitHub
v4.2.0
Compare Source
🚀 Features
@stylistic
to v4.0 - by @antfu (41c21)View changes on GitHub
v4.1.1
Compare Source
No significant changes
View changes on GitHub
v4.1.0
Compare Source
🚀 Features
fixStyle
tots/consistent-type-imports
- by @antfu (22bf2)View changes on GitHub
v4.0.1
Compare Source
🚀 Features
View changes on GitHub
v4.0.0
Compare Source
🚨 Breaking Changes
View changes on GitHub
v3.16.0
Compare Source
🚀 Features
View changes on GitHub
v3.15.0
Compare Source
🚀 Features
prefer-const
in editor - by @antfu (12dd5)View changes on GitHub
v3.14.0
Compare Source
🚀 Features
View changes on GitHub
v3.13.0
Compare Source
🚀 Features
View changes on GitHub
v3.12.2
Compare Source
🚀 Features
View changes on GitHub
v3.12.1
Compare Source
No significant changes
View changes on GitHub
v3.12.0
Compare Source
🚀 Features
@eslint-react/eslint-plugin
to ^1.19.0 - by @Rel1cx in #642 (a0a82)View changes on GitHub
v3.11.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
v3.11.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v3.11.0
Compare Source
🐞 Bug Fixes
antfu/no-top-level-await
for Astro - by @kidonng in #638 (40ee7)View changes on GitHub
v3.10.0
Compare Source
🚀 Features
perfectionist
to v4 - by @antfu (667c4)View changes on GitHub
v3.9.2
Compare Source
🚀 Features
View changes on GitHub
v3.9.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v3.8.0
Compare Source
🚀 Features
View changes on GitHub
v3.7.3
Compare Source
🐞 Bug Fixes
View changes on GitHub
v3.7.2
Compare Source
🚀 Features
🐞 Bug Fixes
antfu/no-top-level-await
for markdown snippets - by @antfu (a984c)View changes on GitHub
v3.7.1
Compare Source
🚀 Features
View changes on GitHub
v3.7.0
Compare Source
🚀 Features
antfu/no-top-level-await
- by @antfu (a08aa)🐞 Bug Fixes
explicit-function-return-type
in markdown code - by @antfu (60ffd)ts/explicit-function-return-type
in vue files - by @antfu (1788d)View changes on GitHub
v3.6.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
v3.6.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v3.6.0
Compare Source
🐞 Bug Fixes
perfectionist/sort-imports
sort types always on top - by @antfu (e2839)View changes on GitHub
v3.5.1
Compare Source
No significant changes
View changes on GitHub
v3.5.0
Compare Source
🚀 Features
🐞 Bug Fixes
unicorn/consistent-function-scoping
- by @antfu (5363d)View changes on GitHub
v3.4.1
Compare Source
No significant changes
View changes on GitHub
v3.4.0
Compare Source
🚀 Features
@types/eslint
- by @antfu (21e9c)View changes on GitHub
v3.3.2
Compare Source
🐞 Bug Fixes
side-effect
inperfectionist/sort-imports
- by @antfu (298f3)View changes on GitHub
[
v3.3.1
](https://redirect.github.cConfiguration
📅 Schedule: Branch creation - "at 00:00 on sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.