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 6 updates #2000

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 9, 2023

Bumps the rollup group with 6 updates:

Package From To
@rollup/plugin-commonjs 25.0.2 25.0.5
@rollup/plugin-image 3.0.2 3.0.3
@rollup/plugin-json 6.0.0 6.0.1
@rollup/plugin-node-resolve 15.1.0 15.2.3
@rollup/pluginutils 5.0.2 5.0.5
rollup 2.79.1 4.0.2

Updates @rollup/plugin-commonjs from 25.0.2 to 25.0.5

Changelog

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

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
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-...
  • 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)
  • d60f6eb chore(release): commonjs v25.0.2
  • See full diff in compare view

Updates @rollup/plugin-image from 3.0.2 to 3.0.3

Changelog

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

v3.0.3

2023-10-05

Bugfixes

  • fix: ensure rollup 4 compatibility #1595
Commits

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.1.0 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
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/pluginutils from 5.0.2 to 5.0.5

Changelog

Sourced from @​rollup/pluginutils's changelog.

v5.0.5

2023-10-05

Bugfixes

  • fix: ensure rollup 4 compatibility #1595

v5.0.4

2023-08-26

Updates

  • docs: configure correct options #1563

v5.0.3

2023-08-13

Bugfixes

  • fix: add current working dirctory when pattern starts with one * #1547
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-...
  • 27726b5 chore(release): pluginutils v5.0.4
  • 1ea9cc3 docs(pluginutils): configure correct options (#1563)
  • 786e543 chore(release): pluginutils v5.0.3
  • 89ceb2a fix(pluginutils): add current working dirctory when pattern starts with one *...
  • a2e582a chore(repo): enable consistent-type-imports for typescript files (#1325)
  • See full diff in compare view

Updates rollup from 2.79.1 to 4.0.2

Release notes

Sourced from rollup's releases.

v4.0.2

4.0.2

2023-10-06

Bug Fixes

  • Fix annotation detection logic to not fail when a non-ASCII character precedes a double underscore (#5178)

Pull Requests

v4.0.1

4.0.1

2023-10-06

Bug Fixes

  • Do not panic on trailing semicolons after class methods (#5173)
  • Add artifact for arm64 linux musl target (#5176)

Pull Requests

v4.0.0

4.0.0

2023-10-05

BREAKING CHANGES

General Changes

  • The minimal required Node version is now 18.0.0 (#5142)
  • The browser build now relies on a WASM artifact that needs to be provided as well (#5073)
  • The NodeJS build now relies on an optional native binary; for unsupported platforms, users can use the @rollup/wasm-node package that has the same interface as Rollup but relies on WASM artifacts (#5073)
  • The "with" syntax for import attributes is not yet supported, awaiting support in SWC (#5073)
  • The INVALID_IMPORT_ASSERTION error code has been replaced with INVALID_IMPORT_ATTRIBUTE (#5073)
  • Rollup will now warn for @__PURE__ and @__NO_SIDE_EFFECTS__ annotations in invalid locations (#5165)
  • If an entry module starts with a shebang comment #!..., this comment will be prepended to the output for es and cjs formats (#5163)
  • File hashes will now use url-safe base64 encoded hashes (#5155)
  • The maximum hash length has been reduced to 22 characters (#5155)
  • The RollupWarning type has been removed in favor of the RollupLog type (#5147)

Changes to Rollup Options

... (truncated)

Changelog

Sourced from rollup's changelog.

4.0.2

2023-10-06

Bug Fixes

  • Fix annotation detection logic to not fail when a non-ASCII character precedes a double underscore (#5178)

Pull Requests

4.0.1

2023-10-06

Bug Fixes

  • Do not panic on trailing semicolons after class methods (#5173)
  • Add artifact for arm64 linux musl target (#5176)

Pull Requests

4.0.0

2023-10-05

BREAKING CHANGES

General Changes

  • The minimal required Node version is now 18.0.0 (#5142)
  • The browser build now relies on a WASM artifact that needs to be provided as well (#5073)
  • The NodeJS build now relies on an optional native binary; for unsupported platforms, users can use the @rollup/wasm-node package that has the same interface as Rollup but relies on WASM artifacts (#5073)
  • The INVALID_IMPORT_ASSERTION error code has been replaced with INVALID_IMPORT_ATTRIBUTE (#5073)
  • Rollup will now warn for @__PURE__ and @__NO_SIDE_EFFECTS__ annotations in invalid locations (#5165)
  • If an entry module starts with a shebang comment #!..., this comment will be prepended to the output for es and cjs formats (#5163)
  • File hashes will now use url-safe base64 encoded hashes (#5155)
  • The maximum hash length has been reduced to 22 characters (#5155)
  • The RollupWarning type has been removed in favor of the RollupLog type (#5147)

Changes to Rollup Options

  • Acorn plugins are no longer supported, the acornInjectPlugins option has been removed (#5073)
  • The acorn option has been removed (#5073)
  • output.externalImportAssertions has been deprecated in favor of output.externalImportAttributes (#5073)

... (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 October 9, 2023 17:47
@dependabot dependabot bot added dependencies Pull requests that update a dependency file major Major dependency update labels Oct 9, 2023
@jira-linking
Copy link

jira-linking bot commented Oct 9, 2023

Commits missing Jira IDs:
d3f06e5

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/rollup-269c64469f branch 2 times, most recently from b69e58d to ddd3136 Compare October 10, 2023 14:11
Bumps the rollup group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) | `25.0.2` | `25.0.5` |
| [@rollup/plugin-image](https://github.com/rollup/plugins/tree/HEAD/packages/image) | `3.0.2` | `3.0.3` |
| [@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.1.0` | `15.2.3` |
| [@rollup/pluginutils](https://github.com/rollup/plugins/tree/HEAD/packages/pluginutils) | `5.0.2` | `5.0.5` |
| [rollup](https://github.com/rollup/rollup) | `2.79.1` | `4.0.2` |


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

Updates `@rollup/plugin-image` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/image/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/dsv-v3.0.3/packages/image)

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.1.0 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/pluginutils` from 5.0.2 to 5.0.5
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/pluginutils/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/pluginutils-v5.0.5/packages/pluginutils)

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

---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rollup
- dependency-name: "@rollup/plugin-image"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rollup
- 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-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 force-pushed the dependabot/npm_and_yarn/rollup-269c64469f branch from ddd3136 to d3f06e5 Compare October 10, 2023 14:15
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 16, 2023

Superseded by #2004.

@dependabot dependabot bot closed this Oct 16, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/rollup-269c64469f branch October 16, 2023 17:48
LiorKGOW pushed a commit to LiorKGOW/vulnerability-ui that referenced this pull request Jan 8, 2024
Fixes https://issues.redhat.com/browse/ESSNTL-5253.

Before rendering the application content in tabs on System details view,
Inventory should check whether the user have enough viewer permissions
for the selected app.
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