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

Bump the rollup group with 7 updates #2922

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2023

Bumps the rollup group with 7 updates:

Package From To
@rollup/plugin-json 6.0.0 6.0.1
@rollup/plugin-node-resolve 15.2.1 15.2.3
@rollup/plugin-terser 0.4.3 0.4.4
@rollup/plugin-typescript 11.1.4 11.1.5
@web/rollup-plugin-html 2.0.1 2.1.0
rollup 3.29.4 4.2.0
rollup-plugin-workbox 8.0.1 8.1.0

Updates @rollup/plugin-json from 6.0.0 to 6.0.1

Changelog

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

v6.0.1

2023-10-05

Bugfixes

  • fix: ensure rollup 4 compatibility #1595
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-...
  • 650f21a chore(release): json v6.0.0
  • 1be4b90 fix(json)!: log more robustly when JSON parsing fails (#1361)
  • a2e582a chore(repo): enable consistent-type-imports for typescript files (#1325)
  • b734673 chore(release): json v5.0.2
  • 5250b88 docs(json): correct minimatch to picomatch (#1332)
  • 55ceae3 chore(release): json v5.0.1
  • 3038271 chore(commonjs,yaml,wasm,virtual,url,typescript,sucrase,strip,run,replace,plu...
  • 0c03017 chore(release): json v5.0.0
  • Additional commits viewable in compare view

Updates @rollup/plugin-node-resolve from 15.2.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
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
  • See full diff in compare view

Updates @rollup/plugin-terser from 0.4.3 to 0.4.4

Changelog

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

v0.4.4

2023-10-05

Bugfixes

  • fix: ensure rollup 4 compatibility #1595
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-...
  • 62a5d56 chore(release): terser v0.4.3
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by lukastaegert, a new releaser for @​rollup/plugin-terser since your current version.


Updates @rollup/plugin-typescript from 11.1.4 to 11.1.5

Changelog

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

v11.1.5

2023-10-05

Bugfixes

  • fix: ensure rollup 4 compatibility #1595
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-...
  • c1509e3 chore(release): typescript v11.1.4
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by lukastaegert, a new releaser for @​rollup/plugin-typescript since your current version.


Updates @web/rollup-plugin-html from 2.0.1 to 2.1.0

Release notes

Sourced from @​web/rollup-plugin-html's releases.

@​web/rollup-plugin-html@​2.1.0

Minor Changes

  • c185cbaa: Set minimum node version to 18

Patch Changes

  • Updated dependencies [c185cbaa]
    • @​web/parse5-utils@​2.1.0
Changelog

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

2.1.0

Minor Changes

  • c185cbaa: Set minimum node version to 18

Patch Changes

  • Updated dependencies [c185cbaa]
    • @​web/parse5-utils@​2.1.0
Commits

Updates rollup from 3.29.4 to 4.2.0

Release notes

Sourced from rollup's releases.

v4.2.0

4.2.0

2023-10-31

Features

  • Run parsing in multiple threads and introduce parseAstAsync helper function (#5202)

Pull Requests

v4.1.6

4.1.6

2023-10-31

Bug Fixes

  • Fix a bug where emtpy block comments in certain positions could freeze Rollup (#5231)

Pull Requests

v4.1.5

4.1.5

2023-10-28

Bug Fixes

  • Fix an issue where actual entries that were also implicit entries could remain implicit (#5220)

Pull Requests

v4.1.4

4.1.4

... (truncated)

Changelog

Sourced from rollup's changelog.

4.2.0

2023-10-31

Features

  • Run parsing in multiple threads and introduce parseAstAsync helper function (#5202)

Pull Requests

4.1.6

2023-10-31

Bug Fixes

  • Fix a bug where emtpy block comments in certain positions could freeze Rollup (#5231)

Pull Requests

4.1.5

2023-10-28

Bug Fixes

  • Fix an issue where actual entries that were also implicit entries could remain implicit (#5220)

Pull Requests

4.1.4

2023-10-16

Bug Fixes

... (truncated)

Commits
  • fbf806a 4.2.0
  • 49b57c2 perf: introduce parseAstAsync and parallelize parsing AST (#5202)
  • 5865fbd Revert specifying components in workflow files
  • 5901e54 4.1.6
  • 835a7fa Render emtpy block comments after tree-shaken statements (#5231)
  • 17d33a9 Revert specifying rustfmt and clippy in toolchain file as it breaks REPL buil...
  • 08d65d1 build: ensure rust toolchain components for linting are installed (#5228)
  • 1cbb382 4.1.5
  • 02ff799 chore(deps): lock file maintenance minor/patch updates (#5225)
  • 6001fc7 chore(deps): update actions/setup-node action to v4 (#5224)
  • Additional commits viewable in compare view

Updates rollup-plugin-workbox from 8.0.1 to 8.1.0

Release notes

Sourced from rollup-plugin-workbox's releases.

rollup-plugin-workbox@8.1.0

Minor Changes

  • 8218a0a5: Update ESBuild to latest version

rollup-plugin-workbox@8.0.2

Patch Changes

  • 640ba85f: added types for main entry point
Changelog

Sourced from rollup-plugin-workbox's changelog.

8.1.0

Minor Changes

  • 8218a0a5: Update ESBuild to latest version

8.0.2

Patch Changes

  • 640ba85f: added types for main entry point
Commits
  • 835bb24 Version Packages
  • 6913c67 update esbuild
  • c4cf785 chore(deps): bump esbuild from 0.17.19 to 0.19.2
  • 0fd20a8 Version Packages
  • 521ea5f build: add 'types' section in exports
  • cae145f chore: update script name in code
  • acb0e04 chore(rollup-plugin-workbox): align overrides with the required output
  • See full diff 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 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 group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@rollup/plugin-json](https://github.com/rollup/plugins/tree/HEAD/packages/json) | `6.0.0` | `6.0.1` |
| [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) | `15.2.1` | `15.2.3` |
| [@rollup/plugin-terser](https://github.com/rollup/plugins/tree/HEAD/packages/terser) | `0.4.3` | `0.4.4` |
| [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) | `11.1.4` | `11.1.5` |
| [@web/rollup-plugin-html](https://github.com/modernweb-dev/web/tree/HEAD/packages/rollup-plugin-html) | `2.0.1` | `2.1.0` |
| [rollup](https://github.com/rollup/rollup) | `3.29.4` | `4.2.0` |
| [rollup-plugin-workbox](https://github.com/modernweb-dev/web/tree/HEAD/packages/rollup-plugin-workbox) | `8.0.1` | `8.1.0` |


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

Updates `@rollup/plugin-node-resolve` from 15.2.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-terser` from 0.4.3 to 0.4.4
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/terser/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/terser-v0.4.4/packages/terser)

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

Updates `@web/rollup-plugin-html` from 2.0.1 to 2.1.0
- [Release notes](https://github.com/modernweb-dev/web/releases)
- [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/rollup-plugin-html/CHANGELOG.md)
- [Commits](https://github.com/modernweb-dev/web/commits/@web/rollup-plugin-html@2.1.0/packages/rollup-plugin-html)

Updates `rollup` from 3.29.4 to 4.2.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v3.29.4...v4.2.0)

Updates `rollup-plugin-workbox` from 8.0.1 to 8.1.0
- [Release notes](https://github.com/modernweb-dev/web/releases)
- [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/rollup-plugin-workbox/CHANGELOG.md)
- [Commits](https://github.com/modernweb-dev/web/commits/rollup-plugin-workbox@8.1.0/packages/rollup-plugin-workbox)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-json"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rollup
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rollup
- dependency-name: "@rollup/plugin-terser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rollup
- dependency-name: "@rollup/plugin-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rollup
- dependency-name: "@web/rollup-plugin-html"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rollup
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: rollup
- dependency-name: rollup-plugin-workbox
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rollup
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 1, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2023

Superseded by #2951.

@dependabot dependabot bot closed this Dec 1, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/rollup-8067faf5f4 branch December 1, 2023 18:31
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.

0 participants