Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump the rollup group with 5 updates #513

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 5, 2024

Bumps the rollup group with 5 updates:

Package From To
rollup 3.27.2 4.12.0
@rollup/plugin-commonjs 24.0.1 25.0.7
@rollup/plugin-node-resolve 15.0.1 15.2.3
@rollup/plugin-typescript 11.0.0 11.1.6
rollup-plugin-dts 5.3.0 6.1.0

Updates rollup from 3.27.2 to 4.12.0

Release notes

Sourced from rollup's releases.

v4.12.0

4.12.0

2024-02-16

Features

  • Improve raw bundling performance by 10-15% when not using the cache or plugins that return an AST (#5391)

Pull Requests

v4.11.0

4.11.0

2024-02-15

Features

  • Add output.reexportProtoFromExternal option to disable special code for handling __proto__ reexports (#5380)

Bug Fixes

  • Ensure namespace reexport code can be parsed by cjs-module-lexer (#5380)
  • Throw when trying to reassing const variables (#5388)

Pull Requests

v4.10.0

4.10.0

2024-02-10

Features

  • Support base-36 and base-16 hashes again via new output.hashCharacters option (#5371)

Bug Fixes

  • Do not crash process for panics in native code but throw them as JavaScript errors (#5383)

Pull Requests

... (truncated)

Changelog

Sourced from rollup's changelog.

4.12.0

2024-02-16

Features

  • Improve raw bundling performance by 10-15% when not using the cache or plugins that return an AST (#5391)

Pull Requests

4.11.0

2024-02-15

Features

  • Add output.reexportProtoFromExternal option to disable special code for handling __proto__ reexports (#5380)

Bug Fixes

  • Ensure namespace reexport code can be parsed by cjs-module-lexer (#5380)
  • Throw when trying to reassing const variables (#5388)

Pull Requests

4.10.0

2024-02-10

Features

  • Support base-36 and base-16 hashes again via new output.hashCharacters option (#5371)

Bug Fixes

  • Do not crash process for panics in native code but throw them as JavaScript errors (#5383)

Pull Requests

... (truncated)

Commits
  • 0146b84 4.12.0
  • 14c9662 Improve performance by directly constructing AST from buffer (#5391)
  • 5493159 chore(deps): lock file maintenance minor/patch updates (#5395)
  • 4d92403 chore(deps): update typescript-eslint monorepo to v7 (major) (#5394)
  • cae6935 chore(deps): update dependency eslint-plugin-unicorn to v51 (#5393)
  • 90ad652 4.11.0
  • d6fd383 Add const reassign rule (#5388)
  • f74d0a9 fix: separately export __proto__ for compatibility with CJS Transpiler Re-e...
  • 7624208 4.10.0
  • 9e57e6c chore(deps): update codecov/codecov-action action to v4 (#5384)
  • Additional commits viewable in compare view

Updates @rollup/plugin-commonjs from 24.0.1 to 25.0.7

Changelog

Sourced from @​rollup/plugin-commonjs's changelog.

v25.0.7

2023-10-15

Bugfixes

  • fix: bump magic-string version #1596

v25.0.6

2023-10-15

Bugfixes

  • fix: Keep the shebang at the top of the file content #1610

v25.0.5

2023-10-05

Bugfixes

  • fix: ensure rollup 4 compatibility #1595

v25.0.4

2023-08-11

Updates

  • docs: update docs #1545

v25.0.3

2023-07-15

Bugfixes

  • fix: preserve this reference in the child class #1537

v25.0.2

2023-06-19

Bugfixes

  • fix: add classBodyDepth flag #1507

v25.0.1

... (truncated)

Commits
  • ad406ba chore(release): commonjs v25.0.7
  • 8e2ed59 fix(commonjs,dynamic-import-vars,esm-shim,inject,replace,strip): bump magic-s...
  • 88687f0 chore(release): commonjs v25.0.6
  • cb579c8 fix(commonjs): Keep the shebang at the top of the file content (#1610)
  • cdf9113 chore(repo): manually update changelog and package versions after bad release...
  • 841a039 fix(alias,auto-install,babel,beep,buble,commonjs,data-uri,dsv,dynamic-import-...
  • 09b090c chore(release): commonjs v25.0.4
  • 07329e2 docs(commonjs): update docs (#1545)
  • 5ec2abe chore(release): commonjs v25.0.3
  • ee4feb2 fix(commonjs): preserve this reference in the child class (#1537)
  • Additional commits viewable in compare view

Updates @rollup/plugin-node-resolve from 15.0.1 to 15.2.3

Changelog

Sourced from @​rollup/plugin-node-resolve's changelog.

v15.2.3

2023-10-08

Bugfixes

  • fix: modulePaths default is not set #1534

v15.2.2

2023-10-05

Bugfixes

  • fix: ensure rollup 4 compatibility #1595

v15.2.1

2023-08-22

Bugfixes

  • fix: Implement package exports / imports resolution algorithm according to Node documentation #1549

v15.2.0

2023-08-17

Features

  • feat: pass original importee to secondary resolve #1557

v15.1.0

2023-05-30

Features

  • feat: Resolve js/jsx/mjs/cjs imports from TypeScript files #1498

v15.0.2

2023-04-04

Bugfixes

  • fix: bump is-builtin-module version, imports with a trailing slash #1424
Commits
  • f7fb936 chore(release): node-resolve v15.2.3
  • ab3f45d fix(node-resolve): modulePaths default is not set (#1534)
  • cdf9113 chore(repo): manually update changelog and package versions after bad release...
  • 841a039 fix(alias,auto-install,babel,beep,buble,commonjs,data-uri,dsv,dynamic-import-...
  • 9bfc5d9 chore(release): node-resolve v15.2.1
  • daf06f7 fix(node-resolve): Implement package exports / imports resolution algorithm a...
  • 49dcfe5 chore(release): node-resolve v15.2.0
  • 9b9da3a feat(node-resolve): pass original importee to secondary resolve (#1557)
  • 8af989a chore(release): node-resolve v15.1.0
  • e9e94b3 feat(node-resolve): Resolve js/jsx/mjs/cjs imports from TypeScript files (#1498)
  • Additional commits viewable in compare view

Updates @rollup/plugin-typescript from 11.0.0 to 11.1.6

Changelog

Sourced from @​rollup/plugin-typescript's changelog.

v11.1.6

2024-01-09

Bugfixes

  • fix: Ensure rollup 4 compatibility (#1658)

v11.1.5

2023-10-05

Bugfixes

  • fix: ensure rollup 4 compatibility #1595

v11.1.4

2023-09-25

Bugfixes

  • fix: fix sourcemap sourcecontent referencing non-existent files #1571

v11.1.3

2023-08-26

Bugfixes

  • fix: emit declaration files for type-only source files that are not explicitly included #1555

v11.1.2

2023-06-28

Bugfixes

  • fix: change the value of isExternalLibraryImport to false if the resolvedModule should be compiled #1521

v11.1.1

2023-05-12

Bugfixes

  • fix: Allow for using compilerOptions.moduleResolution #1453

v11.1.0

... (truncated)

Commits
  • 2a19079 chore(release): typescript v11.1.6
  • db2cf23 fix(typescript): Ensure rollup 4 compatibility (#1658)
  • 46df762 chore(repo): consistent plugin names in docs (#1657)
  • dcd8da5 chore(repo): use @dot/versioner for releases (#1612)
  • cdf9113 chore(repo): manually update changelog and package versions after bad release...
  • 841a039 fix(alias,auto-install,babel,beep,buble,commonjs,data-uri,dsv,dynamic-import-...
  • c1509e3 chore(release): typescript v11.1.4
  • dcb319e fix(typescript): fix sourcemap sourcecontent referencing non-existent files (...
  • f9855c7 chore(release): typescript v11.1.3
  • 027bca6 fix(typescript): emit declaration files for type-only source files that are n...
  • Additional commits viewable in compare view

Updates rollup-plugin-dts from 5.3.0 to 6.1.0

Changelog

Sourced from rollup-plugin-dts's changelog.

6.1.0

Compatibility Notice:

This release adds compatibility with Rollup version 4.

Fixes:

  • Fix fallback path generation.

Thank you:

Features, fixes and improvements in this release have been contributed by:

6.0.2

Fixes:

  • Fix typeof this being wrongly renamed.

Thank you:

Features, fixes and improvements in this release have been contributed by:

6.0.1

Compatibility Notice:

This release lowers the minimum required node.js version to 16.

Fixes:

  • Fix namespace declarations being exported as export { type T }.

Thank you:

Features, fixes and improvements in this release have been contributed by:

6.0.0

Compatibility Notice:

... (truncated)

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

@dependabot dependabot bot requested a review from a team as a code owner March 5, 2024 12:52
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 5, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/rollup-3317a762e6 branch 2 times, most recently from 7b9df58 to 6064f44 Compare March 5, 2024 14:04
Copy link

codecov bot commented Mar 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.69%. Comparing base (c518043) to head (e6f66c5).
Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #513   +/-   ##
=======================================
  Coverage   88.69%   88.69%           
=======================================
  Files          42       42           
  Lines        2283     2283           
  Branches      284      284           
=======================================
  Hits         2025     2025           
  Misses        254      254           
  Partials        4        4           

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/rollup-3317a762e6 branch from 6064f44 to 86460b6 Compare March 5, 2024 18:19
@psmulovics
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/rollup-3317a762e6 branch from 86460b6 to 91452fb Compare March 5, 2024 22:04
Bumps the rollup group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [rollup](https://github.com/rollup/rollup) | `3.27.2` | `4.12.0` |
| [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) | `24.0.1` | `25.0.7` |
| [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) | `15.0.1` | `15.2.3` |
| [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) | `11.0.0` | `11.1.6` |
| [rollup-plugin-dts](https://github.com/Swatinem/rollup-plugin-dts) | `5.3.0` | `6.1.0` |


Updates `rollup` from 3.27.2 to 4.12.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v3.27.2...v4.12.0)

Updates `@rollup/plugin-commonjs` from 24.0.1 to 25.0.7
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v25.0.7/packages/commonjs)

Updates `@rollup/plugin-node-resolve` from 15.0.1 to 15.2.3
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v15.2.3/packages/node-resolve)

Updates `@rollup/plugin-typescript` from 11.0.0 to 11.1.6
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/typescript-v11.1.6/packages/typescript)

Updates `rollup-plugin-dts` from 5.3.0 to 6.1.0
- [Changelog](https://github.com/Swatinem/rollup-plugin-dts/blob/master/CHANGELOG.md)
- [Commits](Swatinem/rollup-plugin-dts@v5.3.0...v6.1.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: rollup
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: rollup
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rollup
- dependency-name: "@rollup/plugin-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rollup
- dependency-name: rollup-plugin-dts
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: rollup
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/rollup-3317a762e6 branch from 91452fb to e6f66c5 Compare March 5, 2024 23:54
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 6, 2024

Superseded by #532.

@dependabot dependabot bot closed this Mar 6, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/rollup-3317a762e6 branch March 6, 2024 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant