amphtml
amphtml copied to clipboard
📦 Update validator devDependencies
This PR contains the following updates:
Package | Update | Type | Change | Package file | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|---|---|---|
com_github_gflags_gflags | digest | http_archive | a738fdf -> 3c4399b |
validator/WORKSPACE | ||||
com_google_absl | digest | http_archive | fc44fa0 -> 8c495b5 |
validator/WORKSPACE | ||||
com_google_googletest | digest | http_archive | 8a6feab -> df1544b |
validator/WORKSPACE | ||||
com_google_javascript_closure_library | digest | http_archive | e896a74 -> b312823 |
validator/WORKSPACE | ||||
com_google_protobuf | digest | http_archive | f0dc78d -> b8d3567 |
validator/WORKSPACE | ||||
com_googlesource_code_re2 | digest | http_archive | 87d09ef -> 6dcd83d |
validator/WORKSPACE | ||||
commander | minor | dependencies | 12.0.0 -> 12.1.0 |
validator/js/nodejs/package.json | ||||
emsdk | digest | http_archive | fc645b7 -> 861ce44 |
validator/WORKSPACE | ||||
font-awesome (source) | minor | 6.4.2 -> 6.6.0 |
validator/testdata/feature_tests/regexps.html | |||||
font-awesome (source) | minor | 6.3.0 -> 6.6.0 |
validator/testdata/feature_tests/regexps.html | |||||
io_bazel_rules_closure | minor | http_archive | 0.12.0 -> 0.13.0 |
validator/WORKSPACE | ||||
jasmine (source) | minor | devDependencies | 5.1.0 -> 5.4.0 |
validator/package.json | ||||
mocha (source) | minor | devDependencies | 10.2.0 -> 10.7.3 |
validator/js/gulpjs/package.json | ||||
rules_cc | digest | http_archive | b039a55 -> 9e3e907 |
validator/WORKSPACE | ||||
rules_proto | digest | http_archive | 8aa1e67 -> 07cdde8 |
validator/WORKSPACE |
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/validator-devdependencies main
git pull https://github.com/ampproject/amphtml.git renovate/validator-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 [email protected]:ampproject/amphtml.git renovate/validator-devdependencies:renovate/validator-devdependencies
Release Notes
FortAwesome/Font-Awesome (font-awesome)
v6.6.0
Change log available at https://fontawesome.com/docs/changelog/
v6.5.2
Change log available at https://fontawesome.com/docs/changelog/
v6.5.1
Change log available at https://fontawesome.com/docs/changelog/
v6.5.0
Change log available at https://fontawesome.com/docs/changelog/
bazelbuild/rules_closure (io_bazel_rules_closure)
v0.13.0
: Closure Rules 0.13.0
This release upgrades many dependencies and includes compatibility changes.
Other noteworthy changes:
- Experimental support for using webdriver and real browsers for
closure_js_test
(https://github.com/bazelbuild/rules_closure/commit/f055e21c59df26548b114606015c0ac2da1df701) - Previously deprecated
closure_js_deps
is removed.
Note that this will be the latest version to support legacy structs which is being replaced with proper providers in the next release.
jasmine/jasmine-npm (jasmine)
v5.4.0
Please see the release notes.
v5.3.1
Please see the release notes.
v5.3.0
Please see the release notes.
v5.2.0
Please see the release notes.
mochajs/mocha (mocha)
v10.7.3
🩹 Fixes
v10.7.0
:tada: Enhancements
- #​4771 feat: add option to not fail on failing test suite (@​ilgonmic)
v10.6.1
:bug: Fixes
- #​3825 fix: do not exit when only unref'd timer is present in test code (@​boneskull)
- #​5040 fix: support canonical module (@​JacobLey)
v10.6.0
:tada: Enhancements
- #​5150 feat: allow ^ versions for character encoding packages (@​JoshuaKGoldberg)
- #​5151 feat: allow ^ versions for file matching packages (@​JoshuaKGoldberg)
- #​5152 feat: allow ^ versions for yargs packages (@​JoshuaKGoldberg)
- #​5153 feat: allow ^ versions for data serialization packages (@​JoshuaKGoldberg)
- #​5154 feat: allow ^ versions for miscellaneous packages (@​JoshuaKGoldberg)
v10.5.2
:bug: Fixes
- #​5032 fix: better tracking of seen objects in error serialization (@​sam-super)
v10.5.1
:bug: Fixes
- #​5086 fix: Add error handling for nonexistent file case with --file option (@​khoaHyh)
v10.5.0
:tada: Enhancements
- #​5015 feat: use <progress> and <svg> for browser progress indicator instead of <canvas> (@​yourWaifu)
- #​5143 feat: allow using any 3.x chokidar dependencies (@​simhnna)
- #​4835 feat: add MOCHA_OPTIONS env variable (@​icholy)
:bug: Fixes
- #​5107 fix: include stack in browser uncaught error reporting (@​JoshuaKGoldberg)
:nut_and_bolt: Other
- #​5110 chore: switch two-column list styles to be opt-in (@​marjys)
- #​5135 chore: fix some typos in comments (@​StevenMia)
- #​5130 chore: rename 'master' to 'main' in docs and tooling (@​JoshuaKGoldberg)
v10.4.0
:tada: Enhancements
-
#​4829 feat: include
.cause
stacks in the error stack traces (@​voxpelli) - #​4985 feat: add file path to xunit reporter (@​bmish)
:bug: Fixes
-
#​5074 fix: harden error handling in
lib/cli/run.js
(@​stalet)
:nut_and_bolt: Other
- #​5077 chore: add mtfoley/pr-compliance-action (@​JoshuaKGoldberg)
- #​5060 chore: migrate ESLint config to flat config (@​JoshuaKGoldberg)
- #​5095 chore: revert #​5069 to restore Netlify builds (@​voxpelli)
- #​5097 docs: add sponsored to sponsorship link rels (@​JoshuaKGoldberg)
- #​5093 chore: add 'status: in triage' label to issue templates and docs (@​JoshuaKGoldberg)
- #​5083 docs: fix CHANGELOG.md headings to start with a root-level h1 (@​JoshuaKGoldberg)
- #​5100 chore: fix header generation and production build crashes (@​JoshuaKGoldberg)
- #​5104 chore: bump ESLint ecmaVersion to 2020 (@​JoshuaKGoldberg)
- #​5116 fix: eleventy template builds crash with 'unexpected token at ": string, msg..."' (@​LcsK)
- #​4869 docs: fix documentation concerning glob expansion on UNIX (@​binki)
- #​5122 test: fix xunit integration test (@​voxpelli)
- #​5123 chore: activate dependabot for workflows (@​voxpelli)
- #​5125 build(deps): bump the github-actions group with 2 updates (@​dependabot)
v10.3.0
This is a stable release equivalent to 10.30.0-prerelease.
Configuration
📅 Schedule: Branch creation - "after 12am every weekday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Never, 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 was generated by Mend Renovate. View the repository job log.
Hey @ampproject/wg-caching! These files were changed:
validator/WORKSPACE
validator/js/gulpjs/package.json
validator/testdata/feature_tests/regexps.html
Hey @ampproject/wg-caching! These files were changed:
validator/WORKSPACE