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-packages group with 5 updates #2333

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps the rollup-packages group with 5 updates:

Package From To
@rollup/plugin-babel 5.3.1 6.0.4
@rollup/plugin-commonjs 19.0.2 28.0.2
@rollup/plugin-json 4.1.0 6.1.0
@rollup/plugin-node-resolve 13.3.0 16.0.0
rollup 2.79.2 4.34.1

Updates @rollup/plugin-babel from 5.3.1 to 6.0.4

Changelog

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

v6.0.4

2023-10-05

Bugfixes

  • fix: ensure rollup 4 compatibility #1595

v6.0.3

2022-11-25

Updates

  • docs: small typo in babel plugin readme #1355

v6.0.2

2022-10-21

Updates

  • chore: update rollup dependencies (3038271)

v6.0.1

Skipped for repo rebase

v6.0.0

2022-10-08

Breaking Changes

  • fix: prepare for Rollup 3 #1303
Commits
  • 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-...
  • d35d007 chore(repo): add missing prepare script for several packages (#1562)
  • a2e582a chore(repo): enable consistent-type-imports for typescript files (#1325)
  • 19ad1b6 chore(release): babel v6.0.3
  • 2ae1c62 docs(babel): small typo in babel plugin readme (#1355)
  • 15f70ce chore(release): babel v6.0.2
  • 3038271 chore(commonjs,yaml,wasm,virtual,url,typescript,sucrase,strip,run,replace,plu...
  • 0e6cfe1 chore(release): babel v6.0.0
  • 3a46d39 fix(babel): prepare for Rollup 3 (#1303)
  • Additional commits viewable in compare view

Updates @rollup/plugin-commonjs from 19.0.2 to 28.0.2

Changelog

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

v28.0.2

2024-12-15

Updates

  • docs: output.exports recommendation also applies to IIFE (#1810)

v28.0.1

2024-10-16

Updates

  • chore: upgrade picomatch (#1775)

v28.0.0

2024-09-23

Breaking Changes

  • chore: switch to fdir for fewer dependencies (#1741)

v27.0.0

2024-09-23

Breaking Changes

  • feat!: default strictRequires to true (#1639)
  • fix!: replace top-level this with exports name (#1618)

v26.0.3

2024-09-23

Updates

  • chore: revert #1618 (e98927b)

v26.0.1

2024-06-05

Bugfixes

  • fix: correct import of glob (04a15b5)

v26.0.0

... (truncated)

Commits
  • 97e17ce chore(release): commonjs v28.0.2
  • 3efaf75 docs(commonjs): output.exports recommendation also applies to IIFE (#1810)
  • 0f45234 chore(release): commonjs v28.0.1
  • dd1deee chore(commonjs): upgrade picomatch (#1775)
  • 0af45c2 chore(release): commonjs v28.0.0
  • c2a05eb chore(commonjs): switch to fdir for fewer dependencies (#1741)
  • b6fa3b1 chore(release): commonjs v27.0.0
  • 8f02987 feat(commonjs)!: default strictRequires to true (#1639)
  • 274b72c chore(repo): cherry-pick. commonjs. replace top-level this with exports name ...
  • e2a7195 chore(release): commonjs v26.0.3
  • Additional commits viewable in compare view

Updates @rollup/plugin-json from 4.1.0 to 6.1.0

Changelog

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

v6.1.0

2023-12-12

Features

  • feat: add includeArbitraryNames option (#1641)

v6.0.1

2023-10-05

Bugfixes

  • fix: ensure rollup 4 compatibility #1595

v6.0.0

2022-12-17

Breaking Changes

  • fix: log more robustly when JSON parsing fails #1361

v5.0.2

2022-11-27

Updates

  • docs: correct minimatch to picomatch #1332

v5.0.1

2022-10-21

Updates

  • chore: update rollup dependencies (3038271)

v5.0.0

2022-10-10

Breaking Changes

  • fix: prepare for Rollup 3 #1291

Updates

... (truncated)

Commits
  • 8205497 chore(repo): automatically publish packages (#940)
  • 81781a8 chore(repo): fix the prepublishOnly scripts for most plugins
  • fba0a6b chore(repo): remove circle ci, add validate workflow, update deps (#867)
  • 0150c55 chore(repo): Add "directory" to package.json repository fields. (#826)
  • 621768b feat(commonjs)!: return the namespace by default when requiring ESM (#507)
  • 678125b chore(json): update dependencies
  • See full diff in compare view

Updates @rollup/plugin-node-resolve from 13.3.0 to 16.0.0

Changelog

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

v16.0.0

2024-12-15

Breaking Changes

  • feat!: set development or production condition (#1823)

v15.3.1

2024-12-15

Updates

  • refactor: replace test with includes (#1787)

v15.3.0

2024-09-23

Features

  • feat: allow preferBuiltins to be a function (#1694)

v15.2.4

2024-09-22

Updates

  • chore: remove is-builtin-module (#1735)

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

... (truncated)

Commits
  • 1459cf0 fix(node-resolve): do not ignore exceptions (#564)
  • 366380e fix(node-resolve)!: resolve hash in path (#588)
  • f87c442 chore(release): node-resolve v9.0.0
  • e4d21ba refactor(node-resolve): remove deep-freeze from dependencies (#529)
  • 621768b feat(commonjs)!: return the namespace by default when requiring ESM (#507)
  • e632469 chore(node-resolve): update dependencies
  • 84dfddb chore(node-resolve): clean up changelog
  • 3fa649d chore(release): node-resolve v8.4.0
  • a582b59 chore(release): node-resolve v8.3.0
  • a60cb76 chore(release): node-resolve v8.2.0
  • Additional commits viewable in compare view

Updates rollup from 2.79.2 to 4.34.1

Release notes

Sourced from rollup's releases.

v4.34.1

4.34.1

2025-02-03

Bug Fixes

  • Ensure throwing objects includes the entire object (#5825)

Pull Requests

v4.34.0

4.34.0

2025-02-01

Features

  • Tree-shake unused properties in object literals (re-implements #5420) (#5737)

Pull Requests

v4.33.0

4.33.0

2025-02-01

Features

  • Correctly detect literal value of more negated expressions (#5812)

Bug Fixes

  • Use the correct with/assert attribute key in dynamic imports (#5818)
  • Fix an issue where logical expressions were considered to have the wrong value (#5819)

Pull Requests

v4.32.1

... (truncated)

Changelog

Sourced from rollup's changelog.

4.34.1

2025-02-03

Bug Fixes

  • Ensure throwing objects includes the entire object (#5825)

Pull Requests

4.34.0

2025-02-01

Features

  • Tree-shake unused properties in object literals (re-implements #5420) (#5737)

Pull Requests

4.33.0

2025-02-01

Features

  • Correctly detect literal value of more negated expressions (#5812)

Bug Fixes

  • Use the correct with/assert attribute key in dynamic imports (#5818)
  • Fix an issue where logical expressions were considered to have the wrong value (#5819)

Pull Requests

4.32.1

2025-01-28

... (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

Bumps the rollup-packages group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@rollup/plugin-babel](https://github.com/rollup/plugins/tree/HEAD/packages/babel) | `5.3.1` | `6.0.4` |
| [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) | `19.0.2` | `28.0.2` |
| [@rollup/plugin-json](https://github.com/rollup/plugins/tree/HEAD/packages/json) | `4.1.0` | `6.1.0` |
| [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) | `13.3.0` | `16.0.0` |
| [rollup](https://github.com/rollup/rollup) | `2.79.2` | `4.34.1` |


Updates `@rollup/plugin-babel` from 5.3.1 to 6.0.4
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/babel/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/babel-v6.0.4/packages/babel)

Updates `@rollup/plugin-commonjs` from 19.0.2 to 28.0.2
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v28.0.2/packages/commonjs)

Updates `@rollup/plugin-json` from 4.1.0 to 6.1.0
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/json/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/url-v6.1.0/packages/json)

Updates `@rollup/plugin-node-resolve` from 13.3.0 to 16.0.0
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v16.0.0/packages/node-resolve)

Updates `rollup` from 2.79.2 to 4.34.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v2.79.2...v4.34.1)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-babel"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: rollup-packages
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: rollup-packages
- dependency-name: "@rollup/plugin-json"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: rollup-packages
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: rollup-packages
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: rollup-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 3, 2025
Copy link

vercel bot commented Feb 3, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
drei ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 3, 2025 8:26pm

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants