Bump the dev-deps group across 1 directory with 6 updates by dependabot[bot] · Pull Request #1352 · sigstore/sigstore-js (original) (raw)
Bumps the dev-deps group with 6 updates in the / directory:
| Package | From | To |
|---|---|---|
| @types/node | 22.10.5 | 22.10.6 |
| eslint | 9.17.0 | 9.18.0 |
| typescript | 5.7.2 | 5.7.3 |
| typescript-eslint | 8.19.0 | 8.20.0 |
| oclif | 4.17.10 | 4.17.11 |
| json-schema-to-typescript | 15.0.3 | 15.0.4 |
Updates @types/node from 22.10.5 to 22.10.6
Commits
- See full diff in compare view
Updates eslint from 9.17.0 to 9.18.0
Release notes
Sourced from eslint's releases.
v9.18.0
Features
- e84e6e2 feat: Report allowed methods for
no-consolerule (#19306) (Anna Bocharova)- 8efc2d0 feat: unflag TypeScript config files (#19266) (Francesco Trotta)
- 87a9352 feat: check imports and class names in
no-shadow-restricted-names(#19272) (Milos Djermanovic)Bug Fixes
Documentation
- d9c23c5 docs: replace
varwithconstin rule examples (#19325) (Tanuj Kanti)- 8e1a898 docs: add tabs to cli code blocks (#18784) (Jay)
- f3aeefb docs: rewrite using let and const in rule examples (#19320) (PoloSpark)
- 0b680b3 docs: Update README (GitHub Actions Bot)
- 98c86a9 docs:
Edit this pagebutton link to different branches (#19228) (Tanuj Kanti)- 6947901 docs: remove hardcoded edit link (#19323) (Milos Djermanovic)
- 03f2f44 docs: rewrite var with const in rules examples (#19317) (Thiago)
- 26c3003 docs: Clarify dangers of eslint:all (#19318) (Nicholas C. Zakas)
- c038257 docs: add
eqeqeqin related rules tono-eq-null(#19310) (루밀LuMir)- 89c8fc5 docs: rewrite examples with var using let and const (#19315) (Amaresh S M)
- db574c4 docs: add missing backticks to
no-void(#19313) (루밀LuMir)- 8d943c3 docs: add missing backticks to
default-case-last(#19311) (루밀LuMir)- 36ef8bb docs: rewrite examples with var using let and const (#19298) (Amaresh S M)
- 1610c9e docs: add missing backticks to
no-else-return(#19309) (루밀LuMir)- df409d8 docs: Update README (GitHub Actions Bot)
- 2e84213 docs: Fix Horizontal Scroll Overflow in Rule Description on Mobile View (#19304) (Amaresh S M)
- 6e7361b docs: replace
varwithletandconstin rule example (#19302) (Tanuj Kanti)- 069af5e docs: rewrite
varusingconstin rule examples (#19303) (Kim GyeonWon)- 064e35d docs: remove 'I hope to' comments from scope-manager-interface (#19300) (Josh Goldberg ✨)
- 8e00305 docs: replace
varwithconstin rule examples (#19299) (Tanuj Kanti)- a559009 docs: Add warning about extending core rules (#19295) (Nicholas C. Zakas)
- 0bfdf6c docs: Update README (GitHub Actions Bot)
- ce0b9ff docs: add navigation link for
code explorer(#19285) (Tanuj Kanti)- e255cc9 docs: add bluesky icon to footer (#19290) (Tanuj Kanti)
- 5d64851 docs: remove outdated info about environments (#19296) (Francesco Trotta)
- eec01f0 docs: switch rule examples config format to
languageOptions(#19277) (Milos Djermanovic)- b36ca0a docs: Fixing Focus Order by Rearranging Element Sequence (#19241) (Amaresh S M)
- d122c8a docs: add missing backticks to
sort-imports(#19282) (루밀LuMir)- 0367a70 docs: update custom parser docs (#19288) (Francesco Trotta)
- 8c07ebb docs: add
border-radiustohX:targetselector styles (#19270) (루밀LuMir)- eff7c57 docs: add limitation section in
no-loop-func(#19287) (Tanuj Kanti)- 5db226f docs: add missing backticks in various parts of the documentation (#19269) (루밀LuMir)
- 789edbb docs: Update README (GitHub Actions Bot)
- 613c06a docs: mark rules that are frozen with ❄️ (#19231) (Amaresh S M)
- 43172ec docs: Update README (GitHub Actions Bot)
- ac8b3c4 docs: fix description of
overrideConfigFileoption (#19262) (Milos Djermanovic)- bbb9b46 docs: Update README (GitHub Actions Bot)
- 995b492 docs: fix inconsistent divider in rule categories box (#19249) (Tanuj Kanti)
- f76d05d docs: Refactor search result handling with better event listener cleanup (#19252) (Amaresh S M)
- c5f3d7d docs: Update README (GitHub Actions Bot)
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.18.0 - January 10, 2025
- c52be85 chore: upgrade to
@eslint/js@9.18.0(#19330) (Francesco Trotta)- 362099c chore: package.json update for
@eslint/jsrelease (Jenkins)- 9486141 deps: upgrade
@eslint/coreand@eslint/plugin-kit(#19329) (Francesco Trotta)- d9c23c5 docs: replace
varwithconstin rule examples (#19325) (Tanuj Kanti)- 8e1a898 docs: add tabs to cli code blocks (#18784) (Jay)
- f3aeefb docs: rewrite using let and const in rule examples (#19320) (PoloSpark)
- 0b680b3 docs: Update README (GitHub Actions Bot)
- 98c86a9 docs:
Edit this pagebutton link to different branches (#19228) (Tanuj Kanti)- 6947901 docs: remove hardcoded edit link (#19323) (Milos Djermanovic)
- 03f2f44 docs: rewrite var with const in rules examples (#19317) (Thiago)
- 26c3003 docs: Clarify dangers of eslint:all (#19318) (Nicholas C. Zakas)
- c038257 docs: add
eqeqeqin related rules tono-eq-null(#19310) (루밀LuMir)- 89c8fc5 docs: rewrite examples with var using let and const (#19315) (Amaresh S M)
- 495aa49 chore: extract package
namefrompackage.jsonfor public interface (#19314) (루밀LuMir)- db574c4 docs: add missing backticks to
no-void(#19313) (루밀LuMir)- 8d943c3 docs: add missing backticks to
default-case-last(#19311) (루밀LuMir)- 36ef8bb docs: rewrite examples with var using let and const (#19298) (Amaresh S M)
- 1610c9e docs: add missing backticks to
no-else-return(#19309) (루밀LuMir)- df409d8 docs: Update README (GitHub Actions Bot)
- e84e6e2 feat: Report allowed methods for
no-consolerule (#19306) (Anna Bocharova)- 2e84213 docs: Fix Horizontal Scroll Overflow in Rule Description on Mobile View (#19304) (Amaresh S M)
- 6e7361b docs: replace
varwithletandconstin rule example (#19302) (Tanuj Kanti)- 069af5e docs: rewrite
varusingconstin rule examples (#19303) (Kim GyeonWon)- 064e35d docs: remove 'I hope to' comments from scope-manager-interface (#19300) (Josh Goldberg ✨)
- 8e00305 docs: replace
varwithconstin rule examples (#19299) (Tanuj Kanti)- a559009 docs: Add warning about extending core rules (#19295) (Nicholas C. Zakas)
- 0bfdf6c docs: Update README (GitHub Actions Bot)
- ce0b9ff docs: add navigation link for
code explorer(#19285) (Tanuj Kanti)- e255cc9 docs: add bluesky icon to footer (#19290) (Tanuj Kanti)
- 5d64851 docs: remove outdated info about environments (#19296) (Francesco Trotta)
- eec01f0 docs: switch rule examples config format to
languageOptions(#19277) (Milos Djermanovic)- b36ca0a docs: Fixing Focus Order by Rearranging Element Sequence (#19241) (Amaresh S M)
- d122c8a docs: add missing backticks to
sort-imports(#19282) (루밀LuMir)- 0367a70 docs: update custom parser docs (#19288) (Francesco Trotta)
- da768d4 fix: correct
overrideConfigFiletype (#19289) (Francesco Trotta)- 8c07ebb docs: add
border-radiustohX:targetselector styles (#19270) (루밀LuMir)- eff7c57 docs: add limitation section in
no-loop-func(#19287) (Tanuj Kanti)- 8efc2d0 feat: unflag TypeScript config files (#19266) (Francesco Trotta)
- 87a9352 feat: check imports and class names in
no-shadow-restricted-names(#19272) (Milos Djermanovic)- 5db226f docs: add missing backticks in various parts of the documentation (#19269) (루밀LuMir)
- 789edbb docs: Update README (GitHub Actions Bot)
- 613c06a docs: mark rules that are frozen with ❄️ (#19231) (Amaresh S M)
- 43172ec docs: Update README (GitHub Actions Bot)
- ac8b3c4 docs: fix description of
overrideConfigFileoption (#19262) (Milos Djermanovic)- 6fe0e72 chore: update dependency
@eslint/jsonto ^0.9.0 (#19263) (renovate[bot])- bbb9b46 docs: Update README (GitHub Actions Bot)
- 995b492 docs: fix inconsistent divider in rule categories box (#19249) (Tanuj Kanti)
- f76d05d docs: Refactor search result handling with better event listener cleanup (#19252) (Amaresh S M)
... (truncated)
Commits
- 1c87b41 9.18.0
- 4df3132 Build: changelog update for 9.18.0
- c52be85 chore: upgrade to
@eslint/js@9.18.0(#19330) - 362099c chore: package.json update for
@eslint/jsrelease - 9486141 deps: upgrade
@eslint/coreand@eslint/plugin-kit(#19329) - d9c23c5 docs: replace
varwithconstin rule examples (#19325) - 8e1a898 docs: add tabs to cli code blocks (#18784)
- f3aeefb docs: rewrite using let and const in rule examples (#19320)
- 0b680b3 docs: Update README
- 98c86a9 docs:
Edit this pagebutton link to different branches (#19228) - Additional commits viewable in compare view
Updates typescript from 5.7.2 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
Commits
- a5e123d Update LKG
- 8bc0204 🤖 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 (#...
- 9df7c36 Bump version to 5.7.3 and LKG
- e167412 🤖 Pick PR #60794 (Harden
sanitizeLogagainst incorr...) into release-5.7 (#... - 9ba364c Fix coverage build on release-5.7 (#60792)
- 4b7441a 🤖 Pick PR #60680 (Mark the inherited any-based index ...) into release-5.7 (#...
- e844dc3 Cherry-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
Updates typescript-eslint from 8.19.0 to 8.20.0
Release notes
Sourced from typescript-eslint's releases.
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 @yeonjuan
You can read about our versioning strategy and releases on our website.
v8.19.1
8.19.1 (2025-01-06)
🩹 Fixes
- eslint-plugin: [no-base-to-string] check array generic type (#10437)
- eslint-plugin: [no-shadow] report correctly on parameters of functions declared with the
declarekeyword (#10543)- eslint-plugin: [strict-boolean-expressions] remove remaining (unsafe) autofixes (#10548)
- eslint-plugin: [no-deprecated] doesn't report on shorthand property in an object expression (#10550)
❤️ Thank You
- Kirk Waiblinger
- mdm317
- Ronen Amiel
- Yukihiro Hasegawa @y-hsgw
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from typescript-eslint's changelog.
8.20.0 (2025-01-13)
🚀 Features
- eslint-plugin: [no-misused-spread] add new rule (#10551)
❤️ Thank You
- Josh Goldberg ✨
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 typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
- ea6fbea chore(release): publish 8.20.0
- a175189 docs(typescript-eslint): make jsdoc for config helper function consistent (#1...
- 04166e0 feat(eslint-plugin): [no-misused-spread] add new rule (#10551)
- 328b7df chore(release): publish 8.19.1
- 4f50f64 docs: [return-await] make the rule no longer an extension of ESLint no-return...
- See full diff in compare view
Updates oclif from 4.17.10 to 4.17.11
Release notes
Sourced from oclif's releases.
4.17.11
Bug Fixes
- update release workflow to include build and prepack steps (ca64c0d)
Changelog
Sourced from oclif's changelog.
4.17.11 (2025-01-13)
Bug Fixes
- update release workflow to include build and prepack steps (ca64c0d)
Commits
- 48fe8cb chore(release): 4.17.11 [skip ci]
- 3f9133c Merge pull request #1664 from takeyaqa/fix_onrelease_template
- ca64c0d fix: update release workflow to include build and prepack steps
- See full diff in compare view
Updates json-schema-to-typescript from 15.0.3 to 15.0.4
Commits
- See full diff 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