chore(deps-dev): bump the dev-deps group across 1 directory with 53 updates
Type: Pull Request
State: Closed
Association: Contributor
Comments: 4
(6 months ago)
(6 months ago)
(6 months ago)
dependencies
Bumps the dev-deps group with 53 updates in the / directory:
Updates @changesets/changelog-github from 0.5.0 to 0.5.1
Release notes
Sourced from @changesets/changelog-github's releases.
@changesets/changelog-github@0.5.1Patch Changes
Commits
3b9298dVersion Packages (#1588)84a4a1bAdd a new config option to opt-out from auto-formatting using Prettier (#1453)01c037cAdd Apollo Client to cool projects list (#1576)68a83d5Version Packages (#1567)a0f87f1Fixed changelog application when executing throughnpx(#1562)a8c474fUpdate default config object in config-file-options.md (#1052)0417c90Fix minor grammar and spelling in docs (#609)6d3fab3Update common-questions.md (#1256)eedd3faStandardized all code snippets for consistency (#1422)262bdd7Improve docs npx usage (#1515)- Additional commits viewable in compare view
Updates @changesets/cli from 2.27.8 to 2.29.2
Release notes
Sourced from @changesets/cli's releases.
@changesets/cli@2.29.2Patch Changes
#1636
f73f84aThanks@Netail! - Correctly resolve new changesets withsinceoption when the.changesetdirectory is not directly in the git rootUpdated dependencies [
f73f84a]:
@changesets/cli@2.29.1Patch Changes
#1620
b15e629Thanks@Netail! - Correctly fetch new changesets with since if the git option diff.relative has been set to trueUpdated dependencies [
b15e629]:
@changesets/cli@2.29.0Minor Changes
- #1470
29f34a3Thanks@JounQin! - Support scoped registries configured usingpackage.json#publishConfig
@changesets/cli@2.28.1Patch Changes
- Updated dependencies [
b9df596]:
@changesets/cli@2.28.0Minor Changes
- #1453
84a4a1bThanks@bennypowers! - Added a new config option to opt-out from formatting with Prettier usingprettier: false.Patch Changes
... (truncated)
Commits
baa9d45Version Packages (#1637)f73f84aCorrectly resolve new changesets withsinceoption when the.changesetdi...5d01857Version Packages (#1634)b15e629Correctly fetch new changesets withsinceif the git optiondiff.relative...131d445Update TypeScript, Babel and Preconstruct (#1633)db8f678Version Packages (#1632)29f34a3Support scoped registries configured usingpackage.json#publishConfig(#1470)dc83cb4Remove--snapshotfrompublishcommand docs (#1578)5c2bac5Version Packages (#1595)b9df596Prevent fatal errors when using the newly-introducedprettieroption (#1590)- Additional commits viewable in compare view
Updates @types/node from 22.10.5 to 22.15.3
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 8.29.1 to 8.31.1
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.31.1
8.31.1 (2025-04-28)
🩹 Fixes
- eslint-plugin: [no-unnecessary-condition] downgrade fix to suggestion (#11081)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblingerYou can read about our versioning strategy and releases on our website.
v8.31.0
8.31.0 (2025-04-21)
🚀 Features
- eslint-plugin: [no-unnecessary-type-assertion] add option to ignore string const assertions (#10979)
🩹 Fixes
- typescript-eslint: address bugs in
config()around global ignores (#11065)- typescript-eslint: gracefully handle invalid flat config objects in config helper (#11070)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger- Nicolas Le Cam
You can read about our versioning strategy and releases on our website.
v8.30.1
8.30.1 (2025-04-14)
🚀 Features
- eslint-plugin: [no-explicit-any] suggest to replace keyof any with PropertyKey (#11032)
🩹 Fixes
- eslint-plugin: [promise-function-async] use a different error message for functions with promise and non-promise types (#10950)
- typescript-estree: use token type of
PrivateIdentifierinstead ofIdentifierfor private identifiers (#11023)- eslint-plugin: fix mistake with eslintrc config generation (#11072)
❤️ Thank You
- Dima Barabash
@dbarabashh- Ronen Amiel
- Kirk Waiblinger
@kirkwaiblinger
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.31.1 (2025-04-28)
🩹 Fixes
- eslint-plugin: [no-unnecessary-condition] downgrade fix to suggestion (#11081)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblingerYou can read about our versioning strategy and releases on our website.
8.31.0 (2025-04-21)
🚀 Features
- eslint-plugin: [no-unnecessary-type-assertion] add option to ignore string const assertions (#10979)
❤️ Thank You
- Nicolas Le Cam
You can read about our versioning strategy and releases on our website.
8.30.1 (2025-04-14)
🩹 Fixes
- eslint-plugin: fix mistake with eslintrc config generation (#11072)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblingerYou can read about our versioning strategy and releases on our website.
8.30.0 (2025-04-14)
🚀 Features
- eslint-plugin: [no-explicit-any] suggest to replace keyof any with PropertyKey (#11032)
🩹 Fixes
- eslint-plugin: [promise-function-async] use a different error message for functions with promise and non-promise types (#10950)
❤️ Thank You
- Dima Barabash
@dbarabashh- Ronen Amiel
... (truncated)
Commits
f5c588cchore(release): publish 8.31.10cff7bffix(eslint-plugin): [no-unnecessary-condition] downgrade fix to suggestion (#...068ec25docs(website): fix typo (#11091)2cc7656chore(release): publish 8.31.080bd7a5feat(eslint-plugin): [no-unnecessary-type-assertion] add option to ignore str...1a3ab0dchore(eslint-plugin): migrate to vitest (#10579)9531492chore(release): publish 8.30.1152def7fix(eslint-plugin): fix mistake with eslintrc config generation (#11072)b3688bechore(release): publish 8.30.03ccd79cfeat(eslint-plugin): [no-explicit-any] suggest to replace keyof any with Prop...- Additional commits viewable in compare view
Updates @vitest/coverage-v8 from 3.1.1 to 3.1.2
Release notes
Sourced from @vitest/coverage-v8's releases.
v3.1.2
🐞 Bug Fixes
- Add global
chaivariable invitest/globals(fix: #7474) - by@Jay-Kariain vitest-dev/vitest#7771 and vitest-dev/vitest#7474 (d9297)- Prevent modifying
test.excludewhen same object passed incoverage.exclude- by@AriPerkkioin vitest-dev/vitest#7774 (c3751)- Fix already hoisted mock - by
@hi-ogawain vitest-dev/vitest#7815 (773b1)- Fix test.scoped inheritance - by
@hi-ogawain vitest-dev/vitest#7814 (db6c3)- Remove pointer-events-none after resizing the left panel - by
@alexprudhommein vitest-dev/vitest#7811 (a7e77)- Default to run mode when stdin is not a TTY - by
@kentonv,@hi-ogawaand@sheremet-vain vitest-dev/vitest#7673 (6358f)- Use happy-dom/jsdom types for
envionmentOptions- by@hi-ogawain vitest-dev/vitest#7795 (67430)- browser:
- Fix transform error before browser server initialization - by
@hi-ogawain vitest-dev/vitest#7783 (5f762)- Fix mocking from outside of root - by
@hi-ogawain vitest-dev/vitest#7789 (03f55)- Scale iframe for non ui case - by
@hi-ogawain vitest-dev/vitest#6512 (c3374)- coverage:
awaitprofiler calls - by@AriPerkkioin vitest-dev/vitest#7763 (795a6)- Expose profiling timers - by
@AriPerkkioin vitest-dev/vitest#7820 (5652b)- deps:
- Update all non-major dependencies - in vitest-dev/vitest#7765 (7c3df)
- Update all non-major dependencies - in vitest-dev/vitest#7831 (15701)
- runner:
- Correctly call test hooks and teardown functions - by
@sheremet-vain vitest-dev/vitest#7775 (3c00c)- Show stacktrace on test timeout error - by
@hi-ogawain vitest-dev/vitest#7799 (df33b)- ui:
- Load panel sizes from storage on initial load - by
@userquinin vitest-dev/vitest#7265 (6555d)- vite-node:
- Named export should overwrite export all - by
@hi-ogawain vitest-dev/vitest#7846 (5ba0d)- Add ERR_MODULE_NOT_FOUND code error if module cannot be loaded - by
@sheremet-vain vitest-dev/vitest#7776 (f9eac)🏎 Performance
- browser: Improve browser parallelisation - by
@sheremet-vain vitest-dev/vitest#7665 (816a5)View changes on GitHub
Commits
Updates eslint from 9.17.0 to 9.26.0
Release notes
Sourced from eslint's releases.
v9.26.0
Features
e9754e7feat: add reportGlobalThis to no-shadow-restricted-names (#19670) (sethamus)0fa2b7afeat: add suggestions foreqeqeqrule (#19640) (Nitin Kumar)dcbdcc9feat: Add MCP server (#19592) (Nicholas C. Zakas)2dfd83efeat: addignoreDirectivesoption inno-unused-expressions(#19645) (sethamus)Bug Fixes
96e84defix: check cache file existence before deletion (#19648) (sethamus)d683aebfix: don't crash on tests with circular references inRuleTester(#19664) (Milos Djermanovic)9736d5dfix: addnamespacetoPlugin.metatype (#19661) (Milos Djermanovic)17bae69fix: updateRuleTester.run()type (#19634) (Nitin Kumar)Documentation
dd98d63docs: Update README (GitHub Actions Bot)c25e858docs: Update README (GitHub Actions Bot)b2397e9docs: Update README (GitHub Actions Bot)addd0a6docs: fix formatting of unordered lists in Markdown (#19660) (Milos Djermanovic)a21b38ddocs: Update README (GitHub Actions Bot)c0721a7docs: fix double space in command (#19657) (CamWass)Chores
5b247c8chore: upgrade to@eslint/js@9.26.0(#19681) (Francesco Trotta)d6fa4acchore: package.json update for@eslint/jsrelease (Jenkins)0958690chore: disambiguate internal typesLanguageOptionsandRule(#19669) (Francesco Trotta)f1c858echore: fix internal type references toPluginandRule(#19665) (Francesco Trotta)40dd299refactor: One-shot ESQuery selector analysis (#19652) (Nicholas C. Zakas)1cfd702chore: update dependency@eslint/jsonto ^0.12.0 (#19656) (renovate[bot])v9.25.1
Bug Fixes
Chores
1f2b057chore: upgrade@eslint/js@9.25.1 (#19642) (Milos Djermanovic)771317fchore: package.json update for@eslint/jsrelease (Jenkins)v9.25.0
Features
dcd95aafeat: support TypeScript syntax in no-empty-function rule (#19551) (sethamus)77d6d5bfeat: support TS syntax inno-unused-expressions(#19564) (Sweta Tanwar)90228e5feat: supportJSRuleDefinitiontype (#19604) (루밀LuMir)59ba6b7feat: add allowObjects option to no-restricted-properties (#19607) (sethamus)db650a0feat: support TypeScript syntax inno-invalid-thisrule (#19532) (Tanuj Kanti)9535cfffeat: support TS syntax inno-loop-func(#19559) (Nitin Kumar)Bug Fixes
Documentation
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.26.0 - May 2, 2025
5b247c8chore: upgrade to@eslint/js@9.26.0(#19681) (Francesco Trotta)d6fa4acchore: package.json update for@eslint/jsrelease (Jenkins)e9754e7feat: add reportGlobalThis to no-shadow-restricted-names (#19670) (sethamus)0fa2b7afeat: add suggestions foreqeqeqrule (#19640) (Nitin Kumar)dd98d63docs: Update README (GitHub Actions Bot)96e84defix: check cache file existence before deletion (#19648) (sethamus)c25e858docs: Update README (GitHub Actions Bot)0958690chore: disambiguate internal typesLanguageOptionsandRule(#19669) (Francesco Trotta)dcbdcc9feat: Add MCP server (#19592) (Nicholas C. Zakas)b2397e9docs: Update README (GitHub Actions Bot)d683aebfix: don't crash on tests with circular references inRuleTester(#19664) (Milos Djermanovic)f1c858echore: fix internal type references toPluginandRule(#19665) (Francesco Trotta)9736d5dfix: addnamespacetoPlugin.metatype (#19661) (Milos Djermanovic)40dd299refactor: One-shot ESQuery selector analysis (#19652) (Nicholas C. Zakas)addd0a6docs: fix formatting of unordered lists in Markdown (#19660) (Milos Djermanovic)a21b38ddocs: Update README (GitHub Actions Bot)c0721a7docs: fix double space in command (#19657) (CamWass)1cfd702chore: update dependency@eslint/jsonto ^0.12.0 (#19656) (renovate[bot])2dfd83efeat: addignoreDirectivesoption inno-unused-expressions(#19645) (sethamus)17bae69fix: updateRuleTester.run()type (#19634) (Nitin Kumar)v9.25.1 - April 21, 2025
1f2b057chore: upgrade@eslint/js@9.25.1 (#19642) (Milos Djermanovic)771317fchore: package.json update for@eslint/jsrelease (Jenkins)cdc8e8cfix: revert directive detection in no-unused-expressions (#19639) (sethamus)v9.25.0 - April 18, 2025
88dc196chore: upgrade@eslint/js@9.25.0 (#19636) (Milos Djermanovic)345288dchore: package.json update for@eslint/jsrelease (Jenkins)910bd13fix:nodeTypeKeynot being used inNodeEventGenerator(#19631) (StyleShit)ca7a735docs: updateno-undef-initwhen not to use section (#19624) (Tanuj Kanti)affe6bechore: upgrade trunk (#19628) (sethamus)1b870c9docs: useeslint-config-xoin the getting started guide (#19629) (Nitin Kumar)5d4af16docs: add types for multiple rule options (#19616) (Tanuj Kanti)e8f8d57docs: Update README (GitHub Actions Bot)a40348fdocs: no-use-before-define tweaks (#19622) (Kirk Waiblinger)0ba3ae3docs: Update README (GitHub Actions Bot)865dbfedocs: ensure "learn more" deprecation links point to useful resource (#19590) (Kirk Waiblinger)dcd95aafeat: support TypeScript syntax in no-empty-function rule (#19551) (sethamus)77d6d5bfeat: support TS syntax inno-unused-expressions(#19564) (Sweta Tanwar)90228e5feat: supportJSRuleDefinitiontype (#19604) (루밀LuMir)f80b746docs: add known limitations for no-self-compare (#19612) (Nitin Kumar)59ba6b7feat: add allowObjects option to no-restricted-properties (#19607) (sethamus)db650a0feat: support TypeScript syntax inno-invalid-thisrule (#19532) (Tanuj Kanti)dd20cf2test: fixno-loop-functest with duplicate variable reports (#19610) (Milos Djermanovic)9535cfffeat: support TS syntax inno-loop-func(#19559) (Nitin Kumar)
... (truncated)
Commits
8bbabc49.26.016f5ff7Build: changelog update for 9.26.05b247c8chore: upgrade to@eslint/js@9.26.0(#19681)d6fa4acchore: package.json update for@eslint/jsreleasee9754e7feat: add reportGlobalThis to no-shadow-restricted-names (#19670)0fa2b7afeat: add suggestions foreqeqeqrule (#19640)dd98d63docs: Update README96e84defix: check cache file existence before deletion (#19648)c25e858docs: Update README0958690chore: disambiguate internal typesLanguageOptionsandRule(#19669)- Additional commits viewable in compare view
Updates @types/eslint from 9.6.0 to 9.6.1
Commits
- See full diff in compare view
Updates eslint-config-prettier from 9.1.0 to 10.1.2
Release notes
Sourced from eslint-config-prettier's releases.
v10.1.2
Patch Changes
- #321
a8768bfThanks@Fdawgs! - chore(package): add homepage for some 3rd-party registry - see #321 for more detailsv10.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
... (truncated)
Changelog
Sourced from eslint-config-prettier's changelog.
10.1.2
Patch Changes
- #321
a8768bfThanks@Fdawgs! - chore(package): add homepage for some 3rd-party registry - see #321 for more details10.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 rules
... (truncated)
Commits
8911369chore: release eslint-config-prettier (#322)a8768bfchore(package): add homepage url (#321)-
Pull Request Statistics
Commits:
0Files Changed:
0Additions:
+0Deletions:
-0
Package Dependencies
@vitejs/plugin-react
npm
4.4.0-beta.1 → 4.4.1
Patch
@typescript-eslint/parser
npm
8.29.1 → 8.31.1
Minor
@typescript-eslint/eslint-plugin
npm
8.29.1 → 8.31.1
Minor
eslint-plugin-react-refresh
npm
0.4.7 → 0.4.20
Patch
@vue/eslint-config-typescript
npm
14.2.0 → 14.5.0
Minor
@changesets/changelog-github
npm
0.5.0 → 0.5.1
Patch
@vue/eslint-config-prettier
npm
10.1.0 → 10.2.0
Minor
Technical Details
| ID: | 168360 |
| UUID: | 3038563082 |
| Node ID: | PR_kwDOLDLDvs6U4QbT |
| Host: | GitHub |
| Repository: | hey-api/openapi-ts |