Closed dependabot[bot] closed 4 months ago
Bumps the development-dependencies group with 8 updates in the / directory:
7.4.0
7.16.0
8.57.0
9.6.0
3.2.5
3.3.2
29.1.2
29.2.2
5.4.3
5.5.3
0.63.0
0.64.0
5.91.0
5.92.1
Updates @typescript-eslint/eslint-plugin from 7.4.0 to 7.16.0
@typescript-eslint/eslint-plugin
Sourced from @typescript-eslint/eslint-plugin's releases.
@typescript-eslint/eslint-plugin
v7.16.0 7.16.0 (2024-07-08) 🚀 Features ast-spec: add parent property to AccessorProperty node types (#9487) eslint-plugin: [no-unnecessary-type-parameters] port from v8 to v7 (#9473) eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule (#8903) eslint-plugin: add support for nested namespaces to unsafe-member-access (#9478) eslint-plugin: [no-floating-promises] add checkThenables option (#9263) rule-tester: stricter rule test validations (#9086) 🩹 Fixes deps: update dependency @eslint-community/regexpp to v4.11.0 (#9497) eslint-plugin: [no-floating-promises] add suggestions to tests from #9263 checkThenables (#9515, #9263) eslint-plugin: [restrict-template-expressions] don't report tuples if allowArray option is enabled (#9492) utils: context.parserPath may be undefined (#9486) website: react key error on internal pages of website (#9506) ❤️ Thank You Abraham Guo auvred @auvred Josh Goldberg ✨ Juan Sanchez @JSanchezIO Vinccool96 YeonJuan @yeonjuan Yukihiro Hasegawa @y-hsgw You can read about our versioning strategy and releases on our website. v7.15.0 7.15.0 (2024-07-01) 🚀 Features eslint-plugin: [array-type] detect Readonly<string[]> case (#8752) eslint-plugin: back-port new rules around empty object types from v8 (#9443) 🩹 Fixes disable EXPERIMENTAL_useProjectService in disabled-type-checked shared config (#9459) eslint-plugin: [no-unsafe-return] differentiate a types-error any from a true any (#9254) eslint-plugin: [no-unsafe-call] differentiate a types-error any from a true any (#9304) utils: clean outdated RuleTester export (#9322) ❤️ Thank You
@eslint-community/regexpp
suggestions
checkThenables
allowArray
@auvred
@JSanchezIO
@yeonjuan
@y-hsgw
You can read about our versioning strategy and releases on our website.
Readonly<string[]>
EXPERIMENTAL_useProjectService
disabled-type-checked
RuleTester
... (truncated)
Sourced from @typescript-eslint/eslint-plugin's changelog.
7.16.0 (2024-07-08) 🚀 Features rule-tester: stricter rule test validations eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule eslint-plugin: add support for nested namespaces to unsafe-member-access eslint-plugin: [no-floating-promises] add checkThenables option 🩹 Fixes deps: update dependency @eslint-community/regexpp to v4.11.0 eslint-plugin: [no-floating-promises] add suggestions to tests from #9263 checkThenables website: react key error on internal pages of website eslint-plugin: [restrict-template-expressions] don't report tuples if allowArray option is enabled ❤️ Thank You Abraham Guo auvred Josh Goldberg ✨ Juan Sanchez Vinccool96 YeonJuan Yukihiro Hasegawa You can read about our versioning strategy and releases on our website. 7.15.0 (2024-07-01) 🚀 Features eslint-plugin: [array-type] detect Readonly<string[]> case eslint-plugin: back-port new rules around empty object types from v8 🩹 Fixes disable EXPERIMENTAL_useProjectService in disabled-type-checked shared config
rule-tester: stricter rule test validations
eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule
eslint-plugin: add support for nested namespaces to unsafe-member-access
eslint-plugin: [no-floating-promises] add checkThenables option
deps: update dependency @eslint-community/regexpp to v4.11.0
eslint-plugin: [no-floating-promises] add suggestions to tests from #9263 checkThenables
website: react key error on internal pages of website
eslint-plugin: [restrict-template-expressions] don't report tuples if allowArray option is enabled
eslint-plugin: [array-type] detect Readonly<string[]> case
eslint-plugin: back-port new rules around empty object types from v8
e803c50
7b13dae
3c6290d
63d17dd
d685948
451e738
88dd828
a1a9b09
d364160
7e2b77d
Updates @typescript-eslint/parser from 7.4.0 to 7.16.0
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's releases.
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's changelog.
7.16.0 (2024-07-08) 🩹 Fixes deps: update dependency @eslint-community/regexpp to v4.11.0 website: react key error on internal pages of website ❤️ Thank You Abraham Guo auvred Josh Goldberg ✨ Juan Sanchez Vinccool96 YeonJuan Yukihiro Hasegawa You can read about our versioning strategy and releases on our website. 7.15.0 (2024-07-01) 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. 7.14.1 (2024-06-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. 7.14.0 (2024-06-24) 🚀 Features support TypeScript 5.5 ❤️ Thank You Brad Zacher cm-ayf Jake Bailey James Zhan Joshua Chen yoshi2no
This was a version bump only for parser to align it with other projects, there were no code changes.
2865d31
b4fe94f
dfc4469
1212a8f
8a178ed
c9a6dd9
7e93b28
2bbf656
e360541
Updates eslint from 8.57.0 to 9.6.0
eslint
Sourced from eslint's releases.
v9.6.0 Features e2b16e2 feat: Implement feature flags (#18516) (Nicholas C. Zakas) 8824aa1 feat: add ecmaVersion: 2025, parsing duplicate named capturing groups (#18596) (Milos Djermanovic) Bug Fixes 1613e2e fix: Allow escaping characters in config patterns on Windows (#18628) (Milos Djermanovic) 21d3766 fix: no-unused-vars include caught errors pattern in report message (#18609) (Kirk Waiblinger) d7a7736 fix: improve no-unused-vars message on unused caught errors (#18608) (Kirk Waiblinger) f9e95d2 fix: correct locations of invalid /* eslint */ comments (#18593) (Milos Djermanovic) Documentation 13dbecd docs: Limit search to just docs (#18627) (Nicholas C. Zakas) 375227f docs: Update getting-started.md - add pnpm to init eslint config (#18599) (Kostiantyn Ochenash) 44915bb docs: Update README (GitHub Actions Bot) d50db7b docs: Update vscode-eslint info (#18595) (Nicholas C. Zakas) Chores b15ee30 chore: upgrade @eslint/js@9.6.0 (#18632) (Milos Djermanovic) d655503 chore: package.json update for @eslint/js release (Jenkins) 7c78ad9 refactor: Use language.visitorKeys and check for non-JS SourceCode (#18625) (Nicholas C. Zakas) 69ff64e refactor: Return value of applyInlineConfig() (#18623) (Nicholas C. Zakas) d2d06f7 refactor: use / separator when adjusting ignorePatterns on Windows (#18613) (Milos Djermanovic) 6421973 refactor: fix disable directives for languages with 0-based lines (#18605) (Milos Djermanovic) 0a13539 refactor: Allow optional methods for languages (#18604) (Nicholas C. Zakas) c7ddee0 chore: make internal-rules not being a package (#18601) (Milos Djermanovic) 3379164 chore: remove .eslintrc.js (#18011) (唯然) d0c3a32 chore: update knip (with webdriver-io plugin) (#18594) (Lars Kappert) v9.5.0 Features b2d256c feat: no-sparse-arrays report on "comma" instead of the whole array (#18579) (fisker Cheung) Bug Fixes 6880286 fix: treat * as a universal pattern (#18586) (Milos Djermanovic) 7fbe211 fix: message template for all files ignored (#18564) (Milos Djermanovic) 469cb36 fix: Don't lint the same file multiple times (#18552) (Milos Djermanovic) 5cff638 fix: improve message for ignored files without a matching config (#18404) (Francesco Trotta) Documentation 455f7fd docs: add section about including .gitignore files (#18590) (Milos Djermanovic) 721eafe docs: update info about universal files patterns (#18587) (Francesco Trotta) 8127127 docs: Update README (GitHub Actions Bot) 55c2a66 docs: Update README (GitHub Actions Bot) eb76282 docs: Update README (GitHub Actions Bot) ff6e96e docs: baseConfig and overrideConfig can be arrays (#18571) (Milos Djermanovic) d2d83e0 docs: Add mention of eslint-transforms to v9 migration guide (#18566) (Nicholas C. Zakas) 9ce6832 docs: add callout box for unintuitive behavior (#18567) (Ben McCann) b8db99c docs: Add VS Code info to config migration guide (#18555) (Nicholas C. Zakas) 518a35c docs: Mention config migrator (#18561) (Nicholas C. Zakas)
e2b16e2
8824aa1
ecmaVersion: 2025
1613e2e
21d3766
no-unused-vars
d7a7736
f9e95d2
/* eslint */
13dbecd
375227f
44915bb
d50db7b
b15ee30
@eslint/js
@9
d655503
7c78ad9
69ff64e
d2d06f7
/
ignorePatterns
6421973
0a13539
c7ddee0
3379164
.eslintrc.js
d0c3a32
b2d256c
no-sparse-arrays
6880286
*
7fbe211
469cb36
5cff638
455f7fd
.gitignore
721eafe
files
8127127
55c2a66
eb76282
ff6e96e
baseConfig
overrideConfig
d2d83e0
9ce6832
b8db99c
518a35c
Sourced from eslint's changelog.
v9.6.0 - June 28, 2024 b15ee30 chore: upgrade @eslint/js@9.6.0 (#18632) (Milos Djermanovic) d655503 chore: package.json update for @eslint/js release (Jenkins) 1613e2e fix: Allow escaping characters in config patterns on Windows (#18628) (Milos Djermanovic) 13dbecd docs: Limit search to just docs (#18627) (Nicholas C. Zakas) 7c78ad9 refactor: Use language.visitorKeys and check for non-JS SourceCode (#18625) (Nicholas C. Zakas) e2b16e2 feat: Implement feature flags (#18516) (Nicholas C. Zakas) 69ff64e refactor: Return value of applyInlineConfig() (#18623) (Nicholas C. Zakas) 375227f docs: Update getting-started.md - add pnpm to init eslint config (#18599) (Kostiantyn Ochenash) 44915bb docs: Update README (GitHub Actions Bot) d2d06f7 refactor: use / separator when adjusting ignorePatterns on Windows (#18613) (Milos Djermanovic) 21d3766 fix: no-unused-vars include caught errors pattern in report message (#18609) (Kirk Waiblinger) 6421973 refactor: fix disable directives for languages with 0-based lines (#18605) (Milos Djermanovic) d7a7736 fix: improve no-unused-vars message on unused caught errors (#18608) (Kirk Waiblinger) 0a13539 refactor: Allow optional methods for languages (#18604) (Nicholas C. Zakas) f9e95d2 fix: correct locations of invalid /* eslint */ comments (#18593) (Milos Djermanovic) 8824aa1 feat: add ecmaVersion: 2025, parsing duplicate named capturing groups (#18596) (Milos Djermanovic) c7ddee0 chore: make internal-rules not being a package (#18601) (Milos Djermanovic) 3379164 chore: remove .eslintrc.js (#18011) (唯然) d0c3a32 chore: update knip (with webdriver-io plugin) (#18594) (Lars Kappert) d50db7b docs: Update vscode-eslint info (#18595) (Nicholas C. Zakas) v9.5.0 - June 14, 2024 f588160 chore: upgrade @eslint/js@9.5.0 (#18591) (Milos Djermanovic) 5890841 chore: package.json update for @eslint/js release (Jenkins) 455f7fd docs: add section about including .gitignore files (#18590) (Milos Djermanovic) e9f4ccd chore: remove unused eslint-disable directive (#18589) (Milos Djermanovic) 721eafe docs: update info about universal files patterns (#18587) (Francesco Trotta) 4b23ffd refactor: Move JS parsing logic into JS language (#18448) (Nicholas C. Zakas) 6880286 fix: treat * as a universal pattern (#18586) (Milos Djermanovic) 8127127 docs: Update README (GitHub Actions Bot) b2d256c feat: no-sparse-arrays report on "comma" instead of the whole array (#18579) (fisker Cheung) 1495b93 chore: update WebdriverIO packages (#18558) (Christian Bromann) cea7ede chore: add website donate link instead of opencollective (#18582) (Strek) 55c2a66 docs: Update README (GitHub Actions Bot) eb76282 docs: Update README (GitHub Actions Bot) ff6e96e docs: baseConfig and overrideConfig can be arrays (#18571) (Milos Djermanovic) 7fbe211 fix: message template for all files ignored (#18564) (Milos Djermanovic) ec94880 chore: package.json update for eslint-config-eslint release (Jenkins) d2d83e0 docs: Add mention of eslint-transforms to v9 migration guide (#18566) (Nicholas C. Zakas) 6912586 chore: extract formatting rules into separate config (#18560) (Milos Djermanovic) 9ce6832 docs: add callout box for unintuitive behavior (#18567) (Ben McCann) b8db99c docs: Add VS Code info to config migration guide (#18555) (Nicholas C. Zakas) 518a35c docs: Mention config migrator (#18561) (Nicholas C. Zakas) 469cb36 fix: Don't lint the same file multiple times (#18552) (Milos Djermanovic) 9738f7e ci: fix CLI flags for c8, raise thresholds (#18554) (Francesco Trotta) eb440fc docs: specifying files with arbitrary or no extension (#18539) (Francesco Trotta) 38c159e docs: Provide example of reading package.json for plugins meta (#18530) (Nicholas C. Zakas)
v9.6.0 - June 28, 2024
v9.5.0 - June 14, 2024
f588160
5890841
e9f4ccd
4b23ffd
1495b93
cea7ede
ec94880
6912586
9738f7e
eb440fc
38c159e
473d1bb
f435566
Updates prettier from 3.2.5 to 3.3.2
prettier
Sourced from prettier's releases.
3.3.2 🔗 Changelog 3.3.1 🔗 Changelog 3.3.0 diff 🔗 Release note
🔗 Changelog
diff
🔗 Release note
Sourced from prettier's changelog.
3.3.2 diff Fix handlebars path expressions starts with @ (#16358 by @Princeyadav05) {{! Input }} <div>{{@x.y.z}}</div> {{! Prettier 3.3.1 }} <div>{{@x}}</div> {{! Prettier 3.3.2 }} <div>{{@x.y.z}}</div> 3.3.1 diff Preserve empty lines in front matter (#16347 by @fisker) <!-- Input --> --- foo: - bar1 bar2 bar3 Markdown <!-- Prettier 3.3.0 --> foo: bar1 bar2 bar3 Markdown <!-- Prettier 3.3.1 --> </tr></table>
@
@Princeyadav05
{{! Input }} <div>{{@x.y.z}}</div> {{! Prettier 3.3.1 }} <div>{{@x}}</div> {{! Prettier 3.3.2 }} <div>{{@x.y.z}}</div>
{{! Prettier 3.3.1 }} <div>{{@x}}</div>
@x
{{! Prettier 3.3.2 }} <div>{{@x.y.z}}</div>
@fisker
<!-- Input --> --- foo: - bar1 bar2 bar3 Markdown <!-- Prettier 3.3.0 --> foo: bar1 bar2 bar3 Markdown <!-- Prettier 3.3.1 --> </tr></table>
bar2
bar3
Markdown
<!-- Prettier 3.3.0 -->
foo:
<!-- Prettier 3.3.1 --> </tr></table>
1596a60
aebcee5
57aa928
c3d0b7f
27c35db
6de3258
b5f983d
d6f37c4
5055b7d
f4608cc
Updates ts-jest from 29.1.2 to 29.2.2
ts-jest
Sourced from ts-jest's releases.
v29.2.2 Please refer to CHANGELOG.md for details. v29.2.1 Please refer to CHANGELOG.md for details. v29.2.0 Please refer to CHANGELOG.md for details. v29.1.5 Please refer to CHANGELOG.md for details. v29.1.4 Please refer to CHANGELOG.md for details. v29.1.3 Please refer to CHANGELOG.md for details.
Please refer to CHANGELOG.md for details.
Sourced from ts-jest's changelog.
29.2.2 (2024-07-10) Bug Fixes fix(compiler): update memory cache after changing module value (94db43f), closes #4439 29.2.1 (2024-07-10) Bug Fixes fix: move ejs to dep instead of peerDep (26e31a7) fix: set allowSyntheticDefaultImports properly (ff4b302), closes #4156 fix(compiler): support Node16/NodeNext value for target (2f5cc0c), closes #4198 29.2.0 (2024-07-08) Bug Fixes fix: don't show warning message with Node16/NodeNext (99c4f49), closes #4266 Features feat(cli): allow migrating cjs presets to transform config (22fb027) feat(presets): add util functions to create ESM presets (06f78ed), close #4200 feat(presets): add util functions to create CJS presets (f9cc3c0), close #4200 Code refactoring refactor: replace lodash deps with native js implementation (40f1708) refactor: use TsJestTransformerOptions type everywhere possibly (7d001be) refactor(cli): use new preset util functions to initialize test config (c2b56ca) refactor(presets): use create preset util functions for cjs presets (922d6d0) test: switch react-app to use Vite (827c8ad) DEPRECATIONS refactor(cli): deprecate cli option babel (9617029). Please use CLI argument --js babel instead. createJestPreset is deprecated. Please check documentation at https://kulshekhar.github.io/ts-jest/docs/getting-started/presets to see alternative solutions.
module
ejs
dep
peerDep
allowSyntheticDefaultImports
Node16/NodeNext
target
presets
transform
TsJestTransformerOptions
react-app
babel
--js babel
createJestPreset
f944262
94db43f
e80594d
b669f23
ff4b302
083cd89
module: Node16
54b374a
globals.d.ts
@types/jest
2f5cc0c
7201375
26e31a7
Updates typescript from 5.4.3 to 5.5.3
typescript
Sourced from typescript's releases.
TypeScript 5.5.3 For release notes, check out the release announcement. For the complete list of fixed issues, check out the fixed issues query for TypeScript v5.5.3 (Stable). fixed issues query for TypeScript v5.5.2 (Stable). fixed issues query for TypeScript v5.5.1 (RC). fixed issues query for TypeScript v5.5.0 (Beta). Downloads are available on: npm NuGet package TypeScript 5.5 For release notes, check out the release announcement. For the complete list of fixed issues, check out the fixed issues query for TypeScript v5.5.2 (Stable). fixed issues query for TypeScript v5.5.1 (RC). fixed issues query for TypeScript v5.5.0 (Beta). Downloads are available on: npm TypeScript 5.5 RC For release notes, check out the release announcement. For the complete list of fixed issues, check out the fixed issues query for Typescript 5.5.0 (Beta). fixed issues query for Typescript 5.5.1 (RC). Downloads are available on: NuGet package TypeScript 5.5 Beta For release notes, check out the release announcement. For the complete list of fixed issues, check out the fixed issues query for Typescript 5.5.0 (Beta). Downloads are available on: npm
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
f0e9921
738bd60
ce2e60e
f3b21a2
7b1620b
5367ae1
02132e5
45b1e3c
17933ee
552b07e
Updates typescript-json-schema from 0.63.0 to 0.64.0
typescript-json-schema
b9683f6
acc0c45
1bbf4a9
54a651c
3426762
264ab45
Updates webpack from 5.91.0 to 5.92.1
webpack
Sourced from webpack's releases.
v5.92.1 Bug Fixes Doesn't crash with an error when the css experiment is enabled and contenthash is used v5.92.0 Bug Fixes Correct tidle range's comutation for module federation Consider runtime for pure expression dependency update hash Return value in the subtractRuntime function for runtime logic Fixed failed to resolve promise when eager import a dynamic cjs Avoid generation extra code for external modules when remapping is not required The css/global type now handles the exports name Avoid hashing for @keyframe and @property at-rules in css/global type Fixed mangle with destructuring for JSON modules The stats.hasWarnings() method now respects the ignoreWarnings option
subtractRuntime
css/global
@keyframe
@property
stats.hasWarnings()
ignoreWarnings
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
+44
+38
+83
0
+162
+49
+69
🚮 Removed packages: npm/@typescript-eslint/eslint-plugin@7.4.0, npm/@typescript-eslint/parser@7.4.0, npm/eslint@8.57.0, npm/prettier@3.2.5, npm/ts-jest@29.1.2, npm/typescript-json-schema@0.63.0, npm/typescript@5.4.3, npm/webpack@5.91.0
View full report↗︎
Superseded by #672.
Bumps the development-dependencies group with 8 updates in the / directory:
7.4.0
7.16.0
7.4.0
7.16.0
8.57.0
9.6.0
3.2.5
3.3.2
29.1.2
29.2.2
5.4.3
5.5.3
0.63.0
0.64.0
5.91.0
5.92.1
Updates
@typescript-eslint/eslint-plugin
from 7.4.0 to 7.16.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
e803c50
chore(release): publish 7.16.07b13dae
fix(eslint-plugin): [restrict-template-expressions] don't report tuples if `a...3c6290d
fix(eslint-plugin): [no-floating-promises] addsuggestions
to tests from #9...63d17dd
feat(eslint-plugin): [no-floating-promises] add checkThenables option (#9263)d685948
feat(eslint-plugin): add support for nested namespaces to unsafe-member-acces...451e738
feat(eslint-plugin): [no-unnecessary-parameter-property-assignment] add new r...88dd828
feat(eslint-plugin): [no-unnecessary-type-parameters] port from v8 to v7 (#9473)a1a9b09
chore(eslint-plugin): re-using logic from builtinSymbolLike in no-implied-eva...d364160
docs: [class-methods-use-this] fix typo (#9494)7e2b77d
feat(rule-tester): stricter rule test validations (#9086)Updates
@typescript-eslint/parser
from 7.4.0 to 7.16.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
e803c50
chore(release): publish 7.16.02865d31
chore(release): publish 7.15.0b4fe94f
chore(release): publish 7.14.1dfc4469
chore(release): publish 7.14.01212a8f
chore(release): publish 7.13.18a178ed
chore(release): publish 7.13.0c9a6dd9
feat(parser, typescript-estree): export withoutProjectParserOptions utility (...7e93b28
chore(release): publish 7.12.02bbf656
fix(types): correct typing ParserOptions (#9202)e360541
chore(release): publish 7.11.0Updates
eslint
from 8.57.0 to 9.6.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
473d1bb
9.6.0f435566
Build: changelog update for 9.6.0b15ee30
chore: upgrade@eslint/js
@9
.6.0 (#18632)d655503
chore: package.json update for@eslint/js
release1613e2e
fix: Allow escaping characters in config patterns on Windows (#18628)13dbecd
docs: Limit search to just docs (#18627)7c78ad9
refactor: Use language.visitorKeys and check for non-JS SourceCode (#18625)e2b16e2
feat: Implement feature flags (#18516)69ff64e
refactor: Return value of applyInlineConfig() (#18623)375227f
docs: Update getting-started.md - add pnpm to init eslint config (#18599)Updates
prettier
from 3.2.5 to 3.3.2Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
... (truncated)
Commits
1596a60
Release 3.3.2aebcee5
chore(deps): update dependency esbuild to v0.21.5 (#16379)57aa928
chore(deps): update dependency c8 to v10 (#16380)c3d0b7f
chore(deps): update typescript-eslint to v7.13.0 (#16376)27c35db
chore(deps): update dependency codemirror-graphql to v2.0.12 (#16369)6de3258
chore(deps): update dependency jest to v30.0.0-alpha.5 (#16371)b5f983d
Upgrade yarn to v4.3.0 (#16377)d6f37c4
chore(deps): update dependency browserslist to v4.23.1 (#16368)5055b7d
chore(deps): update dependency execa to v9.2.0 (#16372)f4608cc
chore(deps): update dependency cspell to v8.8.4 (#16370)Updates
ts-jest
from 29.1.2 to 29.2.2Release notes
Sourced from ts-jest's releases.
Changelog
Sourced from ts-jest's changelog.
... (truncated)
Commits
f944262
chore(release): 29.2.294db43f
fix(compiler): update memory cache after changingmodule
valuee80594d
build(deps): Update dependency ts-jest to ^29.2.1b669f23
chore(release): 29.2.1ff4b302
fix: setallowSyntheticDefaultImports
properly083cd89
test(examples): usemodule: Node16
for CJS tests where possible54b374a
test(examples): replaceglobals.d.ts
with@types/jest
for projects2f5cc0c
fix(compiler): supportNode16/NodeNext
value fortarget
7201375
test(examples): use preset util functions in all example projects26e31a7
fix: moveejs
todep
instead ofpeerDep
Updates
typescript
from 5.4.3 to 5.5.3Release notes
Sourced from typescript's releases.
... (truncated)
Commits
f0e9921
Bump version to 5.5.3 and LKG738bd60
Cherry-pick #58966 to release-5.5 (#59002)ce2e60e
Update LKGf3b21a2
🤖 Pick PR #58931 (Defer creation of barebonesLibSourc...) into release-5.5 (#...7b1620b
🤖 Pick PR #58811 (fix(58801): "Move to file" on globa...) into release-5.5 (#...5367ae1
Bump version to 5.5.2 and LKG02132e5
🤖 Pick PR #58895 (Fix global when typescript.js loade...) into release-5.5 (#...45b1e3c
🤖 Pick PR #58872 (Fix declaration emit crash) into release-5.5 (#58874)17933ee
🤖 Pick PR #58810 (Fixed declaration emit issue relate...) into release-5.5 (#...552b07e
🤖 Pick PR #58786 (Fixed declaration emit crash relate...) into release-5.5 (#...Updates
typescript-json-schema
from 0.63.0 to 0.64.0Commits
b9683f6
v0.64.0acc0c45
Add support for experimentalDecorators ts option. To use with TS5 decorators ...1bbf4a9
feat: $comment keyword (#604)54a651c
fix: escape special characters in string template literals (#603)3426762
feat: support bigint (#596)264ab45
Remove suppressImplicitAnyIndexErrors. (#593)Updates
webpack
from 5.91.0 to 5.92.1Release notes
Sourced from webpack's releases.
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
+44
+38
+83
0
+162
+49
0
+69
🚮 Removed packages: npm/@typescript-eslint/eslint-plugin@7.4.0, npm/@typescript-eslint/parser@7.4.0, npm/eslint@8.57.0, npm/prettier@3.2.5, npm/ts-jest@29.1.2, npm/typescript-json-schema@0.63.0, npm/typescript@5.4.3, npm/webpack@5.91.0
View full report↗︎
Superseded by #672.