Closed dependabot[bot] closed 6 months ago
Bumps the development-dependencies group with 8 updates:
20.12.2
20.12.7
7.4.0
7.8.0
8.57.0
9.1.1
12.0.0
12.0.1
16.3.1
16.4.0
5.4.3
5.4.5
5.2.7
5.2.10
Updates @types/node from 20.12.2 to 20.12.7
@types/node
Updates @typescript-eslint/eslint-plugin from 7.4.0 to 7.8.0
@typescript-eslint/eslint-plugin
Sourced from @typescript-eslint/eslint-plugin's releases.
@typescript-eslint/eslint-plugin
v7.8.0 7.8.0 (2024-04-29) 🚀 Features rule-tester: assert suggestion messages are unique (#8995) typescript-estree: add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles glob restrictions (#8925) 🩹 Fixes eslint-plugin: [no-unsafe-argument] handle tagged templates (#8746) eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check (#8717) eslint-plugin: [consistent-type-assertions] handle tagged templates (#8993) eslint-plugin: [no-unsafe-return] handle union types (#9001) eslint-plugin: [no-unused-vars] clear error report range (#8640) utils: export ESLint backwards-compat functions (#8976) ❤️ Thank You auvred @auvred Josh Goldberg ✨ jsfm01 @jsfm01 Kim Sang Du @developer-bandi YeonJuan @yeonjuan You can read about our versioning strategy and releases on our website. v7.7.1 7.7.1 (2024-04-22) 🩹 Fixes eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment (#8800) eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type (#8809) eslint-plugin: [prefer-optional-chain] only look at left operand for requireNullish (#8559) eslint-plugin: [no-for-in-array] refine report location (#8874) eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type (#8912) ❤️ Thank You Abraham Guo Kirk Waiblinger @kirkwaiblinger YeonJuan @yeonjuan You can read about our versioning strategy and releases on our website. v7.7.0 7.7.0 (2024-04-15)
@auvred
@jsfm01
@developer-bandi
@yeonjuan
You can read about our versioning strategy and releases on our website.
requireNullish
@kirkwaiblinger
... (truncated)
Sourced from @typescript-eslint/eslint-plugin's changelog.
7.8.0 (2024-04-29) 🩹 Fixes eslint-plugin: [no-unsafe-argument] handle tagged templates eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check eslint-plugin: [consistent-type-assertions] handle tagged templates eslint-plugin: [no-unsafe-return] handle union types eslint-plugin: [no-unused-vars] clear error report range ❤️ Thank You auvred Josh Goldberg ✨ jsfm01 Kim Sang Du YeonJuan You can read about our versioning strategy and releases on our website. 7.7.1 (2024-04-22) 🩹 Fixes eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type eslint-plugin: [prefer-optional-chain] only look at left operand for requireNullish eslint-plugin: [no-for-in-array] refine report location eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type ❤️ Thank You Abraham Guo Kirk Waiblinger YeonJuan You can read about our versioning strategy and releases on our website.
eslint-plugin: [no-unsafe-argument] handle tagged templates
eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check
eslint-plugin: [consistent-type-assertions] handle tagged templates
eslint-plugin: [no-unsafe-return] handle union types
eslint-plugin: [no-unused-vars] clear error report range
eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment
eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type
eslint-plugin: [prefer-optional-chain] only look at left operand for requireNullish
eslint-plugin: [no-for-in-array] refine report location
eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type
ee677f6
8127873
216d1b0
51d2193
4bed24d
b0f7aa4
219b841
3e19436
b2552ca
fdeba42
Updates @typescript-eslint/parser from 7.4.0 to 7.8.0
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's releases.
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's changelog.
7.8.0 (2024-04-29) 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. 7.7.1 (2024-04-22) 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. 7.7.0 (2024-04-15) 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. 7.6.0 (2024-04-08) 🚀 Features bump npm dependency ranges ❤️ Thank You Abraham Guo auvred Brad Zacher You can read about our versioning strategy and releases on our website. 7.5.0 (2024-04-01) 🩹 Fixes parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues ❤️ Thank You Brad Zacher Kim Sang Du Mark de Dios Naru YeonJuan
This was a version bump only for parser to align it with other projects, there were no code changes.
errorOnTypeScriptSyntacticAndSemanticIssues
e44a1a2
e1db872
a6ab2cb
a14ba9d
ecb6b55
d5615d7
Updates eslint from 8.57.0 to 9.1.1
eslint
Sourced from eslint's releases.
v9.1.1 Bug Fixes a26b402 fix: use @eslint/create-config latest (#18373) (唯然) v9.1.0 Features 03068f1 feat: Provide helpful error message for nullish configs (#18357) (Nicholas C. Zakas) 751b518 feat: replace dependency graphemer with Intl.Segmenter (#18110) (Francesco Trotta) 4d11e56 feat: add name to eslint configs (#18289) (唯然) 1cbe1f6 feat: allow while(true) in no-constant-condition (#18286) (Tanuj Kanti) 0db676f feat: add Intl in es6 globals (#18318) (唯然) Bug Fixes 8d18958 fix: Remove name from eslint/js packages (#18368) (Nicholas C. Zakas) 594eb0e fix: do not crash on error in fs.walk filter (#18295) (Francesco Trotta) 0d8cf63 fix: EMFILE errors (#18313) (Nicholas C. Zakas) e1ac0b5 fix: --inspect-config only for flat config and respect -c (#18306) (Nicholas C. Zakas) 09675e1 fix: --no-ignore should not apply to non-global ignores (#18334) (Milos Djermanovic) Documentation fb50077 docs: include notes about globals in migration-guide (#18356) (Gabriel Rohden) 71c771f docs: Fix missing accessible name for scroll-to-top link (#18329) (Germán Freixinós) 200fd4e docs: indicate eslintrc mode for .eslintignore (#18285) (Francesco Trotta) 16b6a8b docs: Update README (GitHub Actions Bot) df5f8a9 docs: paths and patterns difference in no-restricted-imports (#18273) (Tanuj Kanti) c537d76 docs: update npm init @eslint/config generated file names (#18298) (唯然) e1e305d docs: fix linebreak-style examples (#18262) (Francesco Trotta) 113f51e docs: Mention package.json config support dropped (#18305) (Nicholas C. Zakas) 5c35321 docs: add eslintrc-only note to --rulesdir (#18281) (Adam Lui 刘展鹏) Build Related 1fa6622 build: do not use --force flag to install dependencies (#18284) (Francesco Trotta) Chores d9a2983 chore: upgrade @eslint/js to v9.1.1 (#18367) (Francesco Trotta) 50d406d chore: package.json update for @eslint/js release (Jenkins) 155c71c chore: package.json update for @eslint/js release (Jenkins) 0588fc5 refactor: Move directive gathering to SourceCode (#18328) (Nicholas C. Zakas) 9048e21 chore: lint docs/src/_data js files (#18335) (Milos Djermanovic) 4820790 chore: upgrade globals@15.0.0 dev dependency (#18332) (Milos Djermanovic) 698d9ff chore: upgrade jsdoc & unicorn plugins in eslint-config-eslint (#18333) (Milos Djermanovic) 32c08cf chore: drop Node < 18 and use @eslint/js v9 in eslint-config-eslint (#18323) (Milos Djermanovic) a76fb55 chore: @eslint-community/eslint-plugin-eslint-comments v4.3.0 (#18319) (Milos Djermanovic) 78e45b1 chore: eslint-plugin-eslint-plugin v6.0.0 (#18316) (唯然) 36103a5 chore: eslint-plugin-n v17.0.0 (#18315) (唯然) v9.0.0 Breaking Changes b7cf3bd fix!: correct camelcase rule schema for allow option (#18232) (eMerzh) 09bd7fe feat!: move AST traversal into SourceCode (#18167) (Nicholas C. Zakas)
a26b402
@eslint/create-config
03068f1
751b518
Intl.Segmenter
4d11e56
name
1cbe1f6
while(true)
no-constant-condition
0db676f
Intl
8d18958
594eb0e
fs.walk
0d8cf63
e1ac0b5
09675e1
--no-ignore
fb50077
71c771f
200fd4e
.eslintignore
16b6a8b
df5f8a9
paths
patterns
no-restricted-imports
c537d76
npm init @eslint/config
e1e305d
linebreak-style
113f51e
5c35321
--rulesdir
1fa6622
--force
d9a2983
@eslint/js
50d406d
155c71c
0588fc5
9048e21
docs/src/_data
4820790
698d9ff
32c08cf
a76fb55
@eslint-community/eslint-plugin-eslint-comments
78e45b1
36103a5
b7cf3bd
camelcase
allow
09bd7fe
Sourced from eslint's changelog.
v9.1.1 - April 22, 2024 a26b402 fix: use @eslint/create-config latest (#18373) (唯然) v9.1.0 - April 19, 2024 d9a2983 chore: upgrade @eslint/js to v9.1.1 (#18367) (Francesco Trotta) 03068f1 feat: Provide helpful error message for nullish configs (#18357) (Nicholas C. Zakas) 50d406d chore: package.json update for @eslint/js release (Jenkins) 8d18958 fix: Remove name from eslint/js packages (#18368) (Nicholas C. Zakas) 155c71c chore: package.json update for @eslint/js release (Jenkins) 594eb0e fix: do not crash on error in fs.walk filter (#18295) (Francesco Trotta) 751b518 feat: replace dependency graphemer with Intl.Segmenter (#18110) (Francesco Trotta) fb50077 docs: include notes about globals in migration-guide (#18356) (Gabriel Rohden) 4d11e56 feat: add name to eslint configs (#18289) (唯然) 1cbe1f6 feat: allow while(true) in no-constant-condition (#18286) (Tanuj Kanti) 0588fc5 refactor: Move directive gathering to SourceCode (#18328) (Nicholas C. Zakas) 0d8cf63 fix: EMFILE errors (#18313) (Nicholas C. Zakas) e1ac0b5 fix: --inspect-config only for flat config and respect -c (#18306) (Nicholas C. Zakas) 09675e1 fix: --no-ignore should not apply to non-global ignores (#18334) (Milos Djermanovic) 9048e21 chore: lint docs/src/_data js files (#18335) (Milos Djermanovic) 4820790 chore: upgrade globals@15.0.0 dev dependency (#18332) (Milos Djermanovic) 698d9ff chore: upgrade jsdoc & unicorn plugins in eslint-config-eslint (#18333) (Milos Djermanovic) 71c771f docs: Fix missing accessible name for scroll-to-top link (#18329) (Germán Freixinós) 0db676f feat: add Intl in es6 globals (#18318) (唯然) 200fd4e docs: indicate eslintrc mode for .eslintignore (#18285) (Francesco Trotta) 32c08cf chore: drop Node < 18 and use @eslint/js v9 in eslint-config-eslint (#18323) (Milos Djermanovic) 16b6a8b docs: Update README (GitHub Actions Bot) a76fb55 chore: @eslint-community/eslint-plugin-eslint-comments v4.3.0 (#18319) (Milos Djermanovic) df5f8a9 docs: paths and patterns difference in no-restricted-imports (#18273) (Tanuj Kanti) c537d76 docs: update npm init @eslint/config generated file names (#18298) (唯然) 78e45b1 chore: eslint-plugin-eslint-plugin v6.0.0 (#18316) (唯然) 36103a5 chore: eslint-plugin-n v17.0.0 (#18315) (唯然) e1e305d docs: fix linebreak-style examples (#18262) (Francesco Trotta) 113f51e docs: Mention package.json config support dropped (#18305) (Nicholas C. Zakas) 1fa6622 build: do not use --force flag to install dependencies (#18284) (Francesco Trotta) 5c35321 docs: add eslintrc-only note to --rulesdir (#18281) (Adam Lui 刘展鹏) v9.0.0 - April 5, 2024 19f9a89 chore: Update dependencies for v9.0.0 (#18275) (Nicholas C. Zakas) 7c957f2 chore: package.json update for @eslint/js release (Jenkins) d73a33c chore: ignore /docs/v8.x in link checker (#18274) (Milos Djermanovic) d54a412 feat: Add --inspect-config CLI flag (#18270) (Nicholas C. Zakas) e151050 docs: update get-started to the new @eslint/create-config (#18217) (唯然) 610c148 fix: Support using declarations in no-lone-blocks (#18269) (Kirk Waiblinger) 44a81c6 chore: upgrade knip (#18272) (Lars Kappert) 94178ad docs: mention about name field in flat config (#18252) (Anthony Fu) 1765c24 docs: add Troubleshooting page (#18181) (Josh Goldberg ✨) e80b60c chore: remove code for testing version selectors (#18266) (Milos Djermanovic)
v9.1.1 - April 22, 2024
v9.1.0 - April 19, 2024
v9.0.0 - April 5, 2024
19f9a89
7c957f2
d73a33c
/docs/v8.x
d54a412
e151050
@eslint/create-config
610c148
using
44a81c6
94178ad
1765c24
e80b60c
b4d2512
ef36aa4
b78d831
e4d9c92
Updates remark-cli from 12.0.0 to 12.0.1
remark-cli
Sourced from remark-cli's releases.
remark-cli@12.0.1 a185821b Update internal import-meta-resolve Full Changelog: https://github.com/remarkjs/remark/compare/remark-cli@12.0.0...remark-cli@12.0.1
import-meta-resolve
Full Changelog: https://github.com/remarkjs/remark/compare/remark-cli@12.0.0...remark-cli@12.0.1
84a2c41
884e14d
f9c1a41
1d706ed
remark-custom-header-id
a185821
95a6156
6e0a70b
remark-github-blockquote-alert
d0886dc
remark-github-admonitions-to-directives
618a9ad
remark-hexo
5017a27
Updates stylelint from 16.3.1 to 16.4.0
stylelint
Sourced from stylelint's releases.
16.4.0 Added: no-unknown-custom-media (#7594) (@fpetrakov). Added: ignoreLonghands: [] to declaration-block-no-redundant-longhand-properties (#7611) (@Mouvedia). Added: ignore: ["keyframe-selectors"] to rule-selector-property-disallowed-list (#7572) (@emmacharp). Added: experimental support for post processors (#7568) (@YuanboXue-Amber). Fixed: declaration-block-no-redundant-longhand-properties autofix conflicts (#7626) (@Mouvedia). Fixed: declaration-block-no-redundant-longhand-properties autofix for text-decoration (#7611) (@Mouvedia). Fixed: declaration-block-no-shorthand-property-overrides false negatives for border (#7585) (@fpetrakov). Fixed: declaration-block-no-shorthand-property-overrides false negatives for font and border (#7606) (@Mouvedia). Fixed: function-calc-no-unspaced-operator false negatives for some math functions (#7619) (@Mouvedia). Fixed: function-no-unknown false positives for anchor and anchor-size (#7607) (@Mouvedia). Fixed: selector-max-attribute end positions (#7592) (@romainmenke). Fixed: selector-max-class end positions (#7590) (@romainmenke). Fixed: selector-max-combinators end positions (#7596) (@romainmenke). Fixed: selector-max-compound-selectors end positions (#7599) (@romainmenke). Fixed: selector-max-pseudo-class end positions (#7598) (@romainmenke). Fixed: selector-max-universal end positions (#7597) (@romainmenke). Fixed: selector-type-no-unknown false positives for experimental and deprecated HTML tags (#7612) (@Mouvedia).
no-unknown-custom-media
@fpetrakov
ignoreLonghands: []
declaration-block-no-redundant-longhand-properties
@Mouvedia
ignore: ["keyframe-selectors"]
rule-selector-property-disallowed-list
@emmacharp
@YuanboXue-Amber
text-decoration
declaration-block-no-shorthand-property-overrides
border
font
function-calc-no-unspaced-operator
function-no-unknown
anchor
anchor-size
selector-max-attribute
@romainmenke
selector-max-class
selector-max-combinators
selector-max-compound-selectors
selector-max-pseudo-class
selector-max-universal
selector-type-no-unknown
Sourced from stylelint's changelog.
16.4.0 Added: no-unknown-custom-media (#7594) (@fpetrakov). Added: ignoreLonghands: [] to declaration-block-no-redundant-longhand-properties (#7611) (@Mouvedia). Added: ignore: ["keyframe-selectors"] to rule-selector-property-disallowed-list (#7572) (@emmacharp). Added: experimental support for post processors (#7568) (@YuanboXue-Amber). Fixed: declaration-block-no-redundant-longhand-properties autofix conflicts (#7626) (@Mouvedia). Fixed: declaration-block-no-redundant-longhand-properties autofix for text-decoration (#7611) (@Mouvedia). Fixed: declaration-block-no-shorthand-property-overrides false negatives for border (#7585) (@fpetrakov). Fixed: declaration-block-no-shorthand-property-overrides false negatives for font and border (#7606) (@Mouvedia). Fixed: function-calc-no-unspaced-operator false negatives for some math functions (#7619) (@Mouvedia). Fixed: function-no-unknown false positives for anchor, anchor-size and palette-mix (#7607 & #7640) (@Mouvedia). Fixed: selector-max-attribute end positions (#7592) (@romainmenke). Fixed: selector-max-class end positions (#7590) (@romainmenke). Fixed: selector-max-combinators end positions (#7596) (@romainmenke). Fixed: selector-max-compound-selectors end positions (#7599) (@romainmenke). Fixed: selector-max-pseudo-class end positions (#7598) (@romainmenke). Fixed: selector-max-universal end positions (#7597) (@romainmenke). Fixed: selector-type-no-unknown false positives for experimental and deprecated HTML tags (#7612) (@Mouvedia).
palette-mix
3b1de8f
38adb22
e92e307
b5520d0
1bcdc8b
c9e483a
9afaa08
1fa0302
6fcd034
e8d0ff5
Updates typescript from 5.4.3 to 5.4.5
typescript
Sourced from typescript's releases.
TypeScript 5.4.5 For release notes, check out the release announcement. For the complete list of fixed issues, check out the fixed issues query for Typescript 5.4.0 (Beta). fixed issues query for Typescript 5.4.1 (RC). fixed issues query for Typescript 5.4.2 (Stable). fixed issues query for Typescript 5.4.3 (Stable). fixed issues query for Typescript 5.4.4 (Stable). fixed issues query for Typescript 5.4.5 (Stable). Downloads are available on: NuGet package TypeScript 5.4.4 For release notes, check out the release announcement. For the complete list of fixed issues, check out the fixed issues query for Typescript 5.4.0 (Beta). fixed issues query for Typescript 5.4.1 (RC). fixed issues query for Typescript 5.4.2 (Stable). fixed issues query for Typescript 5.4.3 (Stable). fixed issues query for Typescript 5.4.4 (Stable). Downloads are available on: NuGet package
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
27bcd4c
9f33bf1
71b2f84
892936f
38a7c05
b754fc3
8eb3367
de9096b
06aae98
6d8134e
Updates vite from 5.2.7 to 5.2.10
vite
Sourced from vite's changelog.
5.2.10 (2024-04-20) revert: perf: use workspace root for fs cache (#15712) (#16476) (77e7359), closes #15712 #16476 fix: add base to virtual html (#16442) (721f94d), closes #16442 fix: adjust esm syntax judgment logic (#16436) (af72eab), closes #16436 fix: don't add outDirs to watch.ignored if emptyOutDir is false (#16453) (6a127d6), closes #16453 fix(cspNonce): don't overwrite existing nonce values (#16415) (b872635), closes #16415 feat: show warning if root is in build.outDir (#16454) (11444dc), closes #16454 feat: write cspNonce to style tags (#16419) (8e54bbd), closes #16419 chore(deps): update dependency eslint-plugin-n to v17 (#16381) (6cccef7), closes #16381 5.2.9 (2024-04-15) fix: fsp.rm removing files does not take effect (#16032) (b05c405), closes #16032 fix: fix accumulated stacks in error overlay (#16393) (102c2fd), closes #16393 fix(deps): update all non-major dependencies ( netlify[bot] commented 6 months ago ❌ Deploy Preview for chimerical-trifle-8d3c21 failed. Name Link 🔨 Latest commit 2199e653a165ad2c934217c2a14cad3d4e665b57 🔍 Latest deploy log https://app.netlify.com/sites/chimerical-trifle-8d3c21/deploys/6631d24dbbfe3a0008e02f78
fsp.rm
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.
To ignore these dependencies, configure ignore rules in dependabot.yml
Bumps the development-dependencies group with 8 updates:
20.12.2
20.12.7
7.4.0
7.8.0
7.4.0
7.8.0
8.57.0
9.1.1
12.0.0
12.0.1
16.3.1
16.4.0
5.4.3
5.4.5
5.2.7
5.2.10
Updates
@types/node
from 20.12.2 to 20.12.7Commits
Updates
@typescript-eslint/eslint-plugin
from 7.4.0 to 7.8.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
ee677f6
chore(release): publish 7.8.08127873
fix(eslint-plugin): [no-unused-vars] clear error report range (#8640)216d1b0
fix(eslint-plugin): [no-unsafe-return] handle union types (#9001)51d2193
fix(eslint-plugin): [consistent-type-assertions] handle tagged templates (#8993)4bed24d
fix(eslint-plugin): [prefer-optional-chain] suggests optional chaining during...b0f7aa4
fix(eslint-plugin): [no-unsafe-argument] handle tagged templates (#8746)219b841
chore: resolve lint issues on main branch (#8966)3e19436
chore(release): publish 7.7.1b2552ca
fix(eslint-plugin): [no-unnecessary-type-assertion] allow non-null assertion ...fdeba42
fix(eslint-plugin): [no-for-in-array] refine report location (#8874)Updates
@typescript-eslint/parser
from 7.4.0 to 7.8.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
ee677f6
chore(release): publish 7.8.03e19436
chore(release): publish 7.7.1e44a1a2
chore(release): publish 7.7.0e1db872
chore(release): publish 7.6.0a6ab2cb
feat: bump npm dependency ranges (#8860)a14ba9d
chore(release): publish 7.5.0ecb6b55
docs: add homepage (#8742)d5615d7
fix(parser): disallowerrorOnTypeScriptSyntacticAndSemanticIssues
(#8784)Updates
eslint
from 8.57.0 to 9.1.1Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
b4d2512
9.1.1ef36aa4
Build: changelog update for 9.1.1a26b402
fix: use@eslint/create-config
latest (#18373)b78d831
9.1.0e4d9c92
Build: changelog update for 9.1.0d9a2983
chore: upgrade@eslint/js
to v9.1.1 (#18367)03068f1
feat: Provide helpful error message for nullish configs (#18357)50d406d
chore: package.json update for@eslint/js
release8d18958
fix: Remove name from eslint/js packages (#18368)155c71c
chore: package.json update for@eslint/js
releaseUpdates
remark-cli
from 12.0.0 to 12.0.1Release notes
Sourced from remark-cli's releases.
Commits
84a2c41
remark-cli: 12.0.1884e14d
Fix build by downgrading Nodef9c1a41
Update Actions1d706ed
Addremark-custom-header-id
to list of pluginsa185821
cli: updateimport-meta-resolve
95a6156
Update dev-dependencies6e0a70b
Addremark-github-blockquote-alert
to list of pluginsd0886dc
Addremark-github-admonitions-to-directives
to list of plugins618a9ad
Addremark-hexo
to list of plugins5017a27
15.0.1Updates
stylelint
from 16.3.1 to 16.4.0Release notes
Sourced from stylelint's releases.
Changelog
Sourced from stylelint's changelog.
Commits
3b1de8f
16.4.038adb22
Prepare 16.4.0 (#7582)e92e307
Bump rollup from 4.14.3 to 4.16.3 (#7641)b5520d0
Bump css-functions-list from 3.2.1 to 3.2.2 (#7640)1bcdc8b
Remove extra column in some tables in Rules docs (#7632)c9e483a
Fixdeclaration-block-no-redundant-longhand-properties
autofix conflicts (#...9afaa08
Refactor Cosmiconfig types (#7543)1fa0302
Bump np from 10.0.3 to 10.0.5 (#7629)6fcd034
Bump rollup from 4.14.1 to 4.14.3 (#7628)e8d0ff5
Bump np from 10.0.2 to 10.0.3 (#7615)Updates
typescript
from 5.4.3 to 5.4.5Release notes
Sourced from typescript's releases.
Commits
27bcd4c
Update LKG9f33bf1
🤖 Pick PR #58098 (Fix constraints of nested homomorph...) into release-5.4 (#...71b2f84
Bump version to 5.4.5 and LKG892936f
🤖 Pick PR #58083 (Don't propagate partial union/inter...) into release-5.4 (#...38a7c05
release-5.4: Always set node-version for setup-node (#58117)b754fc3
🤖 Pick PR #57778 (fix type import check for default-i...) into release-5.4 (#...8eb3367
Bump version to 5.4.4 and LKGde9096b
🤖 Pick PR #57871 (Divide-and-conquer strategy for int...) into release-5.4 (#...06aae98
🤖 Pick PR #57973 (Compare package.json paths with cor...) into release-5.4 (#...6d8134e
🤖 Pick PR #57637 (Fixed a regression related to deter...) into release-5.4 (#...Updates
vite
from 5.2.7 to 5.2.10Changelog
Sourced from vite's changelog.
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.
To ignore these dependencies, configure ignore rules in dependabot.yml