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 deps #4293

Merged
merged 8 commits into from Dec 9, 2021
Merged

chore: bump deps #4293

merged 8 commits into from Dec 9, 2021

Conversation

dnalborczyk
Copy link
Contributor

@dnalborczyk dnalborczyk commented Dec 8, 2021

This PR contains:

  • bugfix
  • feature
  • refactor
  • documentation
  • other

Are tests included?

  • yes (bugfixes and features will not be merged without tests)
  • no

Breaking Changes?

  • yes (breaking changes will not be merged unless absolutely necessary)
  • no

List any relevant issue numbers:

Description

acorn v8.6.0 added support for ergonomic brand checks for private fields #4292

@codecov
Copy link

codecov bot commented Dec 8, 2021

Codecov Report

Merging #4293 (6af0b9a) into master (7c9b89f) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4293      +/-   ##
==========================================
+ Coverage   98.40%   98.42%   +0.02%     
==========================================
  Files         204      205       +1     
  Lines        7319     7317       -2     
  Branches     2084     2083       -1     
==========================================
  Hits         7202     7202              
+ Misses         58       57       -1     
+ Partials       59       58       -1     
Impacted Files Coverage Δ
cli/logging.ts 83.33% <ø> (-1.67%) ⬇️
cli/run/batchWarnings.ts 99.19% <ø> (ø)
cli/run/build.ts 91.89% <ø> (ø)
cli/run/loadConfigFile.ts 96.15% <ø> (ø)
cli/run/timings.ts 0.00% <ø> (ø)
cli/run/waitForInput.ts 100.00% <ø> (ø)
cli/run/watch-cli.ts 91.89% <ø> (ø)
src/utils/colors.ts 100.00% <100.00%> (ø)
src/watch/fsevents-importer.ts 75.00% <0.00%> (+25.00%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7c9b89f...6af0b9a. Read the comment docs.

@dnalborczyk dnalborczyk force-pushed the bump-deps branch 2 times, most recently from b0b291d to d287299 Compare December 8, 2021 01:46
@dnalborczyk dnalborczyk force-pushed the bump-deps branch 2 times, most recently from da44227 to 16803f0 Compare December 8, 2021 01:51
Copy link
Member

@lukastaegert lukastaegert left a comment

Choose a reason for hiding this comment

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

Thanks! Looks good, only thing I wonder about is how you managed to updated mocha without the Node 10 tests breaking. But I guess if it works, awesome, as these are just dev dependencies, no harm done. Reminds me to put some steam behind that Rollup 3 release soon...

@dnalborczyk
Copy link
Contributor Author

Thanks! Looks good, only thing I wonder about is how you managed to updated mocha without the Node 10 tests breaking.

I think a lot of times it just means that the "support" is dropped by excluding that version from the ci. as long as not any non-supported js syntax, js api or node.js api is being used it should keep working. once it does use unsupported features, we can pin that specific version.

Reminds me to put some steam behind that Rollup 3 release soon...

have you started in some branch already?

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.

None yet

2 participants