Skip to content

chore: Bump rollup from 2.74.1 to 2.75.3 #5105

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

Merged
merged 1 commit into from
May 31, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 30, 2022

Bumps rollup from 2.74.1 to 2.75.3.

Release notes

Sourced from rollup's releases.

v2.75.3

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.1

2022-05-28

Pull Requests

v2.75.0

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

Changelog

Sourced from rollup's changelog.

2.75.3

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

2.75.1

2022-05-28

Pull Requests

2.75.0

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

Commits

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 Issue about dependencies of the package javascript Pull requests that update Javascript code labels May 30, 2022
@typescript-eslint
Copy link
Contributor

Thanks for the PR, @dependabot[bot]!

typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community.

The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately.

Thanks again!


🙏 Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/typescript-eslint. As a thank you, your profile/company logo will be added to our main README which receives thousands of unique visitors per day.

@nx-cloud
Copy link

nx-cloud bot commented May 30, 2022

☁️ Nx Cloud Report

CI is running/has finished running commands for commit aa395d4. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 47 targets

Sent with 💌 from NxCloud.

@netlify
Copy link

netlify bot commented May 30, 2022

Deploy Preview for typescript-eslint ready!

Name Link
🔨 Latest commit aa395d4
🔍 Latest deploy log https://app.netlify.com/sites/typescript-eslint/deploys/629575e31ba5870007eafa1d
😎 Deploy Preview https://deploy-preview-5105--typescript-eslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/rollup-2.75.3 branch 3 times, most recently from f17c96a to 5ad2b4c Compare May 30, 2022 20:53
Bumps [rollup](https://github.com/rollup/rollup) from 2.74.1 to 2.75.3.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v2.74.1...v2.75.3)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/rollup-2.75.3 branch from 5ad2b4c to aa395d4 Compare May 31, 2022 01:56
@codecov
Copy link

codecov bot commented May 31, 2022

Codecov Report

Merging #5105 (5ad2b4c) into main (90f3960) will increase coverage by 2.12%.
The diff coverage is 100.00%.

❗ Current head 5ad2b4c differs from pull request most recent head aa395d4. Consider uploading reports for the commit aa395d4 to get more accurate results

@@            Coverage Diff             @@
##             main    #5105      +/-   ##
==========================================
+ Coverage   91.70%   93.83%   +2.12%     
==========================================
  Files         362      286      -76     
  Lines       12181     9838    -2343     
  Branches     3530     2939     -591     
==========================================
- Hits        11171     9231    -1940     
+ Misses        661      328     -333     
+ Partials      349      279      -70     
Flag Coverage Δ
unittest 93.83% <100.00%> (+2.12%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...ackages/eslint-plugin/src/rules/space-infix-ops.ts 100.00% <100.00%> (ø)
packages/utils/src/eslint-utils/nullThrows.ts
...ckages/utils/src/eslint-utils/getParserServices.ts
...ckages/utils/src/ts-eslint-scope/PatternVisitor.ts
packages/type-utils/src/getTokenAtPosition.ts
packages/utils/src/ast-utils/helpers.ts
packages/utils/src/ast-utils/misc.ts
packages/utils/src/ts-eslint/ParserOptions.ts
packages/utils/src/ts-eslint-scope/Definition.ts
...ges/utils/src/ast-utils/eslint-utils/predicates.ts
... and 67 more

@bradzacher bradzacher merged commit c9c0569 into main May 31, 2022
@bradzacher bradzacher deleted the dependabot/npm_and_yarn/rollup-2.75.3 branch May 31, 2022 02:10
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Issue about dependencies of the package javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant