Bump the minor-patch group with 4 updates
Bumps the minor-patch group with 4 updates: @typescript-eslint/eslint-plugin, @typescript-eslint/parser, npm-run-all2 and vitepress.
Updates @typescript-eslint/eslint-plugin from 7.8.0 to 7.9.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v7.9.0
7.9.0 (2024-05-13)
🚀 Features
- rule-tester: check for missing placeholder data in the message (#9039)
🩹 Fixes
- do not pass tsconfig canonical file name to typescript API to get program details for config file (#9042)
- eslint-plugin: [explicit-function-return-types] fix false positive on default parameters (#9045)
❤️ Thank You
- Kirk Waiblinger
- Sheetal Nandi
- Vinccool96
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
7.9.0 (2024-05-13)
🩹 Fixes
- eslint-plugin: [explicit-function-return-types] fix false positive on default parameters
❤️ Thank You
- Kirk Waiblinger
- Sheetal Nandi
- Vinccool96
You can read about our versioning strategy and releases on our website.
Commits
77fc366chore(release): publish 7.9.0f53fecechore: add knip (#8192)8acb8d4fix(eslint-plugin): [explicit-function-return-types] fix false positive on de...d696ea2docs(eslint-plugin): fix several 404 URLs (#9064)37a41d9docs: fix broken link toimport/no-duplicatesonno-duplicate-importspag...ab92621docs: correct its/it's spelling (#9048)f248e68docs: [no-floating-promises] remove ugly commas (#9034)6e1241bdocs: fix no-unnecessary-boolean-literal-compare example (#8981)- See full diff in compare view
Updates @typescript-eslint/parser from 7.8.0 to 7.9.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v7.9.0
7.9.0 (2024-05-13)
🚀 Features
- rule-tester: check for missing placeholder data in the message (#9039)
🩹 Fixes
- do not pass tsconfig canonical file name to typescript API to get program details for config file (#9042)
- eslint-plugin: [explicit-function-return-types] fix false positive on default parameters (#9045)
❤️ Thank You
- Kirk Waiblinger
- Sheetal Nandi
- Vinccool96
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/parser's changelog.
7.9.0 (2024-05-13)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
77fc366chore(release): publish 7.9.0f53fecechore: add knip (#8192)- See full diff in compare view
Updates npm-run-all2 from 6.1.2 to 6.2.0
Release notes
Sourced from npm-run-all2's releases.
v6.2.0
Merged
- Placeholder that unfolds into multiple tasks
[#134](https://github.com/bcomnes/npm-run-all2/issues/134)- 📝 add compatibility note for pnpm.
[#136](https://github.com/bcomnes/npm-run-all2/issues/136)- Upgrade: Bump codecov/codecov-action from 3 to 4
[#131](https://github.com/bcomnes/npm-run-all2/issues/131)
Changelog
Sourced from npm-run-all2's changelog.
v6.2.0
Merged
- Placeholder that unfolds into multiple tasks
[#134](https://github.com/bcomnes/npm-run-all2/issues/134)- 📝 add compatibility note for pnpm.
[#136](https://github.com/bcomnes/npm-run-all2/issues/136)- Upgrade: Bump codecov/codecov-action from 3 to 4
[#131](https://github.com/bcomnes/npm-run-all2/issues/131)
Commits
Updates vitepress from 1.1.4 to 1.2.0
Changelog
Sourced from vitepress's changelog.
1.2.0 (2024-05-18)
Bug Fixes
- build: show file info on error (f0debd2)
- dev: match dev and prod routing behavior (#3837) (b360ac8)
- markdown: entities and escapes not working properly (#3882) (d5dbd70)
- render 404 page completely on client to infer locale from browser path (#3858) (728cb15)
- style: prefer YaHei over DengXian (f0a37b4)
- theme/regression: custom font not applying in Chinese docs because of specificity (fa2f38a), closes #3864
- theme: external link icon not visible for target _blank links (d08eeed), closes #3327
- theme: fix invalid vp-offset in ssr (9794877)
Features
Commits
1699abfrelease: v1.2.0241a7c8chore: bump depsdb51f7abuild: bump depsf0a37b4fix(style): prefer YaHei over DengXian9447ceedocs(zh): sync and tweak translations (#3883)d5dbd70fix(markdown): entities and escapes not working properly (#3882)99c0cecdocs: add notes for sitemap + basefa2f38afix(theme/regression): custom font not applying in Chinese docs because of sp...0cbb469feat(build): add localeIndex to md.env (#3862)ed6ada7feat(build/i18n): support customizing copy code button's tooltip text (#3854)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
@FaizanDurrani can you share the logs?
Looks like these dependencies are updatable in another way, so this is no longer needed.
This pull request has been automatically locked since there has not been any recent activity after it was closed.