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 #35899

Merged
merged 3 commits into from
Oct 6, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 31, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.15.0 -> 7.15.5 age adoption passing confidence
@babel/runtime-corejs3 7.15.3 -> 7.15.4 age adoption passing confidence
@percy/core 1.0.0-beta.67 -> 1.0.0-beta.68 age adoption passing confidence
@storybook/addon-a11y 6.3.7 -> 6.3.8 age adoption passing confidence
@storybook/addon-controls 6.3.7 -> 6.3.8 age adoption passing confidence
@storybook/addon-knobs 6.2.9 -> 6.3.1 age adoption passing confidence
@storybook/addon-viewport 6.3.7 -> 6.3.8 age adoption passing confidence
@storybook/preact 6.3.7 -> 6.3.8 age adoption passing confidence
chromedriver 92.0.1 -> 92.0.2 age adoption passing confidence
core-js 3.16.4 -> 3.18.1 age adoption passing confidence
geckodriver 2.0.3 -> 2.0.4 age adoption passing confidence
mocha (source) 9.1.1 -> 9.1.2 age adoption passing confidence
puppeteer 10.2.0 -> 10.4.0 age adoption passing confidence
selenium-webdriver 4.0.0-beta.4 -> 4.0.0-rc-1 age adoption passing confidence
styled-jsx 4.0.0 -> 4.0.1 age adoption passing confidence

See all other Renovate PRs on the Dependency Dashboard

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
git checkout -b renovate/build-system-devdependencies main
git pull https://github.com/ampproject/amphtml.git renovate/build-system-devdependencies

# Directly make fixes and commit them
amp lint --fix # For lint errors in JS files
amp 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:ampproject/amphtml.git renovate/build-system-devdependencies:renovate/build-system-devdependencies

Release Notes

babel/babel

v7.15.5

Compare Source

👓 Spec Compliance
↩️ Revert

v7.15.4

Compare Source

👓 Spec Compliance
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-class-properties, babel-plugin-proposal-private-methods, babel-plugin-proposal-private-property-in-object, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
🐛 Bug Fix
  • #​13638 [eslint] Allow "latest" as ecmaVersion (@​fisker)
  • babel-traverse, babel-types
  • babel-types
  • babel-helper-compilation-targets
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-proposal-private-property-in-object
  • babel-plugin-transform-typescript
  • babel-parser
  • babel-core
📝 Documentation
🏠 Internal
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-static-block, babel-plugin-proposal-private-property-in-object, babel-plugin-syntax-class-static-block, babel-plugin-syntax-private-property-in-object, babel-plugin-syntax-top-level-await, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-preset-env, babel-standalone
🏃‍♀️ Performance
  • babel-core, babel-generator, babel-helper-annotate-as-pure, babel-helper-builder-binary-assignment-operator-visitor, babel-helper-builder-react-jsx, babel-helper-define-map, babel-helper-explode-assignable-expression, babel-helper-function-name, babel-helper-get-function-arity, babel-helper-hoist-variables, babel-helper-member-expression-to-functions, babel-helper-module-imports, babel-helper-module-transforms, babel-helper-optimise-call-expression, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-helper-simple-access, babel-helper-skip-transparent-expression-wrappers, babel-helper-split-export-declaration, babel-helper-wrap-function, babel-helpers, babel-preset-env, babel-template, babel-traverse
  • babel-cli, babel-helper-define-map, babel-helpers, babel-node, babel-parser, babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-decorators, babel-plugin-transform-classes, babel-plugin-transform-for-of, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-traverse, babel-types
percy/cli

v1.0.0-beta.68

Compare Source

✨ Enhancements
🐛 Bug Fixes
⬆️⬇️ Dependency Updates
storybookjs/storybook

v6.3.8

Compare Source

Maintenance
  • Core: Write JSON stats file in streaming fashion and omit chunks for brevity (#​15889)
storybookjs/addon-knobs

v6.3.1

Compare Source

🐛 Bug Fix
⚠️ Pushed to main
🔩 Dependency Updates
Authors: 3

v6.3.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
⚠️ Pushed to main
Authors: 1
giggio/node-chromedriver

v92.0.2

Compare Source

zloirock/core-js

v3.18.1

Compare Source

  • Fixed String.prototype.substr feature detection and compat data
  • Removed mistakenly added .forEach from prototypes of some DOM collections where it shouldn't be, #​988, #​987, thanks @​moorejs
  • Added cause to AggregateError constructor implementation (still without adding to the feature detection)
  • Families of .at and .findLast methods marked as supported in Safari TP
  • Added Electron 16.0 compat data mapping

v3.18.0

Compare Source

  • Added Array.fromAsync stage 1 proposal:
    • Array.fromAsync
    • %TypedArray%.fromAsync
  • .name and .toString() on polyfilled functions improved in many different cases
  • Improved internal IsConstructor and IsCallable checks
  • Fixed some internal cases of GetMethod operation
  • Fixed a bug of MS Edge 18- parseInt / parseFloat with boxed symbols
  • Fixed es.array.{ index-of, last-index-of } compat data
  • Added Deno 1.15 compat data mapping
  • Some other minor fixes and optimizations

v3.17.3

Compare Source

  • Fixed some possible problems related to possible extension of %IteratorPrototype% and %AsyncIteratorPrototype% in the future
  • Fixed DOMTokenList.prototype.{ forEach, @​@​iterator, keys, values, entries } in old WebKit versions where element.classList is not an instance of global DOMTokenList
  • Added NodeJS 16.9 compat data mapping
  • Added Samsung Internet 16.0 compat data mapping

v3.17.2

Compare Source

  • Fixed missed cases of ES3 reserved words usage, related to #​980
  • Fixed dependencies in one missed entry point
  • Some other minor fixes and optimizations

v3.17.1

Compare Source

  • Fixed missed modules-by-versions data

v3.17.0

Compare Source

vladikoff/node-geckodriver

v2.0.4

Compare Source

mochajs/mocha

v9.1.2

Compare Source

🐛 Fixes

🔩 Other

puppeteer/puppeteer

v10.4.0

Compare Source

Features
Bug Fixes
vercel/styled-jsx

v4.0.1

Compare Source

Bug Fixes

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

👻 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 renovate bot added the WG: infra label Aug 31, 2021
@amp-owners-bot
Copy link

amp-owners-bot bot commented Aug 31, 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/amp-env/main.js
build-system/tasks/storybook/package-lock.json
build-system/tasks/storybook/package.json
build-system/tasks/storybook/preact-env/main.js

Hey @danielrozenberg! These files were changed:

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

@renovate renovate bot force-pushed the renovate/build-system-devdependencies branch from c512701 to 6a50f37 Compare September 21, 2021 16:37
@rsimha rsimha enabled auto-merge (squash) September 21, 2021 16:51
@renovate renovate bot force-pushed the renovate/build-system-devdependencies branch from a292f5d to 955b253 Compare September 27, 2021 20:12
@rsimha rsimha force-pushed the renovate/build-system-devdependencies branch 2 times, most recently from aa1e735 to 842bb3f Compare September 29, 2021 17:48
@rsimha
Copy link
Contributor

rsimha commented Sep 29, 2021

@alanorozco this PR is currently blocked by failures likely related to the storybook issues described in #35923.

image

I also noticed several pending upgrades to AMP's storybook addon, which might result in version mismatches.

Could you take a look and comment on the way forward?

Edit: Fixed by 67ae0b6 (#35899), thank you Alan!

@rsimha rsimha added the Blocked label Oct 5, 2021
@rsimha rsimha force-pushed the renovate/build-system-devdependencies branch from 9de53d6 to 67ae0b6 Compare October 6, 2021 20:05
@rsimha rsimha removed the Blocked label Oct 6, 2021
@rsimha rsimha merged commit 5e83d4f into main Oct 6, 2021
@rsimha rsimha deleted the renovate/build-system-devdependencies branch October 6, 2021 20:35
samouri pushed a commit to samouri/amphtml that referenced this pull request Oct 7, 2021
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
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