Closed dependabot[bot] closed 1 year ago
Bumps the dependencies group with 11 updates:
18.16.0
18.17.14
5.61.0
6.5.0
7.1.0
8.0.0
8.44.0
8.48.0
9.15.0
9.17.0
1.0.1
2.0.1
2.0.0
3.0.0
5.1.0
6.0.0
9.0.4
10.0.0
10.1.2
11.0.2
Updates @types/node from 18.16.0 to 18.17.14
@types/node
Updates @typescript-eslint/eslint-plugin from 5.61.0 to 6.5.0
@typescript-eslint/eslint-plugin
Sourced from @typescript-eslint/eslint-plugin's releases.
@typescript-eslint/eslint-plugin
v6.5.0 6.5.0 (2023-08-28) Bug Fixes eslint-plugin: [consistent-type-assertions] wrap object return value with parentheses (#6885) (23ac499) Features bump supported TS version to 5.2 (#7535) (f18c88d) support Explicit Resource Management syntax for TS 5.2 (#7479) (c11e05c) You can read about our versioning strategy and releases on our website. v6.4.1 6.4.1 (2023-08-21) Bug Fixes eslint-plugin: [no-unnecessary-condition] false positives with branded types (#7466) (b52658f), closes #7293 utils: [ts-eslint] small type fixes (#7474) (4402db1) You can read about our versioning strategy and releases on our website. v6.4.0 6.4.0 (2023-08-14) Bug Fixes eslint-plugin: [non-nullable-type-assertion-style] consider operator precedence when fixing (#7289) (bad37a2) eslint-plugin: [strict-boolean-expressions] replace dangerous fixer with suggestions (#7394) (ad8401a) typescript-estree: support declare and export modifiers for nested namespace declaration (#7410) (49a53f0) utils: add new properties since eslint 8.40.0 (#7460) (660aff7) utils: add to JSONSchema4Type missing Array and Object (#7406) (60df0bb) Features update to lib types for TS 5.2 RC (#7451) (479f9f6) You can read about our versioning strategy and releases on our website. v6.3.0
You can read about our versioning strategy and releases on our website.
declare
export
... (truncated)
Sourced from @typescript-eslint/eslint-plugin's changelog.
6.5.0 (2023-08-28) Bug Fixes eslint-plugin: [consistent-type-assertions] wrap object return value with parentheses (#6885) (23ac499) You can read about our versioning strategy and releases on our website. 6.4.1 (2023-08-21) Bug Fixes eslint-plugin: [no-unnecessary-condition] false positives with branded types (#7466) (b52658f), closes #7293 You can read about our versioning strategy and releases on our website. 6.4.0 (2023-08-14) Bug Fixes eslint-plugin: [non-nullable-type-assertion-style] consider operator precedence when fixing (#7289) (bad37a2) eslint-plugin: [strict-boolean-expressions] replace dangerous fixer with suggestions (#7394) (ad8401a) You can read about our versioning strategy and releases on our website. 6.3.0 (2023-08-07) Bug Fixes eslint-plugin: [no-extra-parens] keep parens around call expression arguments when type arguments contain parens (#7375) (38e5e4e) eslint-plugin: [no-restricted-imports] allow inline type qualifiers when allowTypeImports enabled (#7379) (cc9a46d) Features
allowTypeImports
4f34d0b
23ac499
85f34da
ef1367e
2e1cfd5
b52658f
66cc514
e1897db
14bea42
9181252
Updates @typescript-eslint/parser from 5.61.0 to 6.5.0
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's releases.
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's changelog.
6.5.0 (2023-08-28) Note: Version bump only for package @typescript-eslint/parser You can read about our versioning strategy and releases on our website. 6.4.1 (2023-08-21) Note: Version bump only for package @typescript-eslint/parser You can read about our versioning strategy and releases on our website. 6.4.0 (2023-08-14) Note: Version bump only for package @typescript-eslint/parser You can read about our versioning strategy and releases on our website. 6.3.0 (2023-08-07) Note: Version bump only for package @typescript-eslint/parser You can read about our versioning strategy and releases on our website. 6.2.1 (2023-07-31) Note: Version bump only for package @typescript-eslint/parser You can read about our versioning strategy and releases on our website.
Note: Version bump only for package @typescript-eslint/parser
0a1de14
948b061
c869aa1
d98f1e8
6d3d162
2e30379
Updates @vue/eslint-config-prettier from 7.1.0 to 8.0.0
@vue/eslint-config-prettier
Sourced from @vue/eslint-config-prettier's releases.
@vue/eslint-config-prettier
v8.0.0 Breaking Changes Upgraded to Prettier v3; please check out the Prettier release blog for more details Requires Node.js >= v14 Requires ESLint >= v8
Sourced from @vue/eslint-config-prettier's changelog.
8.0.0 (2023-07-20) Breaking Changes Upgraded to Prettier v3; please check out the Prettier release blog for more details Requires Node.js >= v14 Requires ESLint >= v8
61ac373
8df52fb
3829ba0
Updates eslint from 8.44.0 to 8.48.0
eslint
Sourced from eslint's releases.
v8.48.0 Features 1fbb3b0 feat: correct update direction in for-direction (#17483) (Francesco Trotta) d73fbf2 feat: rule tester do not create empty valid or invalid test suites (#17475) (fnx) ee2f718 feat: Allow void in rule no-promise-executor-return (#17282) (nopeless) Bug Fixes 7234f6a fix: update RuleTester JSDoc and deprecations (#17496) (Jonas Berlin) Documentation 7a51d77 docs: no-param-reassign mention strict mode (#17494) (Stephen Hardy) 9cd7ac2 docs: add fetch script to package.json conventions (#17459) (Nitin Kumar) cab21e6 docs: advice for inline disabling of rules (#17458) (Ashish Yadav) 056499d docs: fix example of flat config from plugin (#17482) (Francesco Trotta) 9e9edf9 docs: update documentation URL in error message (#17465) (Nitin Kumar) Chores 8dd3cec chore: upgrade @eslint/js@8.48.0 (#17501) (Milos Djermanovic) 6d0496e chore: package.json update for @eslint/js release (ESLint Jenkins) 9d4216d chore: Refactor and document CodePathSegment (#17474) (Nicholas C. Zakas) v8.47.0 Features 53d7508 feat: update regex for methods with thisArg (#17439) (Francesco Trotta) Bug Fixes 631648e fix: do not report on shadowed constructors in no-new-wrappers (#17447) (Francesco Trotta) Documentation a766a48 docs: document lack of config file names (#17442) (James) a1635d6 docs: Update README (GitHub Actions Bot) 47a0859 docs: update require-unicode-regexp.md as following up #17402 (#17441) (SUZUKI Sosuke) fcdc85d docs: Update README (GitHub Actions Bot) 2a92b6c docs: update with "Specifying Parser Options" (#17435) (Cheol-Won) d743ed3 docs: add metadata for parser/processor (#17438) (Huáng Jùnliàng) 224376c docs: Update README (GitHub Actions Bot) a41a8e4 docs: update script names in README (#17432) (Nitin Kumar) Chores bf69aa6 chore: Update dependencies (#17456) (Nicholas C. Zakas) 0e45760 chore: package.json update for @eslint/js release (ESLint Jenkins) 757bfe1 chore: Remove add-to-triage (#17450) (Nicholas C. Zakas) b066640 chore: standardize npm script names (#17431) (Nitin Kumar) 6b2410f chore: Update add-to-triage.yml (#17444) (Nicholas C. Zakas) v8.46.0 Features 8a93438 feat: require-unicode-regexp support v flag (#17402) (SUZUKI Sosuke) 1a2f966 feat: no-useless-escape support v flag (#17420) (Yosuke Ota) ee68d1d feat: no-empty-character-class support v flag (#17419) (Milos Djermanovic)
1fbb3b0
for-direction
d73fbf2
ee2f718
void
no-promise-executor-return
7234f6a
7a51d77
9cd7ac2
fetch
cab21e6
056499d
9e9edf9
8dd3cec
@eslint/js
@8
6d0496e
9d4216d
53d7508
thisArg
631648e
no-new-wrappers
a766a48
a1635d6
47a0859
require-unicode-regexp.md
fcdc85d
2a92b6c
d743ed3
224376c
a41a8e4
bf69aa6
0e45760
757bfe1
b066640
6b2410f
8a93438
require-unicode-regexp
v
1a2f966
no-useless-escape
ee68d1d
no-empty-character-class
Sourced from eslint's changelog.
v8.48.0 - August 25, 2023 8dd3cec chore: upgrade @eslint/js@8.48.0 (#17501) (Milos Djermanovic) 6d0496e chore: package.json update for @eslint/js release (ESLint Jenkins) 7a51d77 docs: no-param-reassign mention strict mode (#17494) (Stephen Hardy) 9cd7ac2 docs: add fetch script to package.json conventions (#17459) (Nitin Kumar) 7234f6a fix: update RuleTester JSDoc and deprecations (#17496) (Jonas Berlin) 1fbb3b0 feat: correct update direction in for-direction (#17483) (Francesco Trotta) 9d4216d chore: Refactor and document CodePathSegment (#17474) (Nicholas C. Zakas) cab21e6 docs: advice for inline disabling of rules (#17458) (Ashish Yadav) 056499d docs: fix example of flat config from plugin (#17482) (Francesco Trotta) d73fbf2 feat: rule tester do not create empty valid or invalid test suites (#17475) (fnx) ee2f718 feat: Allow void in rule no-promise-executor-return (#17282) (nopeless) 9e9edf9 docs: update documentation URL in error message (#17465) (Nitin Kumar) v8.47.0 - August 11, 2023 bf69aa6 chore: Update dependencies (#17456) (Nicholas C. Zakas) 0e45760 chore: package.json update for @eslint/js release (ESLint Jenkins) 631648e fix: do not report on shadowed constructors in no-new-wrappers (#17447) (Francesco Trotta) 757bfe1 chore: Remove add-to-triage (#17450) (Nicholas C. Zakas) b066640 chore: standardize npm script names (#17431) (Nitin Kumar) a766a48 docs: document lack of config file names (#17442) (James) a1635d6 docs: Update README (GitHub Actions Bot) 6b2410f chore: Update add-to-triage.yml (#17444) (Nicholas C. Zakas) 47a0859 docs: update require-unicode-regexp.md as following up #17402 (#17441) (SUZUKI Sosuke) 53d7508 feat: update regex for methods with thisArg (#17439) (Francesco Trotta) fcdc85d docs: Update README (GitHub Actions Bot) 2a92b6c docs: update with "Specifying Parser Options" (#17435) (Cheol-Won) d743ed3 docs: add metadata for parser/processor (#17438) (Huáng Jùnliàng) 224376c docs: Update README (GitHub Actions Bot) a41a8e4 docs: update script names in README (#17432) (Nitin Kumar) v8.46.0 - July 28, 2023 d1eb7e4 chore: Update ecosystem dependencies (#17427) (Nicholas C. Zakas) fab9e97 chore: package.json update for eslint-config-eslint release (ESLint Jenkins) 6246711 chore: package.json update for @eslint/js release (ESLint Jenkins) 8a93438 feat: require-unicode-regexp support v flag (#17402) (SUZUKI Sosuke) 4d474e3 docs: update with TypeScript info (#17423) (James) 091f44e docs: File extension named processor deprecation (#17362) (Matt Wilkinson) 1a2f966 feat: no-useless-escape support v flag (#17420) (Yosuke Ota) 0aa0bc3 chore: Add PRs to triage project (#17421) (Nicholas C. Zakas) ee68d1d feat: no-empty-character-class support v flag (#17419) (Milos Djermanovic) 853d32b feat: deprecate no-return-await (#17417) (Carlos Lopez) d4f02e4 feat: no-control-regex support v flag (#17405) (Yosuke Ota) 9254a6c docs: Update README (GitHub Actions Bot) 2a35f3e feat: prefer-named-capture-group support v flag (#17409) (Yosuke Ota) 8ca8b50 feat: Better error message for flat config plugins (#17399) (Nicholas C. Zakas) 6d6dc51 docs: fix overlapping of open in playground button (#17403) (Tanuj Kanti)
v8.48.0 - August 25, 2023
v8.47.0 - August 11, 2023
v8.46.0 - July 28, 2023
d1eb7e4
fab9e97
6246711
4d474e3
091f44e
0aa0bc3
853d32b
d4f02e4
no-control-regex
9254a6c
2a35f3e
prefer-named-capture-group
8ca8b50
6d6dc51
open in playground
10c4f85
5013ad7
Updates eslint-plugin-vue from 9.15.0 to 9.17.0
eslint-plugin-vue
Sourced from eslint-plugin-vue's releases.
v9.17.0 ✨ Enhancements #2258 Added support for template literals in vue/no-deprecated-model-definition. ⚙️ Updates #2260 Improved error message for vue/no-dupe-keys. #2268 Renamed vue/no-setup-props-destructure (now deprecated) to vue/no-setup-props-reactivity-loss, and removed both rules from any preset configs. #2269 Renamed vue/no-ref-object-destructure (now deprecated) to vue/no-ref-object-reactivity-loss. Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.16.1...v9.17.0 v9.16.1 🐛 Bug Fixes #2256 Fixed incompatibility with @typescript-eslint v6 in vue/script-indent rule Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.16.0...v9.16.1 v9.16.0 ✨ Enhancements #2224 Added vue/no-use-v-else-with-v-for rule that disallows using v-else-if/v-else on the same element as v-for. #1983 Added vue/require-typed-object-prop rule that enforces adding type declarations to object props. #2238 Added vue/no-deprecated-model-definition rule that disallows the model definition, which is deprecated in Vue 3. 🐛 Bug Fixes #2229 Don't auto fix in vue/attribute-hyphenation rule when it would break props. ⚙️ Updates #2223 Ignore blocks in vue/html-self-closing rule. #2244 Improved the vue/no-setup-props-destructure rule (expect more lint issues!). #2222 Renamed vue/component-tags-order to vue/block-order (the old rule is still included in the preset configs, but it is now deprecated). Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.15.1...v9.16.0 v9.15.1 🐛 Bug Fixes #2221 Fixed vue/no-console rule false positives outside the \<template> block. Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.15.0...v9.15.1
vue/no-deprecated-model-definition
vue/no-dupe-keys
vue/no-setup-props-destructure
vue/no-setup-props-reactivity-loss
vue/no-ref-object-destructure
vue/no-ref-object-reactivity-loss
Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.16.1...v9.17.0
@typescript-eslint
vue/script-indent
Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.16.0...v9.16.1
vue/no-use-v-else-with-v-for
v-else-if
v-else
v-for
vue/require-typed-object-prop
model
vue/attribute-hyphenation
vue/html-self-closing
vue/component-tags-order
vue/block-order
Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.15.1...v9.16.0
vue/no-console
\<template>
Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.15.0...v9.15.1
f607af7
7422a0e
4112be5
181e857
101cabf
28efd94
6531988
56180e3
684c847
b8814c7
Updates hast-util-from-html from 1.0.1 to 2.0.1
hast-util-from-html
Sourced from hast-util-from-html's releases.
2.0.1 Types 7162520 Fix to register data from hast-util-from-parse5 Full Changelog: https://github.com/syntax-tree/hast-util-from-html/compare/2.0.0...2.0.1 2.0.0 Change 241828e Update @types/hast, utilities migrate: update too 8fa7411 Change to require Node.js 16 migrate: update too 53bdfa1 Change to use exports migrate: don’t use private APIs 3617448 Add improved source on parse errors Full Changelog: https://github.com/syntax-tree/hast-util-from-html/compare/1.0.2...2.0.0 1.0.2 b5ac23e Add missing type dependency by @tknickman in syntax-tree/hast-util-from-html#4 Full Changelog: https://github.com/syntax-tree/hast-util-from-html/compare/1.0.1...1.0.2
hast-util-from-parse5
Full Changelog: https://github.com/syntax-tree/hast-util-from-html/compare/2.0.0...2.0.1
@types/hast
exports
source
Full Changelog: https://github.com/syntax-tree/hast-util-from-html/compare/1.0.2...2.0.0
@tknickman
Full Changelog: https://github.com/syntax-tree/hast-util-from-html/compare/1.0.1...1.0.2
5e2a0bb
7162520
aa49022
8fa7411
53bdfa1
3617448
198ae41
82f16ab
e4dff32
66ff2e5
.npmrc
Updates hast-util-to-string from 2.0.0 to 3.0.0
hast-util-to-string
Sourced from hast-util-to-string's releases.
3.0.0 3392d64 Update dependencies rehype-preset-minify@2.1.0 df0d8eb add config to close empty svg elements rehype-minify-event-handler@2.0.3 446f9cb Update trim rehype-minify-attribute-whitespace@2.0.3 97add13 Update trim rehype-remove-comments@2.0.1 578ea79 update unist-util-filter
trim
unist-util-filter
a9ac2f3
3392d64
7f8b3be
ea6c21d
be9b839
b0adcfa
67bcdaf
17083b4
readme.md
e4bf704
2a0b565
Updates rehype-slug from 5.1.0 to 6.0.0
rehype-slug
Sourced from rehype-slug's releases.
6.0.0 Change 295ac26 Update @types/hast, unified, utilities, etc migrate: update too 12f76f8 Change to require Node.js 16 migrate: update too 6855bcc Change to use exports migrate: don’t use private APIs Full Changelog: https://github.com/rehypejs/rehype-slug/compare/5.1.0...6.0.0
unified
Full Changelog: https://github.com/rehypejs/rehype-slug/compare/5.1.0...6.0.0
f90fc8f
12f76f8
6855bcc
87da225
lib/
963f30c
463cd39
22f1ee7
node:test
4597690
ignore-scripts
8b862e1
9c6f669
package.json
Updates rehype-stringify from 9.0.4 to 10.0.0
rehype-stringify
Sourced from rehype-stringify's releases.
rehype-stringify@10.0.0 (see 13.0.0)
(see 13.0.0)
13.0.0
355717c
d6925bd
830757d
17079b0
8f73640
7c9115b
d8120dd
f773697
2f189a6
abd30c7
Looks like these dependencies are updatable in another way, so this is no longer needed.
Bumps the dependencies group with 11 updates:
18.16.0
18.17.14
5.61.0
6.5.0
5.61.0
6.5.0
7.1.0
8.0.0
8.44.0
8.48.0
9.15.0
9.17.0
1.0.1
2.0.1
2.0.0
3.0.0
5.1.0
6.0.0
9.0.4
10.0.0
10.1.2
11.0.2
Updates
@types/node
from 18.16.0 to 18.17.14Commits
Updates
@typescript-eslint/eslint-plugin
from 5.61.0 to 6.5.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
4f34d0b
chore: publish v6.5.023ac499
fix(eslint-plugin): [consistent-type-assertions] wrap object return value wit...85f34da
docs: add info for no-extra-semi (#7330)ef1367e
chore: publish v6.4.12e1cfd5
chore: upgrade to yarn 3 (#6162)b52658f
fix(eslint-plugin): [no-unnecessary-condition] false positives with branded t...66cc514
chore: enable logical-assignment-operators rule internally (#7484)e1897db
docs: fix typo in member-ordering (#7488)14bea42
chore: publish v6.4.09181252
docs: add note on common misconceptions about type narrowing (#7391)Updates
@typescript-eslint/parser
from 5.61.0 to 6.5.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
4f34d0b
chore: publish v6.5.0ef1367e
chore: publish v6.4.12e1cfd5
chore: upgrade to yarn 3 (#6162)14bea42
chore: publish v6.4.00a1de14
chore: publish v6.3.0948b061
chore: publish v6.2.1c869aa1
chore: publish v6.2.0d98f1e8
chore: publish v6.1.06d3d162
feat(typescript-estree): add EXPERIMENTAL_useProjectService option to use Typ...2e30379
chore: bump dependency versions (#7191)Updates
@vue/eslint-config-prettier
from 7.1.0 to 8.0.0Release notes
Sourced from
@vue/eslint-config-prettier
's releases.Changelog
Sourced from
@vue/eslint-config-prettier
's changelog.Commits
61ac373
8.0.08df52fb
chore!: drop ESLint 7 support3829ba0
feat!: upgrade Prettier to v3.0.0 (#17)Updates
eslint
from 8.44.0 to 8.48.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
10c4f85
8.48.05013ad7
Build: changelog update for 8.48.08dd3cec
chore: upgrade@eslint/js
@8
.48.0 (#17501)6d0496e
chore: package.json update for@eslint/js
release7a51d77
docs: no-param-reassign mention strict mode (#17494)9cd7ac2
docs: addfetch
script to package.json conventions (#17459)7234f6a
fix: update RuleTester JSDoc and deprecations (#17496)1fbb3b0
feat: correct update direction infor-direction
(#17483)9d4216d
chore: Refactor and document CodePathSegment (#17474)cab21e6
docs: advice for inline disabling of rules (#17458)Updates
eslint-plugin-vue
from 9.15.0 to 9.17.0Release notes
Sourced from eslint-plugin-vue's releases.
Commits
f607af7
9.17.07422a0e
Renamevue/no-ref-object-destructure
tovue/no-ref-object-reactivity-loss
...4112be5
Renamevue/no-setup-props-destructure
to `vue/no-setup-props-reactivity-los...181e857
Support template literals invue/no-deprecated-model-definition
(#2258)101cabf
Improve docs and error message forvue/no-dupe-keys
(#2260)28efd94
9.16.16531988
Fix incompatibility with typescript-eslint v6 invue/script-indent
rule (#2...56180e3
9.16.0684c847
Improve thevue/no-setup-props-destructure
rule (#2244)b8814c7
Only allow modelValue invue/no-deprecated-model-definition
(#2255)Updates
hast-util-from-html
from 1.0.1 to 2.0.1Release notes
Sourced from hast-util-from-html's releases.
Commits
5e2a0bb
2.0.17162520
Fix to register data fromhast-util-from-parse5
aa49022
2.0.08fa7411
Change to require Node.js 1653bdfa1
Change to useexports
3617448
Add improvedsource
on parse errors198ae41
Fix link82f16ab
Refactor docse4dff32
Refactor code-style66ff2e5
Refactor.npmrc
Updates
hast-util-to-string
from 2.0.0 to 3.0.0Release notes
Sourced from hast-util-to-string's releases.
Commits
a9ac2f3
3.0.03392d64
Update dependencies7f8b3be
javascript-script: 2.0.0ea6c21d
javascript-url: 2.0.0be9b839
enumerated-attribute: 2.0.0b0adcfa
sort-attributes: 2.0.067bcdaf
sort-attribute-values: 2.0.017083b4
Updatereadme.md
e4bf704
Add benchmark2a0b565
preset-minify: remove space in doctypeUpdates
rehype-slug
from 5.1.0 to 6.0.0Release notes
Sourced from rehype-slug's releases.
Commits
f90fc8f
6.0.012f76f8
Change to require Node.js 166855bcc
Change to useexports
87da225
Refactor to move implementation tolib/
963f30c
Refactor docs463cd39
Refactor code-style22f1ee7
Refactor to usenode:test
4597690
Addignore-scripts
to.npmrc
8b862e1
Refactor Actions9c6f669
Refactorpackage.json
Updates
rehype-stringify
from 9.0.4 to 10.0.0Release notes
Sourced from rehype-stringify's releases.
Commits
355717c
rehype-stringify: 10.0.0d6925bd
rehype-parse: 9.0.0830757d
Change to require Node.js 1617079b0
Change to useexports
8f73640
Refactor docs7c9115b
Add typed settingsd8120dd
Refactor code-stylef773697
Refactor to usenode:test
2f189a6
Addignore-scripts
to.npmrc
sabd30c7
Refactor Actions