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): update dependency rollup to v2.75.4 #174

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 5, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rollup (source) 2.71.1 -> 2.75.4 age adoption passing confidence

Release Notes

rollup/rollup

v2.75.4

Compare Source

2022-05-31

Bug Fixes
  • Ensure parameter defaults are retained when a function is used as an object property (#​4516)
Pull Requests

v2.75.3

Compare Source

2022-05-29

Bug Fixes
  • Retain parameter defaults for functions that are defaults themselves (#​4515)
  • Track mutations for objects as default values (#​4515)
Pull Requests

v2.75.2

Compare Source

v2.75.1

Compare Source

2022-05-28

Pull Requests

v2.75.0

Compare Source

2022-05-27

Features
  • Re-implement default parameter tree-shaking for top-level functions (#​4510)
  • Do not consider calling string methods like .trim() on template literals a side effect (#​4511)
Pull Requests

v2.74.1

Compare Source

2022-05-19

Bug Fixes
  • Revert #​4498 until some issues are understood and resolved

v2.74.0

Compare Source

2022-05-19

Features
  • Remove unneeded default values for function parameters (#​4498)
Bug Fixes
  • Use a consistent mechanism to resolve the config file to avoid issues on Windows (#​4501)
  • Avoid an inaccurate warning about an event emitter leak for complicated builds (#​4502)
  • Ensure that reexporting values from other chunks via dynamic imports does not reference non-imported variables (#​4499)
Pull Requests

v2.73.0

Compare Source

2022-05-13

Features
  • Do not treat Object.defineProperty/ies as side effect when called on an unused object (#​4493)
  • Do not assume that assigning a property can create a getter with side effects (#​4493)
  • Do not treat string.prototype.replace(All) as side effect when used with two literals (#​4493)
Bug Fixes
  • Detect side effects when manually declaring getters on functions (#​4493)
Pull Requests

v2.72.1

Compare Source

2022-05-07

Bug Fixes
  • Improve tree-shaking of classes with super classes in certain scenarios (#​4489)
Pull Requests

v2.72.0

Compare Source

2022-05-05

Features
  • Add CLI hooks to run external commands at certain points in watch mode (#​4457)
Bug Fixes
  • Fix an issue that could accidentally treat relevant assignments as side effect free (#​4486)
Pull Requests

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Contributor Author

renovate bot commented May 5, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Installing legacy tool pnpm v7.1.7

added 1 package in 3s
7.1.7
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 14, reused 0, downloaded 6, added 0
Progress: resolved 21, reused 0, downloaded 18, added 0
Progress: resolved 24, reused 0, downloaded 23, added 0
Progress: resolved 26, reused 0, downloaded 25, added 0
Progress: resolved 27, reused 0, downloaded 26, added 0
Progress: resolved 27, reused 0, downloaded 27, added 0
Progress: resolved 28, reused 0, downloaded 27, added 0
Progress: resolved 30, reused 0, downloaded 27, added 0
Progress: resolved 45, reused 0, downloaded 34, added 0
Progress: resolved 74, reused 0, downloaded 59, added 0
Progress: resolved 97, reused 0, downloaded 84, added 0
Progress: resolved 118, reused 0, downloaded 110, added 0
Progress: resolved 137, reused 0, downloaded 127, added 0
Progress: resolved 151, reused 0, downloaded 142, added 0
Progress: resolved 173, reused 0, downloaded 160, added 0
Progress: resolved 199, reused 0, downloaded 179, added 0
Progress: resolved 221, reused 0, downloaded 186, added 0
Progress: resolved 242, reused 0, downloaded 209, added 0
Progress: resolved 253, reused 0, downloaded 220, added 0
Progress: resolved 270, reused 0, downloaded 238, added 0
Progress: resolved 285, reused 0, downloaded 253, added 0
Progress: resolved 299, reused 0, downloaded 266, added 0
Progress: resolved 329, reused 0, downloaded 295, added 0
Progress: resolved 353, reused 0, downloaded 321, added 0
Progress: resolved 369, reused 0, downloaded 339, added 0
Progress: resolved 378, reused 0, downloaded 349, added 0
Progress: resolved 386, reused 0, downloaded 359, added 0
Progress: resolved 402, reused 0, downloaded 368, added 0
Progress: resolved 419, reused 0, downloaded 389, added 0
Progress: resolved 443, reused 0, downloaded 408, added 0
Progress: resolved 470, reused 0, downloaded 438, added 0
Progress: resolved 499, reused 0, downloaded 466, added 0
Progress: resolved 512, reused 0, downloaded 488, added 0
Progress: resolved 527, reused 0, downloaded 500, added 0
Progress: resolved 547, reused 0, downloaded 520, added 0
Progress: resolved 547, reused 0, downloaded 526, added 0
undefined
 ERR_PNPM_PEER_DEP_ISSUES  Unmet peer dependencies

.
└─┬ @innei-util/eslint-config-react-ts
  └─┬ eslint-plugin-react-hooks
    └── ✕ missing peer eslint@"^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
Peer dependencies that should be installed:
  eslint@"^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"

hint: If you want peer dependencies to be automatically installed, set the "auto-install-peers" setting to "true".
hint: If you don't want pnpm to fail on peer dependency issues, set the "strict-peer-dependencies" setting to "false".


@vercel
Copy link

vercel bot commented May 5, 2022

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

Name Status Preview Updated
react-message ❌ Failed (Inspect) May 31, 2022 at 0:58AM (UTC)

@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 1fc4322 to a6b4b90 Compare May 7, 2022 19:51
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.72.0 chore(deps): update dependency rollup to v2.72.1 May 7, 2022
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from a6b4b90 to 0b32b87 Compare May 13, 2022 16:32
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.72.1 chore(deps): update dependency rollup to v2.73.0 May 13, 2022
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 0b32b87 to 0673e9e Compare May 19, 2022 05:25
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.73.0 chore(deps): update dependency rollup to v2.74.0 May 19, 2022
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 0673e9e to 82662c5 Compare May 19, 2022 18:12
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.74.0 chore(deps): update dependency rollup to v2.74.1 May 19, 2022
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 82662c5 to 4c3efa0 Compare May 27, 2022 10:54
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.74.1 chore(deps): update dependency rollup to v2.75.0 May 27, 2022
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 4c3efa0 to 033bcde Compare May 28, 2022 14:27
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.75.0 chore(deps): update dependency rollup to v2.75.1 May 28, 2022
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 033bcde to 0dd80fe Compare May 29, 2022 15:36
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.75.1 chore(deps): update dependency rollup to v2.75.3 May 29, 2022
@renovate renovate bot force-pushed the renovate/rollup-2.x branch from 0dd80fe to 9a66d96 Compare May 31, 2022 12:58
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.75.3 chore(deps): update dependency rollup to v2.75.4 May 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant