Closed dependabot[bot] closed 2 months ago
Bumps the development group with 11 updates in the /tools/syn2mas directory:
18.19.29
18.19.46
7.5.0
8.3.0
8.57.0
9.9.1
3.6.1
3.6.3
27.9.0
28.8.0
5.1.3
5.2.1
51.0.1
55.0.0
3.2.5
3.3.3
4.16.2
4.18.0
5.4.3
5.5.4
Updates @types/node from 18.19.29 to 18.19.46
@types/node
Updates @typescript-eslint/eslint-plugin from 7.5.0 to 8.3.0
@typescript-eslint/eslint-plugin
Sourced from @typescript-eslint/eslint-plugin's releases.
@typescript-eslint/eslint-plugin
v8.3.0 8.3.0 (2024-08-26) 🚀 Features eslint-plugin: [no-deprecation] add rule (#9783) typescript-estree: replace globby w/ fast-glob (#9518) typescript-estree: reload project service once when file config isn't found (#9853) 🩹 Fixes ast-spec: use Expression in argument of ThrowStatement (#9632) eslint-plugin: [no-unnecessary-template-expression] add missing parentheses in autofix (#8673) eslint-plugin: [no-unnecessary-type-parameters] check mapped alias type arguments (#9741) utils: add missing TSSatisfiesExpression in RuleListenerBaseSelectors (#9832) utils: add TSDeclareFunction to functionTypeTypes (#9788) ❤️ Thank You Abraham Guo Daichi Kamiyama @dak2 Josh Goldberg ✨ Kim Sang Du @developer-bandi Sukka Vida Xie @9romise You can read about our versioning strategy and releases on our website. v8.2.0 8.2.0 (2024-08-19) 🚀 Features eslint-plugin: add suggestion to require-await to remove async keyword (#9718) typescript-estree: special-case error for parserOptions.project and project references (#9686) 🩹 Fixes eslint-plugin: [use-unknown-in-catch-callback-variable] flag second argument of .then (#9059) eslint-plugin: [no-unnecessary-type-assertion] conflict with TS for variables used before assignment (#9209) eslint-plugin: delete [] in message if ReadOnly is detected (#9513) eslint-plugin: [no-redundant-type-constituents] differentiate a types-error any from a true any (#9555) eslint-plugin: [no-unnecessary-type-parameters] check mapped constraint types if necessary (#9740) eslint-plugin: [no-unsafe-enum-comparison] add logic to see through intersections (#9777) typescript-estree: pass in tsconfigRootDir as cwd to getParsedConfigFile (#9804) ❤️ Thank You
globby
fast-glob
Expression
ThrowStatement
TSSatisfiesExpression
RuleListenerBaseSelectors
TSDeclareFunction
functionTypeTypes
@dak2
@developer-bandi
@9romise
You can read about our versioning strategy and releases on our website.
require-await
async
.then
... (truncated)
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.3.0 (2024-08-26) 🚀 Features eslint-plugin: [no-deprecation] add rule 🩹 Fixes eslint-plugin: [no-unnecessary-template-expression] add missing parentheses in autofix eslint-plugin: [no-unnecessary-type-parameters] check mapped alias type arguments utils: add TSDeclareFunction to functionTypeTypes ast-spec: use Expression in argument of ThrowStatement ❤️ Thank You Abraham Guo Daichi Kamiyama Josh Goldberg ✨ Kim Sang Du Sukka Vida Xie You can read about our versioning strategy and releases on our website. 8.2.0 (2024-08-19) 🚀 Features eslint-plugin: add suggestion to require-await to remove async keyword 🩹 Fixes eslint-plugin: [use-unknown-in-catch-callback-variable] flag second argument of .then eslint-plugin: [no-unnecessary-type-assertion] conflict with TS for variables used before assignment eslint-plugin: delete [] in message if ReadOnly is detected eslint-plugin: [no-redundant-type-constituents] differentiate a types-error any from a true any eslint-plugin: [no-unnecessary-type-parameters] check mapped constraint types if necessary
eslint-plugin: [no-unnecessary-template-expression] add missing parentheses in autofix
eslint-plugin: [no-unnecessary-type-parameters] check mapped alias type arguments
utils: add TSDeclareFunction to functionTypeTypes
ast-spec: use Expression in argument of ThrowStatement
eslint-plugin: [use-unknown-in-catch-callback-variable] flag second argument of .then
eslint-plugin: [no-unnecessary-type-assertion] conflict with TS for variables used before assignment
eslint-plugin: delete [] in message if ReadOnly is detected
eslint-plugin: [no-redundant-type-constituents] differentiate a types-error any from a true any
eslint-plugin: [no-unnecessary-type-parameters] check mapped constraint types if necessary
ef2eab1
fd55358
9f70ed1
7160687
6377f18
8389e06
57e4120
94f7c99
1c2938f
90655d1
Updates @typescript-eslint/parser from 7.5.0 to 8.3.0
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's releases.
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's changelog.
8.3.0 (2024-08-26) 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. 8.2.0 (2024-08-19) 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. 8.1.0 (2024-08-12) 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. 8.0.1 (2024-08-05) 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. 8.0.0 (2024-07-31) 🚀 Features parser: always enable comment, loc, range, tokens typescript-estree: stabilize EXPERIMENTAL_useProjectService as projectService ❤️ Thank You Abraham Guo Alfred Ringstad auvred Brad Zacher Christopher Aubut Collin Bachman James Henry Josh Goldberg Josh Goldberg ✨ Kirk Waiblinger StyleShit Victor Lin Yukihiro Hasegawa
This was a version bump only for parser to align it with other projects, there were no code changes.
parser: always enable comment, loc, range, tokens
typescript-estree: stabilize EXPERIMENTAL_useProjectService as projectService
9612d81
7440e14
382e87b
unicorn/prefer-node-protocol
243fb5f
3d78392
a26e3c7
e05c2e5
1db993a
1b0468e
Updates eslint from 8.57.0 to 9.9.1
eslint
Sourced from eslint's releases.
v9.9.1 Bug Fixes 9bde90c fix: add logic to handle fixTypes in lintText() (#18736) (Amaresh S M) Documentation 4840930 docs: Update README with version support and clean up content (#18804) (Nicholas C. Zakas) f61f40d docs: Update globals examples (#18805) (Nicholas C. Zakas) 241fcea docs: Use and define languages (#18795) (Nicholas C. Zakas) 5dbdd63 docs: eslint-plugin-markdown -> @eslint/markdown (#18797) (Nicholas C. Zakas) c6c8ddd docs: update links to eslint-visitor-keys repo (#18796) (Francesco Trotta) f981d05 docs: Update README (GitHub Actions Bot) b516974 docs: update links to eslint/js repo (#18781) (Francesco Trotta) fb7a3f5 docs: update note for package managers (#18779) (Jay) Chores b0c34d0 chore: upgrade to @eslint/js@9.9.1 (#18809) (Francesco Trotta) cd5a0da chore: package.json update for @eslint/js release (Jenkins) e112642 refactor: Extract parsing logic from Linter (#18790) (Nicholas C. Zakas) 0f68a85 chore: use eslint-plugin-yml on yaml files only (#18801) (Milos Djermanovic) f8d1b3c chore: update dependencies for browser tests (#18794) (Christian Bromann) aed2624 chore: update dependency @eslint/config-array to ^0.18.0 (#18788) (renovate[bot]) 5c29128 chore: update dependency @eslint/core to ^0.4.0 (#18789) (renovate[bot]) 5d66fb2 chore: migrate linting workflow to use trunk check meta-linter (#18643) (Chris Clearwater) bf96855 chore: add ids to github issue templates (#18775) (Strek) v9.9.0 Features 41d0206 feat: Add support for TS config files (#18134) (Arya Emami) 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#18716) (Dave) Documentation 9fe068c docs: how to author plugins with configs that extend other configs (#18753) (Alec Gibson) 48117b2 docs: add version support page in the side navbar (#18738) (Amaresh S M) fec2951 docs: add version support page to the dropdown (#18730) (Amaresh S M) 38a0661 docs: Fix typo (#18735) (Zaina Al Habash) 3c32a9e docs: Update yarn command for creating ESLint config (#18739) (Temitope Ogunleye) f9ac978 docs: Update README (GitHub Actions Bot) Chores 461b2c3 chore: upgrade to @eslint/js@9.9.0 (#18765) (Francesco Trotta) 59dba1b chore: package.json update for @eslint/js release (Jenkins) fea8563 chore: update dependency @eslint/core to ^0.3.0 (#18724) (renovate[bot]) aac191e chore: update dependency @eslint/json to ^0.3.0 (#18760) (renovate[bot]) b97fa05 chore: update wdio dependencies for more stable tests (#18759) (Christian Bromann) v9.8.0 Features 13d0bd3 feat: Add and use SourceCode#getLoc/getRange (#18703) (Nicholas C. Zakas) Bug Fixes
9bde90c
fixTypes
lintText()
4840930
f61f40d
241fcea
5dbdd63
@eslint/markdown
c6c8ddd
f981d05
b516974
eslint/js
fb7a3f5
b0c34d0
@eslint/js
@9
cd5a0da
e112642
0f68a85
f8d1b3c
aed2624
@eslint/config-array
5c29128
@eslint/core
5d66fb2
bf96855
41d0206
3a4eaf9
9fe068c
48117b2
fec2951
38a0661
3c32a9e
f9ac978
461b2c3
@eslint/js@9.9.0
59dba1b
fea8563
aac191e
@eslint/json
b97fa05
13d0bd3
Sourced from eslint's changelog.
v9.9.1 - August 23, 2024 b0c34d0 chore: upgrade to @eslint/js@9.9.1 (#18809) (Francesco Trotta) cd5a0da chore: package.json update for @eslint/js release (Jenkins) 4840930 docs: Update README with version support and clean up content (#18804) (Nicholas C. Zakas) f61f40d docs: Update globals examples (#18805) (Nicholas C. Zakas) e112642 refactor: Extract parsing logic from Linter (#18790) (Nicholas C. Zakas) 241fcea docs: Use and define languages (#18795) (Nicholas C. Zakas) 0f68a85 chore: use eslint-plugin-yml on yaml files only (#18801) (Milos Djermanovic) 5dbdd63 docs: eslint-plugin-markdown -> @eslint/markdown (#18797) (Nicholas C. Zakas) c6c8ddd docs: update links to eslint-visitor-keys repo (#18796) (Francesco Trotta) f8d1b3c chore: update dependencies for browser tests (#18794) (Christian Bromann) aed2624 chore: update dependency @eslint/config-array to ^0.18.0 (#18788) (renovate[bot]) 5c29128 chore: update dependency @eslint/core to ^0.4.0 (#18789) (renovate[bot]) 5d66fb2 chore: migrate linting workflow to use trunk check meta-linter (#18643) (Chris Clearwater) f981d05 docs: Update README (GitHub Actions Bot) b516974 docs: update links to eslint/js repo (#18781) (Francesco Trotta) fb7a3f5 docs: update note for package managers (#18779) (Jay) bf96855 chore: add ids to github issue templates (#18775) (Strek) 9bde90c fix: add logic to handle fixTypes in lintText() (#18736) (Amaresh S M) v9.9.0 - August 9, 2024 461b2c3 chore: upgrade to @eslint/js@9.9.0 (#18765) (Francesco Trotta) 59dba1b chore: package.json update for @eslint/js release (Jenkins) fea8563 chore: update dependency @eslint/core to ^0.3.0 (#18724) (renovate[bot]) 41d0206 feat: Add support for TS config files (#18134) (Arya Emami) aac191e chore: update dependency @eslint/json to ^0.3.0 (#18760) (renovate[bot]) 9fe068c docs: how to author plugins with configs that extend other configs (#18753) (Alec Gibson) b97fa05 chore: update wdio dependencies for more stable tests (#18759) (Christian Bromann) 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#18716) (Dave) 48117b2 docs: add version support page in the side navbar (#18738) (Amaresh S M) fec2951 docs: add version support page to the dropdown (#18730) (Amaresh S M) 38a0661 docs: Fix typo (#18735) (Zaina Al Habash) 3c32a9e docs: Update yarn command for creating ESLint config (#18739) (Temitope Ogunleye) f9ac978 docs: Update README (GitHub Actions Bot) v9.8.0 - July 26, 2024 deee448 chore: upgrade to @eslint/js@9.8.0 (#18720) (Francesco Trotta) 4aaf2b3 chore: package.json update for @eslint/js release (Jenkins) 8e1a627 chore: update dependency @eslint/core to ^0.2.0 (#18700) (renovate[bot]) 13d0bd3 feat: Add and use SourceCode#getLoc/getRange (#18703) (Nicholas C. Zakas) 282df1a docs: Add system theme option (#18617) (Amaresh S M) ab0ff27 fix: Throw error when invalid flags passed (#18705) (Nicholas C. Zakas) 70dc803 fix: basePath directory can never be ignored (#18711) (Milos Djermanovic) 53b1ff0 docs: Debug config docs (#18698) (Nicholas C. Zakas) 4514424 build: Enable JSON linting (#18681) (Nicholas C. Zakas) a7016a5 docs: fix search input stylings (#18682) (Amaresh S M)
v9.9.1 - August 23, 2024
v9.9.0 - August 9, 2024
v9.8.0 - July 26, 2024
deee448
@eslint/js@9.8.0
4aaf2b3
8e1a627
282df1a
ab0ff27
70dc803
basePath
53b1ff0
4514424
a7016a5
8781e6f
1503d03
Updates eslint-import-resolver-typescript from 3.6.1 to 3.6.3
eslint-import-resolver-typescript
Sourced from eslint-import-resolver-typescript's releases.
v3.6.3 Patch Changes #305 f8d7b82 Thanks @SukkaW! - Fix resolve for node:test, node:sea, and node:sqlite without sacrificing installation size #288 a4c6c78 Thanks @SunsetTechuila! - fix: ignore bun built-in modules
#305 f8d7b82 Thanks @SukkaW! - Fix resolve for node:test, node:sea, and node:sqlite without sacrificing installation size
f8d7b82
@SukkaW
node:test
node:sea
node:sqlite
#288 a4c6c78 Thanks @SunsetTechuila! - fix: ignore bun built-in modules
a4c6c78
@SunsetTechuila
Sourced from eslint-import-resolver-typescript's changelog.
3.6.3 Patch Changes #305 f8d7b82 Thanks @SukkaW! - Fix resolve for node:test, node:sea, and node:sqlite without sacrificing installation size #288 a4c6c78 Thanks @SunsetTechuila! - fix: ignore bun built-in modules 3.6.2 Patch Changes #294 10f9b17 Thanks @RobinTail! - Allow either eslint-plugin-import-x or eslint-plugin-import plugin as a peer dependency. #295 ff3d3c6 Thanks @wojtekmaj! - chore(deps): remove is-core-module dependency
#294 10f9b17 Thanks @RobinTail! - Allow either eslint-plugin-import-x or eslint-plugin-import plugin as a peer dependency.
10f9b17
@RobinTail
#295 ff3d3c6 Thanks @wojtekmaj! - chore(deps): remove is-core-module dependency
ff3d3c6
@wojtekmaj
is-core-module
3dfad60
47561fb
@changesets/cli
c9b5626
@nolyfill/is-core-module
79148f4
b777b44
4f9db59
Updates eslint-plugin-jest from 27.9.0 to 28.8.0
eslint-plugin-jest
Sourced from eslint-plugin-jest's releases.
v28.8.0 28.8.0 (2024-08-07) Features import formatting rules from eslint-plugin-jest-formatting (#1563) (74078ee) v28.7.0 28.7.0 (2024-08-03) Features allow [@typescript-eslint](https://github.com/typescript-eslint) v8 (#1636) (fb43171) v28.6.0 28.6.0 (2024-06-06) Features prefer-jest-mocked: add new rule (#1599) (4b6a4f2) valid-expect: supporting automatically fixing adding async in some cases (#1579) (5b9b47e) v28.5.0 28.5.0 (2024-05-03) Features allow @typescript-eslint/utils v7 as a direct dependency (#1567) (1476f10) v28.4.0 28.4.0 (2024-05-03) Features valid-expect: supporting automatically fixing missing await in some cases (#1574) (a407098) v28.3.0 28.3.0 (2024-04-27) Features prefer importing jest globals for specific types (#1568) (c464ae3) v28.2.0
eslint-plugin-jest-formatting
[@typescript-eslint](https://github.com/typescript-eslint)
@typescript-eslint/utils
await
Sourced from eslint-plugin-jest's changelog.
28.8.0 (2024-08-07) Features import formatting rules from eslint-plugin-jest-formatting (#1563) (74078ee) 28.7.0 (2024-08-03) Features allow [@typescript-eslint](https://github.com/typescript-eslint) v8 (#1636) (fb43171) 28.6.0 (2024-06-06) Features prefer-jest-mocked: add new rule (#1599) (4b6a4f2) valid-expect: supporting automatically fixing adding async in some cases (#1579) (5b9b47e) 28.5.0 (2024-05-03) Features allow @typescript-eslint/utils v7 as a direct dependency (#1567) (1476f10) 28.4.0 (2024-05-03) Features valid-expect: supporting automatically fixing missing await in some cases (#1574) (a407098) 28.3.0 (2024-04-27) Features prefer importing jest globals for specific types (#1568) (c464ae3) 28.2.0 (2024-04-06) Features support providing aliases for @jest/globals package (#1543) (744d4f6)
@jest/globals
e1410ae
74078ee
11ef4fc
c88f741
1cd8c74
fb43171
@typescript-eslint
1bc83b9
@eslint-community/eslint-plugin-eslint-comments
9854c8f
b38f0fa
61eb794
Updates eslint-plugin-prettier from 5.1.3 to 5.2.1
eslint-plugin-prettier
Sourced from eslint-plugin-prettier's releases.
v5.2.1 Patch Changes #668 ac036cc Thanks @OrlovAlexei! - build(deps): Bump synckit from 0.8.6 to 0.9.1
ac036cc
@OrlovAlexei
Sourced from eslint-plugin-prettier's changelog.
5.2.1 Patch Changes #668 ac036cc Thanks @OrlovAlexei! - build(deps): Bump synckit from 0.8.6 to 0.9.1 5.2.0 Minor Changes #652 f170011 Thanks @Logicer16! - feat: support parsing html via @html-eslint/parser natively
f170011
@Logicer16
html
@html-eslint/parser
51324d9
24288c7
a1e6f4a
de9751c
02c21a5
Updates eslint-plugin-unicorn from 51.0.1 to 55.0.0
eslint-plugin-unicorn
Sourced from eslint-plugin-unicorn's releases.
v55.0.0 New rules no-length-as-slice-end (#2400) 3c33820 Improvements Add TypeScript types (#2382) 68e0f13 Fixes no-single-promise-in-promise-methods: Remove broken autofix for Promise.all() (#2386) 8d28b6e prefer-node-protocol: Ignore Bun modules (#2384) a45b24a no-negation-in-equality-check: Ignore boolean type casting (#2379) 37e00dd https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v54.0.0...v55.0.0 v54.0.0 New rules no-negation-in-equality-check (#2353) 8957a03 Breaking prefer-array-find
no-length-as-slice-end
no-single-promise-in-promise-methods
Promise.all()
prefer-node-protocol
no-negation-in-equality-check
https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v54.0.0...v55.0.0
prefer-array-find
38fb573
View logs
Superseded by #3157.
Bumps the development group with 11 updates in the /tools/syn2mas directory:
18.19.29
18.19.46
7.5.0
8.3.0
7.5.0
8.3.0
8.57.0
9.9.1
3.6.1
3.6.3
27.9.0
28.8.0
5.1.3
5.2.1
51.0.1
55.0.0
3.2.5
3.3.3
4.16.2
4.18.0
5.4.3
5.5.4
Updates
@types/node
from 18.19.29 to 18.19.46Commits
Updates
@typescript-eslint/eslint-plugin
from 7.5.0 to 8.3.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
ef2eab1
chore(release): publish 8.3.0fd55358
chore: enable sonarjs/no-duplicated-branches (#9821)9f70ed1
fix(ast-spec): useExpression
in argument ofThrowStatement
(#9632)7160687
chore: enable unicorn/no-lonely-if (#9830)6377f18
fix(utils): addTSDeclareFunction
tofunctionTypeTypes
(#9788)8389e06
docs(eslint-plugin): [restrict-template-expressions] add explanation for allo...57e4120
feat(eslint-plugin): [no-deprecation] add rule (#9783)94f7c99
fix(eslint-plugin): [no-unnecessary-type-parameters] check mapped alias type ...1c2938f
chore: enable object-shorthand (#9816)90655d1
fix(eslint-plugin): [no-unnecessary-template-expression] add missing parenthe...Updates
@typescript-eslint/parser
from 7.5.0 to 8.3.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
ef2eab1
chore(release): publish 8.3.09612d81
chore: enable eslint-plugin-perfectionist on parser package (#9845)7440e14
chore(release): publish 8.2.0382e87b
chore: enableunicorn/prefer-node-protocol
(#9742)243fb5f
chore: enable prefer-template (#9544)3d78392
chore(release): publish 8.1.0a26e3c7
chore: enable prefer-regexp-test (#9658)e05c2e5
chore(release): publish 8.0.11db993a
chore(release): publish 8.0.01b0468e
Merge branch 'main'Updates
eslint
from 8.57.0 to 9.9.1Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
8781e6f
9.9.11503d03
Build: changelog update for 9.9.1b0c34d0
chore: upgrade to@eslint/js
@9
.9.1 (#18809)cd5a0da
chore: package.json update for@eslint/js
release4840930
docs: Update README with version support and clean up content (#18804)f61f40d
docs: Update globals examples (#18805)e112642
refactor: Extract parsing logic from Linter (#18790)241fcea
docs: Use and define languages (#18795)0f68a85
chore: use eslint-plugin-yml on yaml files only (#18801)5dbdd63
docs: eslint-plugin-markdown ->@eslint/markdown
(#18797)Updates
eslint-import-resolver-typescript
from 3.6.1 to 3.6.3Release notes
Sourced from eslint-import-resolver-typescript's releases.
Changelog
Sourced from eslint-import-resolver-typescript's changelog.
Commits
3dfad60
chore(deps): update dependency node to v18.20.4 (#309)47561fb
chore(deps): update dependency@changesets/cli
to ^2.27.7 (#308)c9b5626
chore: release eslint-import-resolver-typescript (#302)f8d7b82
fix(#303): use@nolyfill/is-core-module
(#305)a4c6c78
fix: ignore bun built-in modules (#288)79148f4
chore: release eslint-import-resolver-typescript (#301)ff3d3c6
chore(deps): removeis-core-module
dependency (#295)10f9b17
Allow either import or import-x plugin as a peer dependency (#294)b777b44
ci(workflows/ci): setup node before enabling corepack (#300)4f9db59
chore(deps): update dependency node to v18.20.3 (#297)Updates
eslint-plugin-jest
from 27.9.0 to 28.8.0Release notes
Sourced from eslint-plugin-jest's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-jest's changelog.
... (truncated)
Commits
e1410ae
chore(release): 28.8.0 [skip ci]74078ee
feat: import formatting rules fromeslint-plugin-jest-formatting
(#1563)11ef4fc
chore(deps): update yarn to v3.8.4 (#1638)c88f741
chore(deps): lock file maintenance1cd8c74
chore(release): 28.7.0 [skip ci]fb43171
feat: allow@typescript-eslint
v8 (#1636)1bc83b9
chore: use@eslint-community/eslint-plugin-eslint-comments
(#1635)9854c8f
chore(deps): lock file maintenanceb38f0fa
chore(deps): lock file maintenance61eb794
chore(deps): lock file maintenanceUpdates
eslint-plugin-prettier
from 5.1.3 to 5.2.1Release notes
Sourced from eslint-plugin-prettier's releases.
Changelog
Sourced from eslint-plugin-prettier's changelog.
Commits
51324d9
chore: fix CHANGELOG.md formatting issue24288c7
chore: release eslint-plugin-prettier (#669)ac036cc
build(deps): Bump synckit from 0.8.6 to 0.9.1 (#668)a1e6f4a
build(deps): Bump braces from 3.0.2 to 3.0.3 (#665)de9751c
build(deps): Bump pnpm/action-setup from 2 to 4 in the actions group (#661)02c21a5
chore: release eslint-plugin-prettier (#653)f170011
feat: support parsinghtml
via@html-eslint/parser
natively (#652)Updates
eslint-plugin-unicorn
from 51.0.1 to 55.0.0Release notes
Sourced from eslint-plugin-unicorn's releases.
Deploying matrix-authentication-service-docs with Cloudflare Pages
38fb573
View logs
Superseded by #3157.