chore(deps-dev): bump the rollup-dependencies group across 1 directory with 6 updates#7158
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Conversation
…y with 6 updates Bumps the rollup-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) | `23.0.7` | `29.0.0` | | [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) | `15.3.1` | `16.0.3` | | [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) | `9.0.2` | `12.3.0` | | [rollup](https://github.com/rollup/rollup) | `3.29.5` | `4.57.1` | | [rollup-plugin-dts](https://github.com/Swatinem/rollup-plugin-dts) | `5.3.1` | `6.3.0` | | [@rollup/plugin-alias](https://github.com/rollup/plugins/tree/HEAD/packages/alias) | `5.1.1` | `6.0.0` | Updates `@rollup/plugin-commonjs` from 23.0.7 to 29.0.0 - [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/commonjs-v29.0.0/packages/commonjs) Updates `@rollup/plugin-node-resolve` from 15.3.1 to 16.0.3 - [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/node-resolve-v16.0.3/packages/node-resolve) Updates `@rollup/plugin-typescript` from 9.0.2 to 12.3.0 - [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/typescript-v12.3.0/packages/typescript) Updates `rollup` from 3.29.5 to 4.57.1 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v3.29.5...v4.57.1) Updates `rollup-plugin-dts` from 5.3.1 to 6.3.0 - [Changelog](https://github.com/Swatinem/rollup-plugin-dts/blob/master/CHANGELOG.md) - [Commits](Swatinem/rollup-plugin-dts@v5.3.1...v6.3.0) Updates `@rollup/plugin-alias` from 5.1.1 to 6.0.0 - [Changelog](https://github.com/rollup/plugins/blob/master/packages/alias/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/url-v6.0.0/packages/alias) --- updated-dependencies: - dependency-name: "@rollup/plugin-commonjs" dependency-version: 29.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: rollup-dependencies - dependency-name: "@rollup/plugin-node-resolve" dependency-version: 16.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: rollup-dependencies - dependency-name: "@rollup/plugin-typescript" dependency-version: 12.3.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: rollup-dependencies - dependency-name: rollup dependency-version: 4.57.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: rollup-dependencies - dependency-name: rollup-plugin-dts dependency-version: 6.3.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: rollup-dependencies - dependency-name: "@rollup/plugin-alias" dependency-version: 6.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: rollup-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the rollup-dependencies group with 6 updates in the / directory:
23.0.729.0.015.3.116.0.39.0.212.3.03.29.54.57.15.3.16.3.05.1.16.0.0Updates
@rollup/plugin-commonjsfrom 23.0.7 to 29.0.0Changelog
Sourced from
@rollup/plugin-commonjs's changelog.... (truncated)
Commits
c8e78c8chore(release): commonjs v29.0.0d2b14edfeat(commonjs)!: revert #1909 and addrequireNodeBuiltinsoption (#1937)b079b59chore(release): commonjs v28.0.90881496fix(commonjs): handlenode:builtins withstrictRequires: auto(#1930)232dcf8chore(release): commonjs v28.0.85a6175bfix(commonjs): guard moduleSideEffects for wrapped externals (#1914)1935e9echore(release): commonjs v28.0.7e80d4b2fix(commonjs): avoid hoisting dynamically required node: builtins under stric...0862902chore(repo): update commonjs comment to clarify top-levelthisrewrite (#1888)a433ac9chore(release): commonjs v28.0.6Updates
@rollup/plugin-node-resolvefrom 15.3.1 to 16.0.3Changelog
Sourced from
@rollup/plugin-node-resolve's changelog.Commits
764910achore(release): node-resolve v16.0.33569720fix(node-resolve): resolve bare targets of package "imports" using export map...516ed1dchore(release): node-resolve v16.0.27ad5057fix(node-resolve): error thrown with empty entry (#1893)e1a5ef9chore(release): node-resolve v16.0.1d455ffffix(node-resolve): addignoreSideEffectsForRootto exported interface (#1841)d64f8d6chore(release): node-resolve v16.0.0ebd0969feat(node-resolve)!: set development or production condition (#1823)Updates
@rollup/plugin-typescriptfrom 9.0.2 to 12.3.0Changelog
Sourced from
@rollup/plugin-typescript's changelog.... (truncated)
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...3952b73chore(release): typescript v12.1.2e58d29cfix(typescript): path validation issue in validatePaths function (#1800)Updates
rollupfrom 3.29.5 to 4.57.1Release notes
Sourced from rollup's releases.
... (truncated)
Changelog
Sourced from rollup's changelog.
... (truncated)
Commits
d37675f4.57.1eafac0bchore(deps): lock file maintenance (#6255)47fa568chore(deps): update dependency lru-cache to v11 (#6252)416f476Fully include dynamic imports in a try-catch (#6254)5e393e3fix: Isolate and cacheprocess.report.getReport()calls in a child process ...c931d23chore(deps): lock file maintenance minor/patch updates (#6253)c79e6c2Mitigate vulnerability that would allow to steal credentials743d0544.57.074121c7extend more hooks to include import attributes and add warnings (#5700)c519d82Refactor to reduce Rollup 5 upgrade diff (#6246)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.
Install script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.Updates
rollup-plugin-dtsfrom 5.3.1 to 6.3.0Changelog
Sourced from rollup-plugin-dts's changelog.
... (truncated)
Commits
771110c6.3.03e94675chore(deps): update actions/checkout action to v6 (#363)5b20d31chore(deps): update all non-major dependencies883713afix(transform): preserve export keywords on nested namespaces (#360)963a4fcchore(deps): update all non-major dependencies380733bchore(deps): update dependency rollup to v4.53.1d77b3d7chore(deps): update dependency@types/nodeto ^24.10.02811b95fix(deps): update all non-major dependenciese7d2addchore(deps): update actions/setup-node action to v6 (#361)21a70f3chore(deps): update actions/checkout action to v5 (#349)Updates
@rollup/plugin-aliasfrom 5.1.1 to 6.0.0Changelog
Sourced from
@rollup/plugin-alias's changelog.Commits
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 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