deps(client)(deps-dev): bump the minor-and-patch group in /packages/client with 9 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(3 months ago)
(3 months ago)
(3 months ago)
by github-actions[bot]
dependencies
Bumps the minor-and-patch group in /packages/client with 9 updates:
| Package | From | To |
|---|---|---|
| @microsoft/api-extractor | 7.47.9 |
7.52.13 |
| @relewise/integrations | 1.0.3 |
1.1.2 |
| @rollup/plugin-commonjs | 28.0.0 |
28.0.6 |
| @rollup/plugin-typescript | 12.1.0 |
12.1.4 |
| @typescript-eslint/parser | 8.7.0 |
8.44.1 |
| eslint | 9.11.1 |
9.36.0 |
| rollup | 4.22.5 |
4.52.2 |
| ts-jest | 29.2.5 |
29.4.4 |
| tslib | 2.7.0 |
2.8.1 |
Updates @microsoft/api-extractor from 7.47.9 to 7.52.13
Changelog
Sourced from @microsoft/api-extractor's changelog.
7.52.13
Fri, 12 Sep 2025 15:13:07 GMT
Patches
- Fixes a bug in ExtractorAnalyzer._isExternalModulePath where type import declarations were not resolved.
7.52.12
Thu, 11 Sep 2025 00:22:31 GMT
Version update only
7.52.11
Tue, 19 Aug 2025 20:45:02 GMT
Patches
- Fix self-package import resolution by removing outDir/declarationDir from compiler options
7.52.10
Fri, 01 Aug 2025 00:12:48 GMT
Patches
- Upgrades the minimatch dependency from ~3.0.3 to 10.0.3 across the entire Rush monorepo to address a Regular Expression Denial of Service (ReDoS) vulnerability in the underlying brace-expansion dependency.
7.52.9
Wed, 23 Jul 2025 20:55:57 GMT
Version update only
7.52.8
Tue, 13 May 2025 02:09:20 GMT
Patches
- Fixes API extractor error handling when changed APIs are encountered and the "--local" flag is not specified
7.52.7
Thu, 01 May 2025 15:11:33 GMT
Patches
- Fix an issue where default exports were sometimes trimmed incorrectly in .api.md files when using
reportVariants(GitHub #4775)7.52.6
Thu, 01 May 2025 00:11:12 GMT
Version update only
... (truncated)
Commits
436afaaBump versions [skip ci]9d51729Update changelogs [skip ci]2e9656a[api-extractor] (fix) Fix module resolution for some type import declarations...e49dd82Bump versions [skip ci]1ca289eUpdate changelogs [skip ci]d85e956Bump decoupled local dependencies. (#5344)ba5ffaaBump versions [skip ci]b30cc48Update changelogs [skip ci]ffa4992[api-extractor] Fix self-package import resolution in TypeScript compiler (#5...25c9267Bump versions [skip ci]- Additional commits viewable in compare view
Updates @relewise/integrations from 1.0.3 to 1.1.2
Release notes
Sourced from @relewise/integrations's releases.
integrations@1.1.2
What's Changed
- Fix: Do not require display name when building category path by
@SWH-Relewisein Relewise/relewise-sdk-javascript#114Full Changelog: https://github.com/Relewise/relewise-sdk-javascript/compare/client@2.15.0...integrations@1.1.2
integrations@1.1.1
What's Changed
- bugfix: wrong response type for batch requests by
@mzanoniin Relewise/relewise-sdk-javascript#112Full Changelog: https://github.com/Relewise/relewise-sdk-javascript/compare/client@2.13.0...integrations@1.1.1
v1.1.0
What's Changed
- feat: add support for search term tracking by
@mzanoniin Relewise/relewise-sdk-javascript#6- feat: use cross fetch instead of native fetch by
@mzanoniin Relewise/relewise-sdk-javascript#9- feat: searcher client for search
@mzanoniin Relewise/relewise-sdk-javascript#7Full Changelog: https://github.com/Relewise/relewise-sdk-javascript/compare/1.0.2...1.1.0
integrations@1.1.0
Full Changelog: https://github.com/Relewise/relewise-sdk-javascript/compare/client@2.10.0...integrations@1.1.0
Commits
- See full diff in compare view
Updates @rollup/plugin-commonjs from 28.0.0 to 28.0.6
Changelog
Sourced from @rollup/plugin-commonjs's changelog.
v28.0.6
2025-06-17
Bugfixes
- fix: fix crash with invalidated proxy modules (#1876)
v28.0.5
2025-06-14
Bugfixes
- fix: crawl dynamicRequireRoot outside cwd (#1859)
v28.0.4
2025-06-14
Bugfixes
- fix: try/catch instanceof in getAugmentedNamespace (#1868)
v28.0.3
2025-03-06
Bugfixes
- fix: fix error when bundle contains require() of module with falsy
__esModuleexport (#1850)v28.0.2
2024-12-15
Updates
- docs:
output.exportsrecommendation also applies to IIFE (#1810)v28.0.1
2024-10-16
Updates
- chore: upgrade picomatch (#1775)
Commits
a433ac9chore(release): commonjs v28.0.67b9d40dfix(commonjs): fix crash with invalidated proxy modules (#1876)cb1b08dchore(release): commonjs v28.0.5ff4c928fix(commonjs): crawl dynamicRequireRoot outside cwd (#1859)bb54901chore(release): commonjs v28.0.4ad141c1fix(commonjs): try/catch instanceof in getAugmentedNamespace (#1868)8b5fb98chore(release): commonjs v28.0.3f873993fix(commonjs): fix error when bundle contains require() of module with falsy ...97e17cechore(release): commonjs v28.0.23efaf75docs(commonjs):output.exportsrecommendation also applies to IIFE (#1810)- Additional commits viewable in compare view
Updates @rollup/plugin-typescript from 12.1.0 to 12.1.4
Changelog
Sourced from @rollup/plugin-typescript's changelog.
v12.1.4
2025-06-28
Bugfixes
v12.1.3
2025-06-17
Bugfixes
v12.1.2
2024-12-15
Bugfixes
- fix: path validation issue in validatePaths function (#1800)
v12.1.1
2024-10-16
Bugfixes
- fix: allow for files to be nested in folders within outDir (#1783)
Commits
ad58c8dchore(release): typescript v12.1.4a569848fix(typescript): revert #1653 (#1880)a209058chore(release): typescript v12.1.340a38b1fix(typescript): fixes #1652 compile when source exists anywhere in the worki...3952b73chore(release): typescript v12.1.2e58d29cfix(typescript): path validation issue in validatePaths function (#1800)c358daechore(release): typescript v12.1.1cc55c44fix(typescript): allow for files to be nested in folders within outDir (#1783)- See full diff in compare view
Updates @typescript-eslint/parser from 8.7.0 to 8.44.1
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.44.1
8.44.1 (2025-09-22)
🩹 Fixes
- eslint-plugin: [no-base-to-string] make ignoredTypeNames match type names without generics (#11597)
- eslint-plugin: [no-unsafe-enum-comparison] support unions of literals (#11599)
- eslint-plugin: [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#11611)
- typescript-estree: forbid class property with name
constructor(#11590)❤️ Thank You
- fisker Cheung
@fisker- Kirk Waiblinger
@kirkwaiblinger- mdm317
- Ronen Amiel
You can read about our versioning strategy and releases on our website.
v8.44.0
8.44.0 (2025-09-15)
🚀 Features
- eslint-plugin: [await-thenable] report invalid (non-promise) values passed to promise aggregator methods (#11267)
🩹 Fixes
- deps: update dependency
@eslint-community/eslint-utilsto v4.8.0 (#11589)- eslint-plugin: [no-unnecessary-type-conversion] ignore enum members (#11490)
❤️ Thank You
- Moses Odutusin
@thebolarin- Ronen Amiel
You can read about our versioning strategy and releases on our website.
v8.43.0
8.43.0 (2025-09-08)
🚀 Features
- typescript-estree: disallow empty type parameter/argument lists (#11563)
🩹 Fixes
... (truncated)
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.44.1 (2025-09-22)
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.44.0 (2025-09-15)
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.43.0 (2025-09-08)
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.42.0 (2025-09-02)
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.41.0 (2025-08-25)
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.40.0 (2025-08-18)
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.39.1 (2025-08-11)
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.39.0 (2025-08-04)
🚀 Features
- update to TypeScript 5.9.2 (#11445)
❤️ Thank You
... (truncated)
Commits
c198052chore(release): publish 8.44.177056f7chore(release): publish 8.44.0ef9173cchore(release): publish 8.43.0d135909chore(release): publish 8.42.031a7336chore(release): publish 8.41.060c3b26chore(release): publish 8.40.0b2ee794chore(release): publish 8.39.1c98d513chore(release): publish 8.39.02112d58feat: update to TypeScript 5.9.2 (#11445)d11e79echore(release): publish 8.38.0- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @typescript-eslint/parser since your current version.
Updates eslint from 9.11.1 to 9.36.0
Release notes
Sourced from eslint's releases.
v9.36.0
Features
Bug Fixes
75b74d8fix: add missing rule option types (#20127) (ntnyq)1c0d850fix: updateeslint-all.jsto useObject.freezeforrulesobject (#20116) (루밀LuMir)7d61b7ffix: add missing scope types toScope.type(#20110) (Pixel998)7a670c3fix: correct rule option typings inrules.d.ts(#20084) (Pixel998)Documentation
b73ab12docs: update examples to usedefineConfig(#20131) (sethamus)31d9392docs: fix typos (#20118) (Pixel998)c7f861bdocs: Update README (GitHub Actions Bot)6b0c08bdocs: Update README (GitHub Actions Bot)91f97c5docs: Update README (GitHub Actions Bot)Chores
12411e8chore: upgrade@eslint/js@9.36.0 (#20139) (Milos Djermanovic)488cba6chore: package.json update for@eslint/jsrelease (Jenkins)bac82a2ci: simplify renovate configuration (#19907) (唯然)c00bb37ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])fee751drefactor: usedefaultOptionsin rules (#20121) (Pixel998)1ace67dchore: update example to usedefineConfig(#20111) (루밀LuMir)4821963test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)b42c42echore: disallow use of deprecatedtypeproperty in core rule tests (#20094) (Milos Djermanovic)7bb498dtest: remove deprecatedtypeproperty from core rule tests (#20093) (Pixel998)e10cf2aci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])5cb0ce4refactor: usemeta.defaultOptionsinpreserve-caught-error(#20080) (Pixel998)f9f7cb5chore: package.json update for eslint-config-eslint release (Jenkins)81764b2chore: updateeslintpeer dependency ineslint-config-eslint(#20079) (Milos Djermanovic)v9.35.0
Features
42761fafeat: implement suggestions for no-empty-function (#20057) (jaymarvelz)102f444feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)e51fffffeat: addpreserve-caught-errorrule (#19913) (Amnish Singh Arora)Bug Fixes
10e7ae2fix: update uncloneable options error message (#20059) (soda-sorcery)bfa4601fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)dfd11defix: addbeforeandafterto test case types (#20049) (Francesco Trotta)dabbe95fix: correct types forno-restricted-importsrule (#20034) (Milos Djermanovic)ea789c7fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)Documentation
d265515docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)a355a0edocs: invert comparison logic for example inno-vardoc page (#20064) (OTonGitHub)5082fc2docs: Update README (GitHub Actions Bot)99cfd7edocs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.36.0 - September 19, 2025
12411e8chore: upgrade@eslint/js@9.36.0 (#20139) (Milos Djermanovic)488cba6chore: package.json update for@eslint/jsrelease (Jenkins)b73ab12docs: update examples to usedefineConfig(#20131) (sethamus)47afcf6feat: correctpreserve-caught-erroredge cases (#20109) (Francesco Trotta)75b74d8fix: add missing rule option types (#20127) (ntnyq)bac82a2ci: simplify renovate configuration (#19907) (唯然)1c0d850fix: updateeslint-all.jsto useObject.freezeforrulesobject (#20116) (루밀LuMir)c00bb37ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])fee751drefactor: usedefaultOptionsin rules (#20121) (Pixel998)31d9392docs: fix typos (#20118) (Pixel998)7d61b7ffix: add missing scope types toScope.type(#20110) (Pixel998)1ace67dchore: update example to usedefineConfig(#20111) (루밀LuMir)4821963test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)c7f861bdocs: Update README (GitHub Actions Bot)6b0c08bdocs: Update README (GitHub Actions Bot)7a670c3fix: correct rule option typings inrules.d.ts(#20084) (Pixel998)b42c42echore: disallow use of deprecatedtypeproperty in core rule tests (#20094) (Milos Djermanovic)7bb498dtest: remove deprecatedtypeproperty from core rule tests (#20093) (Pixel998)91f97c5docs: Update README (GitHub Actions Bot)e10cf2aci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])5cb0ce4refactor: usemeta.defaultOptionsinpreserve-caught-error(#20080) (Pixel998)f9f7cb5chore: package.json update for eslint-config-eslint release (Jenkins)81764b2chore: updateeslintpeer dependency ineslint-config-eslint(#20079) (Milos Djermanovic)v9.35.0 - September 5, 2025
da87f2fchore: upgrade@eslint/js@9.35.0 (#20077) (Milos Djermanovic)af2a087chore: package.json update for@eslint/jsrelease (Jenkins)d265515docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)7055764test: removetests/lib/eslint/eslint.config.js(#20065) (Milos Djermanovic)10e7ae2fix: update uncloneable options error message (#20059) (soda-sorcery)42761fafeat: implement suggestions for no-empty-function (#20057) (jaymarvelz)102f444feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)84ffb96chore: update@eslint-community/eslint-utils(#20069) (Francesco Trotta)a355a0edocs: invert comparison logic for example inno-vardoc page (#20064) (OTonGitHub)e51fffffeat: addpreserve-caught-errorrule (#19913) (Amnish Singh Arora)5082fc2docs: Update README (GitHub Actions Bot)d5ef939refactor: remove deprecatedcontext.parserOptionsusage across rules (#20060) (sethamus)1b3881dchore: remove redundant word (#20058) (pxwanglu)99cfd7edocs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)bfa4601fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)dfd11defix: addbeforeandafterto test case types (#20049) (Francesco Trotta)6ad8973docs: update--no-ignoreand--ignore-patterndocumentation (#20036) (Francesco Trotta)dabbe95fix: correct types forno-restricted-importsrule (#20034) (Milos Djermanovic)8033b19docs: add documentation for--no-config-lookup(#20033) (Francesco Trotta)ea789c7fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)v9.34.0 - August 22, 2025
... (truncated)
Commits
b4857e59.36.05878a42Build: changelog update for 9.36.012411e8chore: upgrade@eslint/js@9.36.0 (#20139)488cba6chore: package.json update for@eslint/jsreleaseb73ab12docs: update examples to usedefineConfig(#20131)47afcf6feat: correctpreserve-caught-erroredge cases (#20109)75b74d8fix: add missing rule option types (#20127)bac82a2ci: simplify renovate configuration (#19907)1c0d850fix: updateeslint-all.jsto useObject.freezeforrulesobject (#20116)c00bb37ci: bump actions/labeler from 5 to 6 (#20090)- Additional commits viewable in compare view
Updates rollup from 4.22.5 to 4.52.2
Release notes
Sourced from rollup's releases.
v4.52.2
4.52.2
2025-09-23
Bug Fixes
- Fix Android build crashing due to failed dlopen (#6109)
Pull Requests
- #6109: fix(rust): use prebuilt std when it is available (
@cyyynthia)v4.52.1
4.52.1
2025-09-23
Bug Fixes
- Opt-out of dynamic import optimization when using top-level await to effectively prevent deadlocks (#6121)
Pull Requests
- #6121: Simplify top-level await deadlock prevention (
@lukastaegert)v4.52.0
4.52.0
2025-09-19
Features
- Add option
output.onlyExplicitManualChunksto turn off merging additional dependencies into manual chunks (#6087)- Add support for x86_64-pc-windows-gnu platform (#6110)
Pull Requests
- #6087: fix: manualChunks and non manualChunks shared dependencies are merged with the first manualChunk encountered alphabetically (
@maiieul)- #6110: Add support x86_64-pc-windows-gnu (
@lsq,@lukastaegert)- #6118: Automatically remove REPL artefacts label from PRs (
@lukastaegert)v4.51.0
4.51.0
2025-09-19
Features
- Support ROLLUP_FILE_URL_OBJ placeholder to inject file URLs into the generated code (#6108)
... (truncated)
Changelog
Sourced from rollup's changelog.
4.52.2
2025-09-23
Bug Fixes
- Fix Android build crashing due to failed dlopen (#6109)
Pull Requests
- #6109: fix(rust): use prebuilt std when it is available (
@cyyynthia)4.52.1
2025-09-23
Bug Fixes
- Opt-out of dynamic import optimization when using top-level await to effectively prevent deadlocks (#6121)
Pull Requests
- #6121: Simplify top-level await deadlock prevention (
@lukastaegert)4.52.0
2025-09-19
Features
- Add option
output.onlyExplicitManualChunksto turn off merging additional dependencies into manual chunks (#6087)- Add support for x86_64-pc-windows-gnu platform (#6110)
Pull Requests
- #6087: fix: manualChunks and non manualChunks shared dependencies are merged with the first manualChunk encountered alphabetically (
@maiieul)- #6110: Add support x86_64-pc-windows-gnu (
@lsq,@lukastaegert)- #6118: Automatically remove REPL artefacts label from PRs (
@lukastaegert)4.51.0
2025-09-19
Features
- Support ROLLUP_FILE_URL_OBJ placeholder to inject file URLs into the generated code (#6108)
Bug Fixes
- Improve OpenHarmony build to work in more situations (#6115)
... (truncated)
Commits
fa2315c4.52.210b2672fix(rust): use prebuilt std when it is available (#6109)69b5dd34.52.15eee44cSimplify top-level await deadlock prevention (#6121)2029f634.52.0039ba6bFix release script for commits without GitHub authors98f5d35Automatically remove REPL artefacts label from PRs (#6118)3f124bafix: manualChunks and non manualChunks shared dependencies are merged with th...a0bb78cAdd support x86_64-pc-windows-gnu (#6110)17487364.51.0- Additional commits viewable in compare view
Updates ts-jest from 29.2.5 to 29.4.4
Release notes
Sourced from ts-jest's releases.
v29.4.4
Please refer to CHANGELOG.md for details.
v29.4.3
Please refer to CHANGELOG.md for details.
v29.4.2
Please refer to CHANGELOG.md for details.
v29.4.1
Please refer to CHANGELOG.md for details.
v29.4.0
Please refer to CHANGELOG.md for details.
v29.3.4
Please refer to CHANGELOG.md for details.
v29.3.3
Please refer to CHANGELOG.md for details.
v29.3.2
Please refer to CHANGELOG.md for details.
v29.3.1
Please refer to CHANGELOG.md for details.
v29.3.0
Please refer to CHANGELOG.md for details.
v29.2.6
Please refer to CHANGELOG.md for details.
Changelog
Sourced from ts-jest's changelog.
29.4.4 (2025-09-19)
Bug Fixes
29.4.3 (2025-09-17)
Bug Fixes
- introduce
transpilationoption to replaceisolatedModulesoption (#5044) (5868761), closes #5013 #485929.4.2 (2025-09-15)
Bug Fixes
29.4.1 (2025-08-03)
Bug Fixes
29.4.0 (2025-06-11)
Features
- feat: support Jest 30 (84e093e)
29.3.4 (2025-05-16)
Bug Fixes
... (truncated)
Commits
89a4f9fchore(release): 29.4.425cb706Revert "fix: introducetranspilationoption to replaceisolatedModulesop...8a7e4c2build(deps): Update dependency ts-jest to ^29.4.351a5a92build(deps): Update dependency@types/nodeto v20.19.17a44e9ccchore(release): 29.4.397e2c03docs: correct link to doc fortranspilationoption94b6ab4build(deps): Update dependency esbuild to ~0.25.105868761fix: introducetranspilationoption to replaceisolatedModulesoption (#5...54dee26build(deps): Update dependency@types/nodeto v20.19.16f5ac13bbuild(deps): Update dependency memfs to ^4.42.0- Additional commits viewable in compare view
Updates tslib from 2.7.0 to 2.8.1
Release notes
Sourced from tslib's releases.
v2.8.1
What's Changed
- Fix publish workflow by
@andrewbranchin microsoft/tslib#271- Include non-enumerable keys in __importStar helper by
@rbucktonin microsoft/tslib#272- Remove use of ES2015 syntax by
@andrewbranchin microsoft/tslib#275Full Changelog: https://github.com/microsoft/tslib/compare/v2.8.0...v2.8.1
v2.8.0
What's Changed
- Validate export structure of every entrypoint by
@andrewbranchin microsoft/tslib#269- Add rewriteRelativeImportExtension helper by
@andrewbranchin microsoft/tslib#270Full Changelog: https://github.com/microsoft/tslib/compare/v2.7.0...v2.8.0
Commits
d72d6f72.8.111fa982Merge pull request #275 from microsoft/bug/es5-compat3c532ebRemove use of ES2015 syntaxb0076c4Include non-enumerable keys in __importStar helper (#272)7c11588Add missing registry-url parameter1fec667Merge pull request #271 from microsoft/fix-publish097e99eFix publish workflowca5f7fb2.8.023...Description has been truncated
Pull Request Statistics
1
1
+654
-458
Package Dependencies
eslint
npm
9.11.1 → 9.36.0
Minor
/packages/client
@typescript-eslint/parser
npm
8.7.0 → 8.44.1
Minor
/packages/client
ts-jest
npm
29.2.5 → 29.4.4
Minor
/packages/client
rollup
npm
4.22.5 → 4.52.2
Minor
/packages/client
@rollup/plugin-commonjs
npm
28.0.0 → 28.0.6
Patch
/packages/client
tslib
npm
2.7.0 → 2.8.1
Minor
/packages/client
@rollup/plugin-typescript
npm
12.1.0 → 12.1.4
Patch
/packages/client
@microsoft/api-extractor
npm
7.47.9 → 7.52.13
Minor
/packages/client
@relewise/integrations
npm
1.0.3 → 1.1.2
Minor
/packages/client
Technical Details
| ID: | 8488437 |
| UUID: | 2863626323 |
| Node ID: | PR_kwDOHbNmAs6qr3hT |
| Host: | GitHub |
| Repository: | Relewise/relewise-sdk-javascript |
| Merge State: | Unknown |