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): bump the rollup group with 4 updates #1949

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 21, 2023

Bumps the rollup group with 4 updates: @rollup/plugin-commonjs, @rollup/plugin-node-resolve, @rollup/pluginutils and rollup.

Updates @rollup/plugin-commonjs from 25.0.2 to 25.0.4

Changelog

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

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
Commits

Updates @rollup/plugin-node-resolve from 15.1.0 to 15.2.0

Changelog

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

v15.2.0

2023-08-17

Features

  • feat: pass original importee to secondary resolve #1557
Commits
  • 7d395b8 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)
  • 9919bf2 chore(release): node-resolve v15.0.2
  • aa5a994 fix(node-resolve): bump is-builtin-module version, imports with a trailing sl...
  • 38e5ff0 chore(repo): fix typo in annotation in node-resolve (#1427)
  • a2e582a chore(repo): enable consistent-type-imports for typescript files (#1325)
  • 6553006 chore(release): node-resolve v15.0.1
  • 3038271 chore(commonjs,yaml,wasm,virtual,url,typescript,sucrase,strip,run,replace,plu...
  • Additional commits viewable in compare view

Updates @rollup/pluginutils from 5.0.2 to 5.0.3

Changelog

Sourced from @​rollup/pluginutils's changelog.

v5.0.3

2023-08-13

Bugfixes

  • fix: add current working dirctory when pattern starts with one * #1547
Commits
  • c599182 feat(pluginutils): add native node es modules support (#419)
  • 9626c93 chore(release): pluginutils v3.0.10
  • 70780a0 refactor(pluginutils): replace micromatch with picomatch. (#306)
  • d4286c4 chore(repo): remove node 8 in github actions, linting updates
  • 11a6f98 chore(release): pluginutils v3.0.9
  • 371f424 refactor: audit for [email protected] (#244)
  • 846944c chore: Always lint types folder and JSON (#233)
  • 5ccd8af chore(pluginutils): Don't bundle micromatch (#220)
  • 22cdcf1 chore(release): pluginutils v3.0.8
  • 238b140 chore(pluginutils): add missing typescript devDep
  • Additional commits viewable in compare view

Updates rollup from 2.79.1 to 3.28.0

Release notes

Sourced from rollup's releases.

v3.28.0

3.28.0

2023-08-09

Features

  • Add a new property preliminaryFileName to generated chunks containing the file name placeholder (#5086)
  • Improve performance of sourcemap generation by lazily decoding mappings (#5087)

Bug Fixes

  • Make the code property of rendered modules in the output readonly (#5091)

Pull Requests

v3.27.2

3.27.2

2023-08-04

Bug Fixes

  • Revert sourcemap performance improvement for now as it causes issues with Vite (#5075)

Pull Requests

v3.27.1

3.27.1

2023-08-03

Bug Fixes

  • Improve performance when generating sourcemaps (#5075)

Pull Requests

v3.27.0

3.27.0

2023-07-28

... (truncated)

Changelog

Sourced from rollup's changelog.

3.28.0

2023-08-09

Features

  • Add a new property preliminaryFileName to generated chunks containing the file name placeholder (#5086)
  • Improve performance of sourcemap generation by lazily decoding mappings (#5087)

Bug Fixes

  • Make the code property of rendered modules in the output readonly (#5091)

Pull Requests

3.27.2

2023-08-04

Bug Fixes

  • Revert sourcemap performance improvement for now as it causes issues with Vite (#5075)

Pull Requests

3.27.1

2023-08-03

Bug Fixes

  • Improve performance when generating sourcemaps (#5075)

Pull Requests

3.27.0

2023-07-28

Features

  • Mark Object.values and Object.entries as pure if their argument does not contain getters (#5072)

... (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> dependency 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> dependency 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 4 updates: [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs), [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve), [@rollup/pluginutils](https://github.com/rollup/plugins/tree/HEAD/packages/pluginutils) and [rollup](https://github.com/rollup/rollup).


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

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

Updates `@rollup/pluginutils` from 5.0.2 to 5.0.3
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/pluginutils/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/babel-v5.0.3/packages/pluginutils)

Updates `rollup` from 2.79.1 to 3.28.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v2.79.1...v3.28.0)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  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-minor
  dependency-group: rollup
- dependency-name: "@rollup/pluginutils"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rollup
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: rollup
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner August 21, 2023 17:32
@dependabot dependabot bot added dependencies Pull requests that update a dependency file major Major dependency update labels Aug 21, 2023
@jira-linking
Copy link

jira-linking bot commented Aug 21, 2023

Commits missing Jira IDs:
1ec8e47

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 28, 2023

Superseded by #1953.

@dependabot dependabot bot closed this Aug 28, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/rollup-0ece219471 branch August 28, 2023 17:24
LiorKGOW pushed a commit to LiorKGOW/vulnerability-ui that referenced this pull request Jan 8, 2024
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 major Major dependency update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants