vkjs
vkjs copied to clipboard
chore(deps-dev): bump the eslint group across 1 directory with 6 updates
Bumps the eslint group with 6 updates in the / directory:
| Package | From | To |
|---|---|---|
| @typescript-eslint/eslint-plugin | 7.18.0 |
8.26.0 |
| @typescript-eslint/parser | 7.18.0 |
8.26.0 |
| @vkontakte/eslint-plugin | 1.2.0 |
2.0.0 |
| eslint | 8.57.1 |
9.22.0 |
| eslint-config-prettier | 9.1.0 |
10.1.1 |
| eslint-plugin-prettier | 5.2.1 |
5.2.3 |
Updates @typescript-eslint/eslint-plugin from 7.18.0 to 8.26.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.26.0
8.26.0 (2025-03-03)
🚀 Features
- support TypeScript 5.8 (#10903)
- eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#9536)
- eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#10714)
- eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#10889)
- eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#10781)
- rule-tester: export
TestLanguageOptions(#10892)- scope-manager: only call Object.entries once for each lib (#10647)
🩹 Fixes
- deps: update dependency typedoc-plugin-markdown to v4.4.2 (#10877)
- eslint-plugin: [unified-signatures] does not differentiate truly private methods (#10806)
- eslint-plugin: [no-invalid-void-type] report
accessorproperties with an invalidvoidtype (#10864)- eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#10875)
- rule-tester: Add missing
parserdependency (#10909)❤️ Thank You
- Andrea Simone Costa
@jfet97- Dave
@reduckted- David Michon
- Dirk Luijk
@dirkluijk- fregante
@fregante- Ronen Amiel
- YeonJuan
@yeonjuan- Yukihiro Hasegawa
@y-hsgwYou can read about our versioning strategy and releases on our website.
v8.25.0
8.25.0 (2025-02-24)
🚀 Features
- eslint-plugin: [no-misused-spread] add suggestions (#10719)
🩹 Fixes
- ast-spec: replace
attributeswithoptionsproperty inTSImportType(#10691)- eslint-plugin: [unified-signatures] handle getter-setter (#10818)
- eslint-plugin: [no-deprecated] report usage of deprecated private identifiers (#10844)
- eslint-plugin: [prefer-nullish-coalescing] report on chain expressions in a ternary (#10708)
- typescript-estree: align TS module nodes to namespaces (#10504)
- visitor-keys: update keys for
ImportAttribute(#10649)
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.26.0 (2025-03-03)
🚀 Features
- eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#10781)
- eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#10889)
- eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#10714)
- support TypeScript 5.8 (#10903)
- eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#9536)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#10875)
- eslint-plugin: [no-invalid-void-type] report
accessorproperties with an invalidvoidtype (#10864)- eslint-plugin: [unified-signatures] does not differentiate truly private methods (#10806)
❤️ Thank You
- Andrea Simone Costa
@jfet97- Dirk Luijk
@dirkluijk- Ronen Amiel
- YeonJuan
@yeonjuan- Yukihiro Hasegawa
@y-hsgwYou can read about our versioning strategy and releases on our website.
8.25.0 (2025-02-24)
🚀 Features
- eslint-plugin: [no-misused-spread] add suggestions (#10719)
🩹 Fixes
- eslint-plugin: [prefer-nullish-coalescing] report on chain expressions in a ternary (#10708)
- eslint-plugin: [no-deprecated] report usage of deprecated private identifiers (#10844)
- eslint-plugin: [unified-signatures] handle getter-setter (#10818)
❤️ Thank You
- Olivier Zalmanski
@OlivierZal- Ronen Amiel
- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
8.24.1 (2025-02-17)
🩹 Fixes
... (truncated)
Commits
bc6d19fchore(release): publish 8.26.002d9d73feat(eslint-plugin): [unified-signatures] support ignoring overload signature...84af50efeat(eslint-plugin): [explicit-module-boundary-types] add an option to ignore...a03b7effix(eslint-plugin): [no-unnecessary-type-assertion] handle unknown (#10875)4082ad0docs(eslint-plugin): [consistent-return] add link tonoImplicitReturnsdocs...d8d4b3cfeat(eslint-plugin): [no-unused-var] handle implicit exports in declaration f...9674629feat: support TypeScript 5.8 (#10903)3c7b8ffchore: fix integration-tests (#10906)735064afix(eslint-plugin): [no-invalid-void-type] reportaccessorproperties with ...a6feb59fix(eslint-plugin): [unified-signatures] does not differentiate truly private...- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 7.18.0 to 8.26.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.26.0
8.26.0 (2025-03-03)
🚀 Features
- support TypeScript 5.8 (#10903)
- eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#9536)
- eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#10714)
- eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#10889)
- eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#10781)
- rule-tester: export
TestLanguageOptions(#10892)- scope-manager: only call Object.entries once for each lib (#10647)
🩹 Fixes
- deps: update dependency typedoc-plugin-markdown to v4.4.2 (#10877)
- eslint-plugin: [unified-signatures] does not differentiate truly private methods (#10806)
- eslint-plugin: [no-invalid-void-type] report
accessorproperties with an invalidvoidtype (#10864)- eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#10875)
- rule-tester: Add missing
parserdependency (#10909)❤️ Thank You
- Andrea Simone Costa
@jfet97- Dave
@reduckted- David Michon
- Dirk Luijk
@dirkluijk- fregante
@fregante- Ronen Amiel
- YeonJuan
@yeonjuan- Yukihiro Hasegawa
@y-hsgwYou can read about our versioning strategy and releases on our website.
v8.25.0
8.25.0 (2025-02-24)
🚀 Features
- eslint-plugin: [no-misused-spread] add suggestions (#10719)
🩹 Fixes
- ast-spec: replace
attributeswithoptionsproperty inTSImportType(#10691)- eslint-plugin: [unified-signatures] handle getter-setter (#10818)
- eslint-plugin: [no-deprecated] report usage of deprecated private identifiers (#10844)
- eslint-plugin: [prefer-nullish-coalescing] report on chain expressions in a ternary (#10708)
- typescript-estree: align TS module nodes to namespaces (#10504)
- visitor-keys: update keys for
ImportAttribute(#10649)
... (truncated)
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.26.0 (2025-03-03)
🚀 Features
- support TypeScript 5.8 (#10903)
❤️ Thank You
- Dirk Luijk
@dirkluijkYou can read about our versioning strategy and releases on our website.
8.25.0 (2025-02-24)
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.24.1 (2025-02-17)
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.24.0 (2025-02-10)
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.23.0 (2025-02-03)
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.22.0 (2025-01-27)
🚀 Features
- parser: add standalone isolatedDeclarations option (#10499)
❤️ Thank You
- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
8.21.0 (2025-01-20)
... (truncated)
Commits
bc6d19fchore(release): publish 8.26.017e7012chore(deps): update dependency knip to v5.44.1 (#10845)9674629feat: support TypeScript 5.8 (#10903)7c88d26chore: update all test scripts to remove coverage flag (#10582)1a9ab8fchore(release): publish 8.25.0f3ef20echore: update to latest nx and use project references first approach (#10361)3646ec0chore(release): publish 8.24.187d72bachore(release): publish 8.24.02a96020chore(release): publish 8.23.094e8098chore(release): publish 8.22.0- Additional commits viewable in compare view
Updates @vkontakte/eslint-plugin from 1.2.0 to 2.0.0
Release notes
Sourced from @vkontakte/eslint-plugin's releases.
v2.0.0
What's Changed
- BREAKING CHANGE: Update typescript-eslint packages by
@xaretyin #98- fix: Add import selector to typescript-eslint/naming-convention by
@xaretyin #98Full Changelog: https://github.com/VKCOM/eslint-plugin/compare/v1.2.0...v2.0.0
Commits
a473ea2v2.0.0a0bb620chore: bump CI node version82169b2BREAKING CHANGE: Update@typescript-eslintpackages440bd15fix: Add import selector to@typescript-eslint/naming-conventiona7c0c72chore(deps-dev): bump typescript from 5.4.2 to 5.4.3 (#97)f91d061chore(deps): bump@babel/corefrom 7.24.1 to 7.24.3 (#96)f70e3dechore(deps): bump@babel/eslint-parserfrom 7.23.10 to 7.24.1 (#94)a4beb53chore(deps): bump@babel/corefrom 7.24.0 to 7.24.1 (#95)6c8fee0chore(deps-dev): bump eslint-plugin-react from 7.34.0 to 7.34.1 (#93)dcc29dechore(deps-dev): bump typescript from 5.3.3 to 5.4.2 (#92)- Additional commits viewable in compare view
Updates eslint from 8.57.1 to 9.22.0
Release notes
Sourced from eslint's releases.
v9.22.0
Features
Bug Fixes
19c0127fix: improve message forno-consolesuggestions (#19483) (Francesco Trotta)49e624ffix: improve error message for falsy parsed JS AST (#19458) (Josh Goldberg ✨)Documentation
86c5f37docs: Update README (GitHub Actions Bot)fbdeff0docs: Update README (GitHub Actions Bot)c9e8510docs: generate deprecation notice in TSDoc comments from rule metadata (#19461) (Francesco Trotta)2f386addocs: replacevarwithconstin rule examples (#19469) (Tanuj Kanti)0e688e3docs: Update README (GitHub Actions Bot)06b596ddocs: Restore the carrot to the position where the search input was lost (#19459) (Amaresh S M)Chores
97f788bchore: upgrade@eslint/js@9.22.0 (#19489) (Milos Djermanovic)eed409achore: package.json update for@eslint/jsrelease (Jenkins)f9a56d3chore: upgrade [email protected] (#19488) (Milos Djermanovic)v9.21.0
Features
418717ffeat: introduce new deprecated types for rules (#19238) (fnx)5c5b802feat: Add--extCLI option (#19405) (Milos Djermanovic)Bug Fixes
db5340dfix: update missing plugin message template (#19445) (Milos Djermanovic)d8ffdd4fix: do not exit process on rule crash (#19436) (Francesco Trotta)Documentation
c5561eadocs: Update README (GitHub Actions Bot)80b0485docs: replacevarwithletandconstin rule example (#19434) (Tanuj Kanti)f67d5e8docs: Update README (GitHub Actions Bot)75afc61docs: Update README (GitHub Actions Bot)0636cabdocs: Update Eleventy from v2 to v3 (#19415) (Amaresh S M)dd7d930docs: Update README (GitHub Actions Bot)Chores
a8c9a9fchore: update@eslint/eslintrcand@eslint/js(#19453) (Francesco Trotta)265e0cfchore: package.json update for@eslint/jsrelease (Jenkins)3401b85test: add test forRule.ReportDescriptortype (#19449) (Francesco Trotta)e497aa7chore: update rewrite dependencies (#19448) (Francesco Trotta)dab5478chore: better error message for missing plugin in config (#19402) (Tanuj Kanti)ebfe2ebchore: set js language for bug report issue config block (#19439) (Josh Goldberg ✨)5fd211dtest: processors can return subpaths (#19425) (Milos Djermanovic)v9.20.1
Bug Fixes
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.22.0 - March 7, 2025
97f788bchore: upgrade@eslint/js@9.22.0 (#19489) (Milos Djermanovic)eed409achore: package.json update for@eslint/jsrelease (Jenkins)f9a56d3chore: upgrade [email protected] (#19488) (Milos Djermanovic)7ddb095feat: Export defineConfig, globalIgnores (#19487) (Nicholas C. Zakas)86c5f37docs: Update README (GitHub Actions Bot)19c0127fix: improve message forno-consolesuggestions (#19483) (Francesco Trotta)fbdeff0docs: Update README (GitHub Actions Bot)c9e8510docs: generate deprecation notice in TSDoc comments from rule metadata (#19461) (Francesco Trotta)2f386addocs: replacevarwithconstin rule examples (#19469) (Tanuj Kanti)0e688e3docs: Update README (GitHub Actions Bot)49e624ffix: improve error message for falsy parsed JS AST (#19458) (Josh Goldberg ✨)06b596ddocs: Restore the carrot to the position where the search input was lost (#19459) (Amaresh S M)v9.21.0 - February 21, 2025
a8c9a9fchore: update@eslint/eslintrcand@eslint/js(#19453) (Francesco Trotta)265e0cfchore: package.json update for@eslint/jsrelease (Jenkins)418717ffeat: introduce new deprecated types for rules (#19238) (fnx)3401b85test: add test forRule.ReportDescriptortype (#19449) (Francesco Trotta)e497aa7chore: update rewrite dependencies (#19448) (Francesco Trotta)c5561eadocs: Update README (GitHub Actions Bot)db5340dfix: update missing plugin message template (#19445) (Milos Djermanovic)d8ffdd4fix: do not exit process on rule crash (#19436) (Francesco Trotta)dab5478chore: better error message for missing plugin in config (#19402) (Tanuj Kanti)80b0485docs: replacevarwithletandconstin rule example (#19434) (Tanuj Kanti)ebfe2ebchore: set js language for bug report issue config block (#19439) (Josh Goldberg ✨)f67d5e8docs: Update README (GitHub Actions Bot)75afc61docs: Update README (GitHub Actions Bot)5fd211dtest: processors can return subpaths (#19425) (Milos Djermanovic)0636cabdocs: Update Eleventy from v2 to v3 (#19415) (Amaresh S M)5c5b802feat: Add--extCLI option (#19405) (Milos Djermanovic)dd7d930docs: Update README (GitHub Actions Bot)v9.20.1 - February 11, 2025
fe3ccb2docs: allow typing in search box while dropdown is open (#19424) (Amaresh S M)274f054fix: fixRuleContexttype (#19417) (Francesco Trotta)93c78a5docs: Add instructions for pnpm compat (#19422) (Nicholas C. Zakas)b476a93docs: Fix Keyboard Navigation for Search Results (#19416) (Amaresh S M)ccb60c0docs: Update README (GitHub Actions Bot)v9.20.0 - February 7, 2025
979097achore: upgrade@eslint/js@9.20.0 (#19412) (Francesco Trotta)031734echore: package.json update for@eslint/jsrelease (Jenkins)91d4d9ffix: Bring types in sync with@eslint/core(#19157) (Nicholas C. Zakas)b7012c8docs: rewrite examples with var using let and const (#19407) (Mueez Javaid Hashmi)d4c47c3test: avoid empty config warning in test output (#19408) (Milos Djermanovic)
... (truncated)
Commits
60a78e79.22.0d11fc14Build: changelog update for 9.22.097f788bchore: upgrade@eslint/js@9.22.0 (#19489)eed409achore: package.json update for@eslint/jsreleasef9a56d3chore: upgrade [email protected] (#19488)7ddb095feat: Export defineConfig, globalIgnores (#19487)86c5f37docs: Update README19c0127fix: improve message forno-consolesuggestions (#19483)fbdeff0docs: Update READMEc9e8510docs: generate deprecation notice in TSDoc comments from rule metadata (#19461)- Additional commits viewable in compare view
Updates eslint-config-prettier from 9.1.0 to 10.1.1
Release notes
Sourced from eslint-config-prettier's releases.
v10.1.1
Patch Changes
#309
eb56a5eThanks@JounQin! - fix: separate the/flatentry for compatibilityFor flat config users, the previous
"eslint-config-prettier"entry still works, but"eslint-config-prettier/flat"adds a newnameproperty for config-inspector, we just can't add it for the default entry for compatibility.See also prettier/eslint-config-prettier#308
// before import eslintConfigPrettier from "eslint-config-prettier";// after
import eslintConfigPrettier from "eslint-config-prettier/flat";
v10.1.0
Minor Changes
v10.0.3
Patch Changes
#294
8dbbd6dThanks@FloEdelmann! - feat: add name to config#280
cba5737Thanks@zanminkian! - feat: add declaration fileNew Contributors
@zanminkianmade their first contribution in prettier/eslint-config-prettier#280@FloEdelmannmade their first contribution in prettier/eslint-config-prettier#294Full Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.0.2...v10.0.3
v10.0.2
Patch Changes
v10.0.1
eslint-config-prettier
10.0.1
What's Changed
- chore: migrate to changeset for automatically releasing by
@JounQinin prettier/eslint-config-prettier#278- add support for
@stylistic/eslint-pluginby@abrahamguoin prettier/eslint-config-prettier#272New Contributors
... (truncated)
Changelog
Sourced from eslint-config-prettier's changelog.
10.1.1
Patch Changes
#309
eb56a5eThanks@JounQin! - fix: separate the/flatentry for compatibilityFor flat config users, the previous
"eslint-config-prettier"entry still works, but"eslint-config-prettier/flat"adds a newnameproperty for config-inspector, we just can't add it for the default entry for compatibility.See also prettier/eslint-config-prettier#308
// before import eslintConfigPrettier from "eslint-config-prettier";// after
import eslintConfigPrettier from "eslint-config-prettier/flat";
10.1.0
Minor Changes
10.0.3
Patch Changes
#294
8dbbd6dThanks@FloEdelmann! - feat: add name to config#280
cba5737Thanks@zanminkian! - feat: add declaration file10.0.2
Patch Changes
10.0.0
Major Changes
- #272
5be64beThanks@abrahamguo! - add support for@stylisticformatting rulesVersions before 10.0.0
Commits
f12309bchore: release eslint-config-prettier (#310)79cf679chore: use flat entry for flat config verificationeb56a5efix: separate the/flatentry for compatibility (#309)2c6f80echore: release eslint-config-prettier (#307)56e2e34feat: migrate to exports field (#306)c27e785chore: release eslint-config-prettier (#304)c5d7853chore: add missing@stylistic/eslint-plugin-plus1837a4dci: testing, migrate to yarn v4 (#305)8dbbd6dfeat: add name to config (#294)cba5737feat: add declaration file (#280)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by jounqin, a new releaser for eslint-config-prettier since your current version.
Updates eslint-plugin-prettier from 5.2.1 to 5.2.3
Release notes
Sourced from eslint-plugin-prettier's releases.
v5.2.3
Patch Changes
v5.2.2
Patch Changes
What's Changed
- docs(README): fixes legacy ESlint configs link by
@2KAbhishekin prettier/eslint-plugin-prettier#686- fix: report node when loc not found by
@ntnyqin prettier/eslint-plugin-prettier#700New Contributors
@2KAbhishekmade their first contribution in prettier/eslint-plugin-prettier#686@ntnyqmade their first contribution in prettier/eslint-plugin-prettier#700Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.1...v5.2.2
Commits
6fd7ba1chore: release eslint-plugin-prettier (#704)190d6f9build(deps): Bump synckit from 0.9.1 to 0.9.2 (#705)9cf6a01build(deps-dev): Bump svelte from 4.2.8 to 4.2.19 (#677)9c6141fchore: add plugin name to flat recommended config (#703)35a5cd0chore: bupm eslint-plugin-comments (#702)df123a5chore: release eslint-plugin-prettier (#701)e272d7cchore: use double quote for changesets/changelog filesaa5b59ffix: report node when loc not found (#700)37d87eachore: update FUNDING.ymlb307125docs(README): fixes legacy ESlint configs link (#686)- 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 sp...
Description has been truncated
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 44.60%. Comparing base (
f610b1d) to head (00bd7d8).
Additional details and impacted files
@@ Coverage Diff @@
## master #661 +/- ##
=======================================
Coverage 44.60% 44.60%
=======================================
Files 36 36
Lines 686 686
Branches 143 143
=======================================
Hits 306 306
Misses 373 373
Partials 7 7
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
Looks like these dependencies are updatable in another way, so this is no longer needed.