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: bump @rollup/plugin-replace from 4.0.0 to 5.0.2 #2313

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 16, 2023

Bumps @rollup/plugin-replace from 4.0.0 to 5.0.2.

Changelog

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

v5.0.2

2022-12-17

Bugfixes

  • fix: update magic-string #1373

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 #1286
Commits
  • 8791470 chore(release): replace v5.0.1
  • 3038271 chore(commonjs,yaml,wasm,virtual,url,typescript,sucrase,strip,run,replace,plu...
  • bdc099e chore(release): replace v5.0.0
  • cba9788 fix(replace): prepare for Rollup 3 (#1286)
  • 69146cd chore(repo): central changes for Rollup 3 updates (#1277)
  • 4e85ed7 chore(all): fix lint issues (#1270)
  • 2483b40 chore(repo): correct READMEs, minimatch to picomatch (#1260)
  • 1f0e2cd chore(release): replace v4.0.0
  • 5bae547 fix(replace)!: do not escape delimiters (#1088)
  • 8835dd2 chore(repo): update rollup devDep in all packages (#1115)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file priority: low Severity level: 3 ready: code review Ready for code review! run e2e Trigger automated visual regression tests labels Jan 16, 2023
@dependabot dependabot bot requested a review from bennypowers January 16, 2023 19:02
@changeset-bot
Copy link

changeset-bot bot commented Jan 16, 2023

⚠️ No Changeset found

Latest commit: 99c8f91

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dependabot dependabot bot requested a review from heyMP January 16, 2023 19:02
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/rollup/plugin-replace-5.0.2 branch 3 times, most recently from 6dd72f9 to d80dcea Compare January 17, 2023 18:46
@nikkimk nikkimk self-requested a review January 18, 2023 16:39
Copy link
Collaborator

@nikkimk nikkimk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues installing, but I get the following errors in my local demo:

  • /components/card/demo/: GET http://localhost:8001/elements/pfe-card/pfe-card--lightdom.min.css net::ERR_ABORTED 404 (Not Found)
  • /components/code-block/demo/: GET http://localhost:8001/elements/pfe-code-block/demo/pfe-code-block.js net::ERR_ABORTED 500 (Internal Server Error)
  • /components/icon/demo/: Uncaught (in promise) TypeError: Failed to resolve module specifier '@patternfly/pfe-button' at pfe-icon.js:5:28
  • /components/icon/demo/custom-icon-sets/:
    • GET http://localhost:8001/elements/pfe-icon/demo/icons/rh/redhat.js net::ERR_ABORTED 404 (Not Found)
    • GET http://localhost:8001/elements/pfe-icon/demo/icons/rh/patternfly.js net::ERR_ABORTED 404 (Not Found)
    • 2logger.ts:59 [pfe-icon] Failed to fetch dynamically imported module: http://localhost:8001/elements/pfe-icon/demo/icons/rh/redhat.js
    • 2logger.ts:59 [pfe-icon] Failed to fetch dynamically imported module: http://localhost:8001/elements/pfe-icon/demo/icons/rh/patternfly.js

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/rollup/plugin-replace-5.0.2 branch 2 times, most recently from 5ff8296 to 07aa5f6 Compare January 23, 2023 20:25
Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace) from 4.0.0 to 5.0.2.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/replace/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/json-v5.0.2/packages/replace)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-replace"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/rollup/plugin-replace-5.0.2 branch from 07aa5f6 to 99c8f91 Compare January 24, 2023 04:53
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 26, 2023

Looks like @rollup/plugin-replace is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jan 26, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/rollup/plugin-replace-5.0.2 branch January 26, 2023 22:54
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 priority: low Severity level: 3 ready: code review Ready for code review! run e2e Trigger automated visual regression tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant