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 from 2.66.1 to 2.67.1 #4519

Merged
merged 1 commit into from Feb 8, 2022

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps rollup from 2.66.1 to 2.67.1.

Release notes

Sourced from rollup's releases.

v2.67.1

2022-02-07

Bug Fixes

  • Make chunk file and variable names more deterministic when emitting chunks (#4386)
  • Improve default module resolver performance by using non-blocking IO (#4386)

Pull Requests

v2.67.0

2022-02-02

Features

  • Improve side effect detection when using Array.prototype.groupBy/groupByToMap (#4360)
  • Allow changing moduleSideEffects at any time during the build (#4379)
  • Soft-deprecate ModuleInfo.hasModuleSideEffects in favour of ModuleInfo.moduleSideEffects (#4379)

Bug Fixes

  • Do not include queries and hashes in generated file names when preserving modules (#4374)

Pull Requests

Changelog

Sourced from rollup's changelog.

2.67.1

2022-02-07

Bug Fixes

  • Make chunk file and variable names more deterministic when emitting chunks (#4386)
  • Improve default module resolver performance by using non-blocking IO (#4386)

Pull Requests

2.67.0

2022-02-02

Features

  • Improve side effect detection when using Array.prototype.groupBy/groupByToMap (#4360)
  • Allow changing moduleSideEffects at any time during the build (#4379)
  • Soft-deprecate ModuleInfo.hasModuleSideEffects in favour of ModuleInfo.moduleSideEffects (#4379)

Bug Fixes

  • Do not include queries and hashes in generated file names when preserving modules (#4374)

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 the dependencies Issue about dependencies of the package label Feb 7, 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 Feb 7, 2022

☁️ Nx Cloud Report

CI ran the following commands for commit 8cd9bff. 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.

@netlify
Copy link

netlify bot commented Feb 7, 2022

✔️ Deploy Preview for typescript-eslint ready!

🔨 Explore the source changes: 8cd9bff

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

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

@codecov
Copy link

codecov bot commented Feb 7, 2022

Codecov Report

Merging #4519 (8cd9bff) into main (cb91d76) will increase coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #4519      +/-   ##
==========================================
+ Coverage   92.46%   92.49%   +0.02%     
==========================================
  Files         342      346       +4     
  Lines       11646    11696      +50     
  Branches     3332     3340       +8     
==========================================
+ Hits        10769    10818      +49     
  Misses        608      608              
- Partials      269      270       +1     
Flag Coverage Δ
unittest 92.49% <ø> (+0.02%) ⬆️

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

Impacted Files Coverage Δ
packages/eslint-plugin-tslint/src/custom-linter.ts 100.00% <0.00%> (ø)
packages/visitor-keys/src/get-keys.ts 100.00% <0.00%> (ø)
packages/visitor-keys/src/visitor-keys.ts 100.00% <0.00%> (ø)
packages/eslint-plugin-tslint/src/rules/config.ts 97.29% <0.00%> (ø)

Bumps [rollup](https://github.com/rollup/rollup) from 2.66.1 to 2.67.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v2.66.1...v2.67.1)

---
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.67.1 branch from f0781af to 8cd9bff Compare February 7, 2022 18:03
@bradzacher bradzacher merged commit c6869d0 into main Feb 8, 2022
@bradzacher bradzacher deleted the dependabot/npm_and_yarn/rollup-2.67.1 branch February 8, 2022 00:38
lonyele pushed a commit to lonyele/typescript-eslint that referenced this pull request Feb 12, 2022
Bumps [rollup](https://github.com/rollup/rollup) from 2.66.1 to 2.67.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v2.66.1...v2.67.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 27, 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.

None yet

1 participant