build: update all non-major dependencies
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| actions/checkout | action | minor | v3.0.2 -> v3.1.0 |
| aspect_bazel_lib | http_archive | patch | v1.16.1 -> v1.16.3 |
| eslint (source) | devDependencies | minor | 8.27.0 -> 8.28.0 |
| verdaccio (source) | devDependencies | minor | 5.16.3 -> 5.17.0 |
Release Notes
actions/checkout
v3.1.0
aspect-build/bazel-lib
v1.16.3
Using Bzlmod:
- Enable with
--experimental_enable_bzlmodin.bazelrc. - Add to your
MODULE.bazelfile:
bazel_dep(name = "aspect_bazel_lib", version = "1.16.3")
Read more about bzlmod: https://blog.aspect.dev/bzlmod
Using WORKSPACE
Paste this snippet into your file:
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "aspect_bazel_lib",
sha256 = "695d319362b227725e4daa60d863b4d1969b167889902511f1fd3051cea1071f",
strip_prefix = "bazel-lib-1.16.3",
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.16.3.tar.gz",
)
load("@​aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies")
aspect_bazel_lib_dependencies()
Optional toolchains:
### Register the following toolchain to use jq
load("@​aspect_bazel_lib//lib:repositories.bzl", "register_jq_toolchains")
register_jq_toolchains()
### Register the following toolchain to use yq
load("@​aspect_bazel_lib//lib:repositories.bzl", "register_yq_toolchains")
register_yq_toolchains()
What's Changed
- build: fix bzlmod presubmit failure with bazel version by @gregmagolan in https://github.com/aspect-build/bazel-lib/pull/288
Full Changelog: https://github.com/aspect-build/bazel-lib/compare/v1.16.2...v1.16.3
v1.16.2
Using Bzlmod:
- Enable with
--experimental_enable_bzlmodin.bazelrc. - Add to your
MODULE.bazelfile:
bazel_dep(name = "aspect_bazel_lib", version = "1.16.2")
Read more about bzlmod: https://blog.aspect.dev/bzlmod
Using WORKSPACE
Paste this snippet into your file:
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "aspect_bazel_lib",
sha256 = "1a353526ee5a6ff1b7c83d1b60460488ae6a122726f29408c447545cc903c106",
strip_prefix = "bazel-lib-1.16.2",
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.16.2.tar.gz",
)
load("@​aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies")
aspect_bazel_lib_dependencies()
Optional toolchains:
### Register the following toolchain to use jq
load("@​aspect_bazel_lib//lib:repositories.bzl", "register_jq_toolchains")
register_jq_toolchains()
### Register the following toolchain to use yq
load("@​aspect_bazel_lib//lib:repositories.bzl", "register_yq_toolchains")
register_yq_toolchains()
What's Changed
- feat: install Aspect CLI for all users by @alexeagle in https://github.com/aspect-build/bazel-lib/pull/278
- chore: update to Aspect CLI Pro 4.2.1 by @gregmagolan in https://github.com/aspect-build/bazel-lib/pull/279
- ci: fix pattern for Bazel version CI matrix so Aspect CLI is still used by @gregmagolan in https://github.com/aspect-build/bazel-lib/pull/280
- chore: update to Aspect CLI Pro 4.2.2 by @gregmagolan in https://github.com/aspect-build/bazel-lib/pull/281
- build: use Aspect CLI in e2e tests by @gregmagolan in https://github.com/aspect-build/bazel-lib/pull/282
- perf: optimize glob_match if the expression does not have any glob symbols by @gregmagolan in https://github.com/aspect-build/bazel-lib/pull/283
- chore: update to Aspect CLI 4.3.2 by @gregmagolan in https://github.com/aspect-build/bazel-lib/pull/284
- chore: update to Aspect CLI 5.0.0 by @gregmagolan in https://github.com/aspect-build/bazel-lib/pull/285
- chore: update to Aspect CLI 5.0.1 by @gregmagolan in https://github.com/aspect-build/bazel-lib/pull/286
- chore: unrelease by @gregmagolan in https://github.com/aspect-build/bazel-lib/pull/287
Full Changelog: https://github.com/aspect-build/bazel-lib/compare/v1.16.1...v1.16.2
eslint/eslint
v8.28.0
Features
-
63bce44feat: addignoreClassFieldInitialValuesoption to no-magic-numbers (#16539) (Milos Djermanovic) -
8385ecdfeat: multiline properties in rulekey-spacingwith optionalign(#16532) (Francesco Trotta) -
a4e89dbfeat:no-obj-callssupportIntl(#16543) (Sosuke Suzuki)
Bug Fixes
-
c50ae4ffix: Ensure that dot files are found with globs. (#16550) (Nicholas C. Zakas) -
9432b67fix: throw error for first unmatched pattern (#16533) (Milos Djermanovic) -
e76c382fix: allow* 1when followed by/in no-implicit-coercion (#16522) (Milos Djermanovic)
Documentation
-
34c05a7docs: Language Options page intro and tweaks (#16511) (Ben Perlmutter) -
3e66387docs: add intro and edit ignoring files page (#16510) (Ben Perlmutter) -
436f712docs: fix Header UI inconsistency (#16464) (Tanuj Kanti) -
f743816docs: switch to wrench emoji for auto-fixable rules (#16545) (Bryan Mishkin) -
bc0547edocs: improve styles for versions and languages page (#16553) (Nitin Kumar) -
6070f58docs: clarify esquery issue workaround (#16556) (Milos Djermanovic) -
b48e4f8docs: Command Line Interface intro and tweaks (#16535) (Ben Perlmutter) -
b92b30fdocs: Add Rules page intro and content tweaks (#16523) (Ben Perlmutter) -
1769b42docs: Integrations page introduction (#16548) (Ben Perlmutter) -
a8d0a57docs: make table of contents sticky on desktop (#16506) (Sam Chen) -
a01315adocs: fix route of japanese translation site (#16542) (Tanuj Kanti) -
0515628docs: use emoji instead of svg for deprecated rule (#16536) (Bryan Mishkin) -
68f1288docs: set default layouts (#16484) (Percy Ma) -
776827adocs: init config about specifying shared configs (#16483) (Percy Ma) -
5c39425docs: fix broken link to plugins (#16520) (Ádám T. Nagy) -
c97c789docs: Add missing no-new-native-nonconstructor docs code fence (#16503) (Brandon Mills)
Chores
Configuration
📅 Schedule: Branch creation - "after 10:00pm every weekday,before 4:00am every weekday,every weekend" in timezone America/Tijuana, Automerge - At any time (no schedule defined).
🚦 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, click this checkbox.
This PR has been generated by Renovate Bot.