nix-shell-action
nix-shell-action copied to clipboard
build(deps-dev): bump the npm-development group across 1 directory with 9 updates
Bumps the npm-development group with 9 updates in the / directory:
| Package | From | To |
|---|---|---|
| @types/node | 22.8.1 |
22.10.10 |
| @typescript-eslint/eslint-plugin | 8.11.0 |
8.21.0 |
| @typescript-eslint/parser | 8.11.0 |
8.21.0 |
| @vercel/ncc | 0.38.2 |
0.38.3 |
| eslint-plugin-jest | 28.8.3 |
28.11.0 |
| eslint-plugin-jsonc | 2.16.0 |
2.19.1 |
| eslint-plugin-prettier | 5.2.1 |
5.2.3 |
| prettier | 3.3.3 |
3.4.2 |
| typescript | 5.6.3 |
5.7.3 |
Updates @types/node from 22.8.1 to 22.10.10
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 8.11.0 to 8.21.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.21.0
8.21.0 (2025-01-20)
🚀 Features
- ast-spec: support import attributes in
TSImportType(#10640)🩹 Fixes
- eslint-plugin: [no-unnecessary-type-arguments] handle type args on jsx (#10630)
- eslint-plugin: check JSX spread elements for misused spread usage (#10653)
- eslint-plugin: [no-for-in-array] report on any type which may be an array or array-like (#10535)
- eslint-plugin: [no-base-to-string] don't crash for recursive array or tuple types (#10633)
- eslint-plugin: [no-duplicate-enum-values] handle template literal (#10675)
- eslint-plugin-internal: [debug-namespace] on windows (#10661)
- rule-tester: handle window root path (#10654)
- scope-manager: add a reference for JSX closing element if it exists (#10614)
❤️ Thank You
- Arya Emami
@aryaemami59- Ronen Amiel
- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
v8.20.0
8.20.0 (2025-01-13)
🚀 Features
- standardize debug namespaces to file paths (#10599)
- eslint-plugin: [no-misused-spread] add new rule (#10551)
- eslint-plugin: [no-deprecated] add allow options (#10585)
- eslint-plugin: [consistent-type-assertions] add arrayLiteralTypeAssertions options (#10565)
🩹 Fixes
- eslint-plugin: [no-shadow] ignore ordering of type declarations (#10593)
- eslint-plugin: [no-unnecessary-condition] don't flag optional chaining for union types with an unconstrained type parameters (#10602)
❤️ Thank You
- Josh Goldberg ✨
- Ronen Amiel
- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
v8.19.1
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.21.0 (2025-01-20)
🩹 Fixes
- eslint-plugin: [no-duplicate-enum-values] handle template literal (#10675)
- eslint-plugin: [no-base-to-string] don't crash for recursive array or tuple types (#10633)
- eslint-plugin: [no-for-in-array] report on any type which may be an array or array-like (#10535)
- eslint-plugin: check JSX spread elements for misused spread usage (#10653)
- eslint-plugin: [no-unnecessary-type-arguments] handle type args on jsx (#10630)
❤️ Thank You
- Ronen Amiel
- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
8.20.0 (2025-01-13)
🚀 Features
- eslint-plugin: [consistent-type-assertions] add arrayLiteralTypeAssertions options (#10565)
- eslint-plugin: [no-deprecated] add allow options (#10585)
- eslint-plugin: [no-misused-spread] add new rule (#10551)
🩹 Fixes
- eslint-plugin: [no-unnecessary-condition] don't flag optional chaining for union types with an unconstrained type parameters (#10602)
- eslint-plugin: [no-shadow] ignore ordering of type declarations (#10593)
❤️ Thank You
- Josh Goldberg ✨
- Ronen Amiel
- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
8.19.1 (2025-01-06)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-assertion] handle literal types (#10523)
- eslint-plugin: [no-deprecated] doesn't report on shorthand property in an object expression (#10550)
- eslint-plugin: [strict-boolean-expressions] remove remaining (unsafe) autofixes (#10548)
- eslint-plugin: [no-shadow] report correctly on parameters of functions declared with the
declarekeyword (#10543)- eslint-plugin: [no-base-to-string] check array generic type (#10437)
❤️ Thank You
... (truncated)
Commits
79af426chore(release): publish 8.21.0609a78ftest(eslint-plugin): adjust tests to verifyno-unnecessary-type-assertiond...fb4ca72fix(eslint-plugin): [no-duplicate-enum-values] handle template literal (#10675)1895948fix(eslint-plugin): [no-base-to-string] don't crash for recursive array or tu...74f1c5afix(eslint-plugin): [no-for-in-array] report on any type which may be an arra...916b989fix(eslint-plugin): check JSX spread elements for misused spread usage (#10653)31be053chore: fix failing test on master70f3092docs: [no-misused-spread] fix sample code (#10659)a157fd4chore: standardized on inline named exports (mostly) (#10596)3dbcc19fix(eslint-plugin): [no-unnecessary-type-arguments] handle type args on jsx (...- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 8.11.0 to 8.21.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.21.0
8.21.0 (2025-01-20)
🚀 Features
- ast-spec: support import attributes in
TSImportType(#10640)🩹 Fixes
- eslint-plugin: [no-unnecessary-type-arguments] handle type args on jsx (#10630)
- eslint-plugin: check JSX spread elements for misused spread usage (#10653)
- eslint-plugin: [no-for-in-array] report on any type which may be an array or array-like (#10535)
- eslint-plugin: [no-base-to-string] don't crash for recursive array or tuple types (#10633)
- eslint-plugin: [no-duplicate-enum-values] handle template literal (#10675)
- eslint-plugin-internal: [debug-namespace] on windows (#10661)
- rule-tester: handle window root path (#10654)
- scope-manager: add a reference for JSX closing element if it exists (#10614)
❤️ Thank You
- Arya Emami
@aryaemami59- Ronen Amiel
- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
v8.20.0
8.20.0 (2025-01-13)
🚀 Features
- standardize debug namespaces to file paths (#10599)
- eslint-plugin: [no-misused-spread] add new rule (#10551)
- eslint-plugin: [no-deprecated] add allow options (#10585)
- eslint-plugin: [consistent-type-assertions] add arrayLiteralTypeAssertions options (#10565)
🩹 Fixes
- eslint-plugin: [no-shadow] ignore ordering of type declarations (#10593)
- eslint-plugin: [no-unnecessary-condition] don't flag optional chaining for union types with an unconstrained type parameters (#10602)
❤️ Thank You
- Josh Goldberg ✨
- Ronen Amiel
- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
v8.19.1
... (truncated)
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.21.0 (2025-01-20)
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.20.0 (2025-01-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.
8.19.1 (2025-01-06)
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.19.0 (2024-12-30)
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.18.2 (2024-12-23)
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.18.1 (2024-12-16)
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.18.0 (2024-12-09)
🩹 Fixes
- typescript peer dependency (#10373)
❤️ Thank You
- rtritto
You can read about our versioning strategy and releases on our website.
8.17.0 (2024-12-02)
... (truncated)
Commits
79af426chore(release): publish 8.21.0a157fd4chore: standardized on inline named exports (mostly) (#10596)ea6fbeachore(release): publish 8.20.0328b7dfchore(release): publish 8.19.1e19f30fchore(release): publish 8.19.0157b781chore(release): publish 8.18.2b2ce158chore(release): publish 8.18.1d03270fchore: fix incorrect licenses (#10481)c60dbabchore(release): publish 8.18.00d65f17chore: enforce repo nullish check style (#10419)- Additional commits viewable in compare view
Updates @vercel/ncc from 0.38.2 to 0.38.3
Commits
84f8c52fix: add missing--asset-buildsto cli help message (#1228)0ff93c6chore(deps): Bump elliptic from 6.5.7 to 6.6.0 (#1223)ae5bf16chore(deps): Bump amannn/action-semantic-pull-request from 5.3.0 to 5.5.3 (#1...738a2bfchore(deps-dev): Bump axios from 0.21.4 to 1.7.7 (#1209)- See full diff in compare view
Updates eslint-plugin-jest from 28.8.3 to 28.11.0
Release notes
Sourced from eslint-plugin-jest's releases.
v28.11.0
28.11.0 (2025-01-15)
Features
v28.10.1
28.10.1 (2025-01-15)
Bug Fixes
v28.10.0
28.10.0 (2024-12-19)
Features
v28.9.0
28.9.0 (2024-11-05)
Features
Changelog
Sourced from eslint-plugin-jest's changelog.
28.11.0 (2025-01-15)
Features
28.10.1 (2025-01-15)
Bug Fixes
28.10.0 (2024-12-19)
Features
28.9.0 (2024-11-05)
Features
Commits
53427f0chore(release): 28.11.0 [skip ci]ff0349efeat(valid-expect): allow callingexpectwith no arguments (#1688)deb6609chore(release): 28.10.1 [skip ci]9cb4eccfix(padding-around-test-blocks): update description (#1691)eecc6e6chore: downgrademarkdown-link-checkto known working version and make it l...f05e76dchore: add Node 23 to CI (#1695)8c89634chore(deps): update dependency eslint-config-prettier to v10 (#1694)320e949chore(deps): update dependency is-ci to v4 (#1682)9c91509chore: update package urls for homepage, repository, and bugs (#1693)3377caechore(deps): lock file maintenance (#1692)- Additional commits viewable in compare view
Updates eslint-plugin-jsonc from 2.16.0 to 2.19.1
Release notes
Sourced from eslint-plugin-jsonc's releases.
v2.19.1
Patch Changes
- #392
623ee67Thanks@ota-meshi! - fix: more improve auto-fix of sort rulesv2.19.0
Minor Changes
- #390
5950e3dThanks@ota-meshi! - feat: improve auto-fix of sort rulesv2.18.2
Patch Changes
- #378
e46de35Thanks@ota-meshi! - fix: crash when used with eslint v9.15v2.18.1
Patch Changes
- #374
3f8a1b9Thanks@renovate! - fix(deps): update dependency eslint-json-compat-utils to ^0.2.0v2.18.0
Minor Changes
- #372
9dce7d3Thanks@ota-meshi! - feat: use eslint-json-compat-utilsv2.17.0
Minor Changes
- #369
5b1e9acThanks@ota-meshi! - Experimental support for@eslint/json
Changelog
Sourced from eslint-plugin-jsonc's changelog.
2.19.1
Patch Changes
- #392
623ee67Thanks@ota-meshi! - fix: more improve auto-fix of sort rules2.19.0
Minor Changes
- #390
5950e3dThanks@ota-meshi! - feat: improve auto-fix of sort rules2.18.2
Patch Changes
- #378
e46de35Thanks@ota-meshi! - fix: crash when used with eslint v9.152.18.1
Patch Changes
- #374
3f8a1b9Thanks@renovate! - fix(deps): update dependency eslint-json-compat-utils to ^0.2.02.18.0
Minor Changes
- #372
9dce7d3Thanks@ota-meshi! - feat: use eslint-json-compat-utils2.17.0
Minor Changes
- #369
5b1e9acThanks@ota-meshi! - Experimental support for@eslint/json
Commits
c59eaa0chore: release eslint-plugin-jsonc (#393)623ee67fix: more improve auto-fix of sort rules (#392)542ed5echore: release eslint-plugin-jsonc (#391)5950e3dfeat: improve auto-fix of sort rules (#390)68f8650chore(deps): update dependency@eslint/jsonto ^0.10.0 (#389)2dc3d18docs: run updatec52b4ceupdatead73c93docs: update readmea9f9444chore(deps): update dependency eslint-config-prettier to v10 (#388)156d669chore(deps): update dependency stylelint-config-standard to v37 (#387)- Additional commits viewable in compare view
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
Updates prettier from 3.3.3 to 3.4.2
Changelog
Sourced from prettier's changelog.
3.4.2
Treat U+30A0 & U+30FB in Katakana Block as CJK (#16796 by
@tats-u)Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.
<!-- Input (--prose-wrap=never) -->C言
語
・
C++
・
Go
・
Rust<!-- Prettier 3.4.1 -->
C言語・ C++ ・ Go ・ Rust<!-- Prettier 3.4.2 -->
C言語・C++・Go・Rust
U+30A0 can be used as the replacement of the
-in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).Fix comments print on class methods with decorators (#16891 by
@fisker)// Input class A { @decorator /** * The method description * */ async method(foo: Foo, bar: Bar) { console.log(foo); } }// Prettier 3.4.1
class A {
@decorator
async /**
</tr></table>
... (truncated)
Commits
cca9461Release 3.4.2572bebeFix comments on class methods with decorators (#16891)359c4f0chore(deps): update dependency@angular/compilerto v19.0.1 (#16903)6470996chore(deps): update dependency@glimmer/syntaxto v0.93.1 (#16904)e13614fCorrect fit() for fill() (#16899)10db357Remove check onTSImportType.isTypeOf(#16892)ac46a4fTreat U+30A0 & U+30FB in Katakana Block as CJK (#16796)d52e905Add test for #16207 (#16890)a1e354dClean changelog_unreleased99875daBump Prettier dependency to 3.4.1- Additional commits viewable in compare view
Updates typescript from 5.6.3 to 5.7.3
Release notes
Sourced from typescript's releases.
TypeScript 5.7.3
For release notes, check out the release announcement.
- fixed issues query for Typescript 5.7.0 (Beta).
- fixed issues query for Typescript 5.7.1 (RC).
- fixed issues query for Typescript 5.7.2 (Stable).
- fixed issues query for Typescript 5.7.3 (Stable).
Downloads are available on npm
TypeScript 5.7
For release notes, check out the release announcement.
- fixed issues query for Typescript 5.7.0 (Beta).
- fixed issues query for Typescript 5.7.1 (RC).
- fixed issues query for Typescript 5.7.2 (Stable).
Downloads are available on:
TypeScript 5.7 RC
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
TypeScript 5.7 Beta
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
Commits
a5e123dUpdate LKG8bc0204🤖 Pick PR #60828 (Fix CodeQL configuration, releases) into release-5.7 (#60923)7aa63df🤖 Pick PR #60393 (Don't try to add an implicit undefi...) into release-5.7 (#...9df7c36Bump version to 5.7.3 and LKGe167412🤖 Pick PR #60794 (HardensanitizeLogagainst incorr...) into release-5.7 (#...9ba364cFix coverage build on release-5.7 (#60792)4b7441a🤖 Pick PR #60680 (Mark the inherited any-based index ...) into release-5.7 (#...e844dc3Cherry-pick #60402, #60440, #60616 into release-5.7 (#60777)21b02a1🤖 Pick PR #60749 (Do not require import attribute on ...) into release-5.7 (#...b82fd16🤖 Pick PR #60576 (Avoid incorrectly reusing assertion...) into release-5.7 (#...- 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