Skip to content

chore: bump rollup from 2.61.1 to 2.63.0 #4396

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
Jan 7, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 7, 2022

Bumps rollup from 2.61.1 to 2.63.0.

Release notes

Sourced from rollup's releases.

v2.63.0

2022-01-04

Features

  • Report a helpful error if rollup exits due to an empty event loop when using this.load (#4320)
  • Allow directly mutating ModuleInfo.meta for modules and never replace this object (#4328)
  • Detect additional side effect free array prototype methods (#4332)

Bug Fixes

  • Do not watch if CLI watch options are specified but --watch is missing (#4335)

Pull Requests

v2.62.0

2021-12-24

Features

  • Mark additional string prototype methods as side-effect-free and correct typings of existing ones (#4299)
  • Mark additional array prototype methods as side-effect-free and correct typings of existing ones (#4309)
  • Expose if a module is included after tree-shaking in its ModuleInfo (#4305)

Bug Fixes

  • Fix how fsevents is included to improve watch mode on MacOS (#4312)

Pull Requests

Changelog

Sourced from rollup's changelog.

2.63.0

2022-01-04

Features

  • Report a helpful error if rollup exits due to an empty event loop when using this.load (#4320)
  • Allow directly mutating ModuleInfo.meta for modules and never replace this object (#4328)
  • Detect additional side effect free array prototype methods (#4332)

Bug Fixes

  • Do not watch if CLI watch options are specified but --watch is missing (#4335)

Pull Requests

2.62.0

2021-12-24

Features

  • Mark additional string prototype methods as side-effect-free and correct typings of existing ones (#4299)
  • Mark additional array prototype methods as side-effect-free and correct typings of existing ones (#4309)
  • Expose if a module is included after tree-shaking in its ModuleInfo (#4305)

Bug Fixes

  • Fix how fsevents is included to improve watch mode on MacOS (#4312)

Pull Requests

... (truncated)

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 the dependencies Issue about dependencies of the package label Jan 7, 2022
@nx-cloud
Copy link

nx-cloud bot commented Jan 7, 2022

☁️ Nx Cloud Report

CI ran the following commands for commit 5982a8e. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 48 targets

Sent with 💌 from NxCloud.

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

@netlify
Copy link

netlify bot commented Jan 7, 2022

✔️ Deploy Preview for typescript-eslint ready!

🔨 Explore the source changes: 5982a8e

🔍 Inspect the deploy log: https://app.netlify.com/sites/typescript-eslint/deploys/61d7f21e632aae0008ebcff0

😎 Browse the preview: https://deploy-preview-4396--typescript-eslint.netlify.app

@bradzacher
Copy link
Member

@dependabot rebase

Bumps [rollup](https://github.com/rollup/rollup) from 2.61.1 to 2.63.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v2.61.1...v2.63.0)

---
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.63.0 branch from 40f0a04 to 5982a8e Compare January 7, 2022 07:56
@codecov
Copy link

codecov bot commented Jan 7, 2022

Codecov Report

Merging #4396 (5982a8e) into main (6e023a2) will decrease coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #4396      +/-   ##
==========================================
- Coverage   91.95%   91.93%   -0.03%     
==========================================
  Files         346      344       -2     
  Lines       11622    11579      -43     
  Branches     3298     3290       -8     
==========================================
- Hits        10687    10645      -42     
  Misses        675      675              
+ Partials      260      259       -1     
Flag Coverage Δ
unittest 91.93% <ø> (-0.03%) ⬇️

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

Impacted Files Coverage Δ
packages/eslint-plugin-tslint/src/rules/config.ts
packages/eslint-plugin-tslint/src/custom-linter.ts

@bradzacher bradzacher merged commit 98d440f into main Jan 7, 2022
@bradzacher bradzacher deleted the dependabot/npm_and_yarn/rollup-2.63.0 branch January 7, 2022 19:15
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 7, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant