chore(deps)(deps-dev): bump the minor-updates group across 1 directory with 10 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(1 day ago)
(1 day ago)
Bumps the minor-updates group with 10 updates in the / directory:
| Package | From | To |
|---|---|---|
| @rollup/plugin-node-resolve | 16.0.1 |
16.0.3 |
| @rollup/plugin-typescript | 12.1.2 |
12.3.0 |
| @types/node | 24.0.1 |
24.9.2 |
| rimraf | 6.0.1 |
6.1.0 |
| rollup | 4.43.0 |
4.52.5 |
| rollup-plugin-dts | 6.2.1 |
6.2.3 |
| rollup-plugin-node-externals | 8.0.0 |
8.1.1 |
| typedoc | 0.28.5 |
0.28.14 |
| typedoc-plugin-markdown | 4.6.4 |
4.9.0 |
| typescript | 5.8.3 |
5.9.3 |
Updates @rollup/plugin-node-resolve from 16.0.1 to 16.0.3
Changelog
Sourced from @rollup/plugin-node-resolve's changelog.
v16.0.3
2025-10-13
Bugfixes
- fix: resolve bare targets of package "imports" using export maps; avoid fileURLToPath(null) (#1908)
v16.0.2
2025-10-04
Bugfixes
- fix: error thrown with empty entry (#1893)
Commits
Updates @rollup/plugin-typescript from 12.1.2 to 12.3.0
Changelog
Sourced from @rollup/plugin-typescript's changelog.
v12.3.0
2025-10-23
Features
- feat: expose latest Program to transformers in watch mode (#1923)
v12.2.0
2025-10-22
Features
- feat: process .js when allowJs is enabled (#1920)
v12.1.4
2025-06-28
Bugfixes
v12.1.3
2025-06-17
Bugfixes
Commits
973054dchore(release): typescript v12.3.0b6f027bfeat(typescript): expose latest Program to transformers in watch mode (#1923)a9cdbb5chore(release): typescript v12.2.089fa680feat(typescript): process .js when allowJs is enabled (#1920)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...- See full diff in compare view
Updates @types/node from 24.0.1 to 24.9.2
Commits
- See full diff in compare view
Updates rimraf from 6.0.1 to 6.1.0
Changelog
Sourced from rimraf's changelog.
6.1
- Move to native
fs/promisesusage instead of promisifying manually.6.0
- Drop support for nodes before v20
- Add
--versionto CLI5.0
- No default export, only named exports
4.4
- Provide Dirent or Stats object as second argument to filter
4.3
- Return boolean indicating whether the path was fully removed
- Add filter option
- bin: add --verbose, -v to print files as they are deleted
- bin: add --no-verbose, -V to not print files as they are deleted
- bin: add -i --interactive to be prompted on each deletion
- bin: add -I --no-interactive to not be prompted on each deletion
- 4.3.1 Fixed inappropriately following symbolic links to directories
v4.2
- Brought back
globsupport, using the new and improved glob v9v4.1
- Improved hybrid module with no need to look at the
.defaultdangly bit..defaultpreserved as a reference torimraffor compatibility with anyone who came to rely on it in v4.0.- Accept and ignore
-rfand-frarguments to the bin.v4.0
- Remove
globdependency entirely. This library now only accepts actual file and folder names to delete.- Accept array of paths or single path.
- Windows performance and reliability improved.
- All strategies separated into explicitly exported methods.
- Drop support for Node.js below version 14
- rewrite in TypeScript
... (truncated)
Commits
18dc77a6.1.02bd2e62changelog 6.119311cfrefactor: switch to native fs.promises0c437d4Create separate dir for integration tests65a3b8aDo not pass unnecessary rest args to fs functions02b31b7Use the same ignoreENOENT and fixEPERM utils everywherec012f4fMock process.platform with t.interceptc72278aUse tap.intercept to test bin549d1e8Configure tap coverage-mapa76970bbenchmark: add options to filter and compare benchmarks- Additional commits viewable in compare view
Updates rollup from 4.43.0 to 4.52.5
Release notes
Sourced from rollup's releases.
v4.52.5
4.52.5
2025-10-18
Bug Fixes
- Always produce valid UUIDs as debugIds in sourcemaps (#6144)
Pull Requests
- #6135: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6140: chore(deps): update peter-evans/create-or-update-comment action to v5 (
@renovate[bot])- #6141: chore(deps): update peter-evans/find-comment action to v4 (
@renovate[bot])- #6142: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6143: chore: eslint enable concurrency option (
@btea)- #6144: fix: generation of debugIDs with invalid length (
@pablomatiasgomez,@lukastaegert)- #6146: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6147: chore(deps): update actions/setup-node action to v6 (
@renovate[bot])v4.52.4
4.52.4
2025-10-03
Bug Fixes
- Fix an issue where the wrong branch of nullish coalescing was picked (#6133)
Pull Requests
- #6128: Enable npm OIDC publishing (
@lukastaegert)- #6133: Correct nullish coalescing branch resolution for symbol left value (
@TrickyPi)- #6134: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)v4.52.3
4.52.3
2025-09-27
Bug Fixes
- Fix check in native loader for environments that do not support reports (#6123)
Pull Requests
- #6123: fix(native-loader): safely handle report.getReport() on Termux/Android (
@Jobians,@lukastaegert)- #6124: chore(deps): pin msys2/setup-msys2 action to fb197b7 (
@renovate[bot])- #6125: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #6126: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])
... (truncated)
Changelog
Sourced from rollup's changelog.
4.52.5
2025-10-18
Bug Fixes
- Always produce valid UUIDs as debugIds in sourcemaps (#6144)
Pull Requests
- #6135: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6140: chore(deps): update peter-evans/create-or-update-comment action to v5 (
@renovate[bot])- #6141: chore(deps): update peter-evans/find-comment action to v4 (
@renovate[bot])- #6142: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6143: chore: eslint enable concurrency option (
@btea)- #6144: fix: generation of debugIDs with invalid length (
@pablomatiasgomez,@lukastaegert)- #6146: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6147: chore(deps): update actions/setup-node action to v6 (
@renovate[bot])4.52.4
2025-10-03
Bug Fixes
- Fix an issue where the wrong branch of nullish coalescing was picked (#6133)
Pull Requests
- #6128: Enable npm OIDC publishing (
@lukastaegert)- #6133: Correct nullish coalescing branch resolution for symbol left value (
@TrickyPi)- #6134: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)4.52.3
2025-09-27
Bug Fixes
- Fix check in native loader for environments that do not support reports (#6123)
Pull Requests
- #6123: fix(native-loader): safely handle report.getReport() on Termux/Android (
@Jobians,@lukastaegert)- #6124: chore(deps): pin msys2/setup-msys2 action to fb197b7 (
@renovate[bot])- #6125: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #6126: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])4.52.2
... (truncated)
Commits
55a8fd54.52.558f5a7bfix: generation of debugIDs with invalid length (#6144)0b816b0chore(deps): lock file maintenance minor/patch updates (#6146)a973ed8chore: eslint enable concurrency option (#6143)bfa9e9fchore(deps): update actions/setup-node action to v6 (#6147)69a9336fix(deps): lock file maintenance minor/patch updates (#6142)88b18b9chore(deps): update peter-evans/create-or-update-comment action to v5 (#6140)c9ab522chore(deps): update peter-evans/find-comment action to v4 (#6141)01f02bdchore(deps): lock file maintenance minor/patch updates (#6135)cd81da74.52.4- 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 rollup since your current version.
Updates rollup-plugin-dts from 6.2.1 to 6.2.3
Changelog
Sourced from rollup-plugin-dts's changelog.
6.2.3
Fixes:
- Preserve imports for types used in typeof generic
Thank you:
Features, fixes and improvements in this release have been contributed by:
6.2.2
Features:
- Add
includeExternaloptionThank you:
Features, fixes and improvements in this release have been contributed by:
Commits
d5c10466.2.3e9ac9b86.2.2a9202b1fix: Preserve imports for types used in typeof generic (#348)d03ed24chore(deps): update dependency@types/nodeto ^24.2.10c21dacchore(deps): update all non-major dependencies5307652chore(deps): update all non-major dependencies34cc8c0chore(deps): update all non-major dependenciesb4b772echore(deps): update all non-major dependenciesd09e479chore(deps): update all non-major dependenciesfaa60a1chore(deps): update all non-major dependencies- Additional commits viewable in compare view
Updates rollup-plugin-node-externals from 8.0.0 to 8.1.1
Release notes
Sourced from rollup-plugin-node-externals's releases.
v8.1.1
- VSCode stuff bce53db
- Back to a synchronous factory. Fixes #37. bc1a2f3
- Shorten excessively long line 6423e23
- Remove useless intermediary variable 910f3b3
https://github.com/Septh/rollup-plugin-node-externals/compare/v8.1.0...v8.1.1
v8.1.0
- Fix linting issues c6e0784
- Fix usage of fast-check 4 in test 93f10c6
- Update dependencies to their latest version 997a50b
- Update README.md cc7a232
- Activate support for rush.json as a workspace root marker 4061761
- Ask git the root of the repo instead of (wrongly) looking for a .git folder 34c0d38
https://github.com/Septh/rollup-plugin-node-externals/compare/v8.0.1...v8.1.0
v8.0.1
This is a maintenance-only release.
- Typos 4e233eb
- Update dev dependencies 8775fc8
- Update VS Code task to run on folder open 2d3c7d0
- Update package description c75855d
- Update README.md with #35 warning 171b2b6
- Add Vite's apply: 'build' property 04add45
https://github.com/Septh/rollup-plugin-node-externals/compare/v8.0.0...v8.0.1
Commits
f5c40e58.1.1bce53dbVSCode stuffbc1a2f3Back to a synchronous factory. Fixes #37.6423e23Shorten excessively long line910f3b3Remove useless intermediary variable6162d298.1.0c6e0784Fix linting issues93f10c6Fix usage of fast-check 4 in test997a50bUpdate dependencies to their latest versioncc7a232Update README.md- Additional commits viewable in compare view
Updates typedoc from 0.28.5 to 0.28.14
Release notes
Sourced from typedoc's releases.
v0.28.14
Features
- Introduced the
preservedTypeAnnotationTagsoption to specify tags whose type annotations should be copied to the output documentation, #3020. API: IntroducedtypeAnnotationonCommentTag- Added
excludePrivateClassFieldsoption to hide#privatemembers while allowingprivatemembers, #3017.- Added support for TypeScript's
@thistag for JS files which describethisparameters, #3026.Bug Fixes
- Fixed conversion of auto-accessor types on properties with the
accessorkeyword, #3019.- Improved handling of HTML tags within headers for anchor generation, #3023.
- Improved support for detecting destructured parameters and renaming them to the name used in the doc comment, #3026.
v0.28.13
Features
- The
basePathoption now also affects relative link resolution, TypeDoc will also check for paths relative to the provided base path. If you instead want TypeDoc to only change the rendered base path for sources, use thedisplayBasePathoption, #3009.Bug Fixes
- Fixed bug introduced in 0.28.8 where TypeDoc could not render docs with some mixin classes, #3007.
@inheritDocwill now correctly overwrite@remarksand@returnsblocks on the target comment, #3012.- The
externalSymbolLinkMappingsoption now works properly on links pointing to inherited/overwritten signatures, #3014.v0.28.12
Bug Fixes
- Variables marked with
@enumnow work for symbols imported from another module, #3003.- Improved magic introduced with #2999 to work with imported symbols, #3003.
- Fixed relative link resolution to file names containing percent encoded URLs, #3006.
- Linking to the project's README file with a relative link will now behave as expected, #3006.
- Reduced unnecessary HTML element rendering in default theme. API:
Reflection.hasCommentandComment.hasVisibleComponentnow accepts an optionalnotRenderedTagsparameter.v0.28.11
Features
- Object properties declared with shorthand property assignment will now use the variable's comment if they do not have their own comment, #2999.
Bug Fixes
... (truncated)
Changelog
Sourced from typedoc's changelog.
v0.28.14 (2025-10-11)
Features
- Introduced the
preservedTypeAnnotationTagsoption to specify tags whose type annotations should be copied to the output documentation, #3020. API: IntroducedtypeAnnotationonCommentTag- Added
excludePrivateClassFieldsoption to hide#privatemembers while allowingprivatemembers, #3017.- Added support for TypeScript's
@thistag for JS files which describethisparameters, #3026.Bug Fixes
- Fixed conversion of auto-accessor types on properties with the
accessorkeyword, #3019.- Improved handling of HTML tags within headers for anchor generation, #3023.
- Improved support for detecting destructured parameters and renaming them to the name used in the doc comment, #3026.
v0.28.13 (2025-09-14)
Features
- The
basePathoption now also affects relative link resolution, TypeDoc will also check for paths relative to the provided base path. If you instead want TypeDoc to only change the rendered base path for sources, use thedisplayBasePathoption, #3009.Bug Fixes
- Fixed bug introduced in 0.28.8 where TypeDoc could not render docs with some mixin classes, #3007.
@inheritDocwill now correctly overwrite@remarksand@returnsblocks on the target comment, #3012.- The
externalSymbolLinkMappingsoption now works properly on links pointing to inherited/overwritten signatures, #3014.v0.28.12 (2025-09-01)
Bug Fixes
- Variables marked with
@enumnow work for symbols imported from another module, #3003.- Improved magic introduced with #2999 to work with imported symbols, #3003.
- Fixed relative link resolution to file names containing percent encoded URLs, #3006.
- Linking to the project's README file with a relative link will now behave as expected, #3006.
- Reduced unnecessary HTML element rendering in default theme. API:
Reflection.hasCommentandComment.hasVisibleComponentnow accepts an optionalnotRenderedTagsparameter.v0.28.11 (2025-08-25)
Features
- Object properties declared with shorthand property assignment will now use the variable's comment if they do not have their own comment, #2999.
Bug Fixes
... (truncated)
Commits
15f0f2aUpdate changelog for releasea79f8d5Bump version to 0.28.144ca04c1Handle@thistag, improved destructured parameters1009206Implement excludePrivateClassFieldsa85a65bSortnullandundefinedlast in union types8ff7d27Fix lintfdd8369Improve slugger for headers containing HTMLefd06b1Fix conversion of auto accessor types54af135Introduce preservedTypeAnnotationTags optionbd7888aUpdate bug_report.md- Additional commits viewable in compare view
Updates typedoc-plugin-markdown from 4.6.4 to 4.9.0
Release notes
Sourced from typedoc-plugin-markdown's releases.
typedoc-plugin-markdown@4.9.0
Minor Changes
- Exposed new option
navigationJsonthat can be used to write navigation structure as JSON to disk.Patch Changes
- Remove type params from inline reflection titles when router=module to resolve anchoring issues (#843).
typedoc-plugin-markdown@4.8.1
Patch Changes
- Correctly handle empty markdown links (#836).
typedoc-plugin-markdown@4.8.0
Minor Changes
- Exposed additional placeholders in
pageTitleTemplatesand adjusted default templates (#831).- Tweaked the format of abstract class page titles to include the translated abstract keyword (e.g., "Abstract Class: MyClass") for improved readability.
- Added
strikeDeprecatedPageTitlesoption.Patch Changes
- Fix incorrect link fragments (#832).
typedoc-plugin-markdown@4.7.1
Patch Changes
- Escape square brackets in index signature types (typedoc2md/typedoc-plugin-markdown#829).
- Fix missing segments in declaration titles that contain periods.
typedoc-plugin-markdown@4.7.0
Minor Changes
- Added
useCustomAnchorsandcustomAnchorsFormatoptions - thanks@ocavue.Patch Changes
- Fix incorrect overload function comments (#827).
Changelog
Sourced from typedoc-plugin-markdown's changelog.
4.9.0 (2025-09-19)
Minor Changes
- Exposed new option
navigationJsonthat can be used to write navigation structure as JSON to disk.Patch Changes
- Remove type params from inline reflection titles when router=module to resolve anchoring issues (#843).
4.8.1 (2025-08-12)
Patch Changes
- Correctly handle empty markdown links (#836).
4.8.0 (2025-07-29)
Minor Changes
- Exposed additional placeholders in
pageTitleTemplatesand adjusted default templates (#831).- Tweaked the format of abstract class page titles to include the translated abstract keyword (e.g., "Abstract Class: MyClass") for improved readability.
- Added
strikeDeprecatedPageTitlesoption.Patch Changes
- Fix incorrect link fragments (#832).
4.7.1 (2025-07-19)
Patch Changes
- Escape square brackets in index signature types (#829).
- Fix missing segments in declaration titles that contain periods.
4.7.0 (2025-06-19)
Minor Changes
- Added
useCustomAnchorsandcustomAnchorsFormatoptions - thanks@ocavue.Patch Changes
- Fix incorrect overload function comments (#827).
Commits
5b803edVersion Packages43d37d0chore(docs): updated docsdf8ea16chore(all): updated packages7844eb9feat(core): exposed new option "navigationJson"1cf3854chore(docs): updated docs website36bc98ffix(core): remove type params from inline reflection titles to resolve anchor...7e20370chore(docs): updated changelog date6682592Version Packages54b6d06chore(all): fix npmf98c0b6fix(core): correctly handle empty markdown links- Additional commits viewable in compare view
Updates typescript from 5.8.3 to 5.9.3
Release notes
Sourced from typescript's releases.
TypeScript 5.9.3
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
- fixed issues query for Typescript 5.9.0 (Beta).
- fixed issues query for Typescript 5.9.1 (RC).
- No specific changes for TypeScript 5.9.2 (Stable)
- fixed issues query for Typescript 5.9.3 (Stable).
Downloads are available on:
TypeScript 5.9
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
- fixed issues query for Typescript 5.9.0 (Beta).
- fixed issues query for Typescript 5.9.1 (RC).
- No specific changes for TypeScript 5.9.2 (Stable)
Downloads are available on:
TypeScript 5.9 RC
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
Downloads are available on:
TypeScript 5.9 Beta
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement.
Downloads are available on:
Commits
c63de15Bump version to 5.9.3 and LKG8428ca4🤖 Pick PR #62438 (Fix incorrectly ignored dts file fr...) into release-5.9 (#...a131cac🤖 Pick PR #62351 (Add missing Float16Array constructo...) into release-5.9 (#...0424333🤖 Pick PR #62423 (Revert PR 61928) into release-5.9 (#62425)bdb641a🤖 Pick PR #62311 (Fix parenthesizer rules for manuall...) into release-5.9 (#...0d9b9b9🤖 Pick PR #61978 (Restructure CI to prepare for requi...) into release-5.9 (#...2dce0c5Intentionally regress one buggy declaration output to an older version (#62163)5be3346Bump version to 5.9.2 and LKGad825f2Bump version to 5.9.1-rc and LKG463a5bfUpdate LKG- 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
Package Dependencies
@rollup/plugin-typescript
npm
12.1.2 → 12.3.0
Minor
@rollup/plugin-node-resolve
npm
16.0.1 → 16.0.3
Patch
rollup-plugin-node-externals
npm
8.0.0 → 8.1.1
Minor
Technical Details
| ID: | 10758419 |
| UUID: | 3578970687 |
| Node ID: | PR_kwDOLw0g5M6xCMkm |
| Host: | GitHub |
| Repository: | stone-foundation/stone-js-aws-lambda-adapter |