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

📦 Update build system devDependencies (minor) #32611

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Feb 11, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
chai (source) 4.2.0 -> 4.3.0 age adoption passing confidence
core-js 3.8.3 -> 3.9.0 age adoption passing confidence
mocha (source) 8.2.1 -> 8.3.0 age adoption passing confidence
puppeteer 7.0.4 -> 7.1.0 age adoption passing confidence
How to resolve breaking changes

This PR may introduce breaking changes that require manual intervention. In such cases, you will need to check out this branch, fix the cause of the breakage, and commit the fix to ensure a green CI build. To check out and update this PR, follow the steps below:

# Check out the PR branch (these steps are from GitHub)
git checkout -b renovate-bot-renovate/build-system-devdependencies master
git pull https://github.com/renovate-bot/amphtml.git renovate/build-system-devdependencies

# Directly make fixes and commit them
gulp lint --fix # For lint errors in JS files
gulp prettify --fix # For prettier errors in non-JS files
# Edit source code in case of new compiler warnings / errors

# Push the changes to the branch
git push git@github.com:renovate-bot/amphtml.git renovate-bot-renovate/build-system-devdependencies:renovate/build-system-devdependencies

Release Notes

chaijs/chai

v4.3.0

Compare Source

This is a minor release.

Not many changes have got in since the last release but this one contains a very important change (#​1257) which will allow jest users to get better diffs. From this release onwards, jest users will be able to see which operator was used in their diffs. The operator is a property of the AssertionError thrown when assertions fail. This flag indicates what kind of comparison was made.

This is also an important change for plugin maintainers. Plugin maintainers will now have access to the operator flag, which they can have access to through anutilmethod calledgetOperator`.

Thanks to all the amazing people that contributed to this release.

New Features

  • Allow contain.oneOf to take an array of possible values (@​voliva)
  • Adding operator attribute to assertion error (#​1257) (@​rpgeeganage)
  • The closeTo error message will now inform the user when a delta is required (@​eouw0o83hf)

Docs

  • Add contains flag to oneOf documentation (@​voliva)

Tests

Chores

zloirock/core-js

v3.9.0

Compare Source

  • Added Array find from last stage 1 proposal
    • Array#findLast
    • Array#findLastIndex
    • %TypedArray%#findLast
    • %TypedArray%#findLastIndex
  • Added %TypedArray%#uniqueBy method for array deduplication stage 1 proposal
    • %TypedArray%#uniqueBy
  • Dropped ToLength detection from array methods feature detection which could cause hanging FF11-21 and some versions of old WebKit, #​764
  • Minified bundle from core-js-bundle uses terser instead of uglify-js
mochajs/mocha

v8.3.0

Compare Source

🎉 Enhancements

🐛 Fixes

📖 Documentation

🔩 Other

Also thanks to @​outsideris and @​HyunSangHan for various fixes to our website and documentation.

puppeteer/puppeteer

v7.1.0

Compare Source

Features
Bug Fixes
7.0.4 (2021-02-09)
Bug Fixes
7.0.3 (2021-02-09)
Bug Fixes
7.0.2 (2021-02-09)
Bug Fixes
7.0.1 (2021-02-04)
Bug Fixes

Renovate configuration

📅 Schedule: "after 12am every weekday" in timezone America/Los_Angeles.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

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

@renovate-bot renovate-bot force-pushed the renovate/build-system-devdependencies branch from 4b85724 to b92385c Compare February 11, 2021 18:03
@renovate-bot renovate-bot changed the title 📦 Update dependency chai to v4.3.0 📦 Update build system devDependencies (minor) Feb 11, 2021
@renovate-bot renovate-bot force-pushed the renovate/build-system-devdependencies branch 3 times, most recently from 39f4c25 to 177d79d Compare February 12, 2021 13:23
@amp-owners-bot
Copy link

amp-owners-bot bot commented Feb 12, 2021

Hey @estherkim! These files were changed:

build-system/tasks/e2e/package-lock.json
build-system/tasks/e2e/package.json

Hey @alanorozco! These files were changed:

build-system/tasks/storybook/package-lock.json
build-system/tasks/storybook/package.json

Hey @danielrozenberg! These files were changed:

build-system/tasks/visual-diff/package-lock.json
build-system/tasks/visual-diff/package.json

@renovate-bot renovate-bot force-pushed the renovate/build-system-devdependencies branch from 177d79d to b448c13 Compare February 18, 2021 19:23
@renovate-bot renovate-bot force-pushed the renovate/build-system-devdependencies branch from b448c13 to bf5997d Compare February 22, 2021 19:49
@danielrozenberg danielrozenberg merged commit e2dd8d9 into ampproject:master Feb 22, 2021
@renovate-bot renovate-bot deleted the renovate/build-system-devdependencies branch February 22, 2021 20:39
caroqliu pushed a commit to caroqliu/amphtml that referenced this pull request Feb 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants