Skip to content

Commit

Permalink
Merge branch 'main' into versioned
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 14, 2023
2 parents e3ed562 + 747785a commit 095fea6
Show file tree
Hide file tree
Showing 6 changed files with 133 additions and 133 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3.3.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v34.100.1
uses: renovatebot/github-action@v34.100.2
with:
configurationFile: renovate.json
token: ${{ secrets.GH_PAT }}
Expand Down
8 changes: 4 additions & 4 deletions Cargo.Bazel.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"

[[package]]
name = "clap"
version = "4.0.32"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7db700bc935f9e43e88d00b0850dae18a63773cfbec6d8e070fccf7fef89a39"
checksum = "aa91278560fc226a5d9d736cc21e485ff9aad47d26b8ffe1f54cba868b684b9f"
dependencies = [
"bitflags",
"clap_derive",
Expand All @@ -117,9 +117,9 @@ dependencies = [

[[package]]
name = "clap_derive"
version = "4.0.21"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014"
checksum = "684a277d672e91966334af371f1a7b5833f9aa00b07c84e92fbce95e00208ce8"
dependencies = [
"heck",
"proc-macro-error",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.0.32", features = ["derive"] }
clap = { version = "4.1.0", features = ["derive"] }
swc_common = "0.29.27"
sha2 = "0.10.6"
hex = "0.4.3"
Expand Down
26 changes: 13 additions & 13 deletions cargo-bazel-lock.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "1f82b1b58eb3939c896debe1bdfafb73bd7e7dfcfccf26d4c72b5f96ac041ffb",
"checksum": "4584ff7d810ac75e3d6c3cd21026db1cbad1f7a19e482137f0ee8ed0329bcc06",
"crates": {
"Inflector 0.11.4": {
"name": "Inflector",
Expand Down Expand Up @@ -483,13 +483,13 @@
},
"license": "MIT/Apache-2.0"
},
"clap 4.0.32": {
"clap 4.1.0": {
"name": "clap",
"version": "4.0.32",
"version": "4.1.0",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/clap/4.0.32/download",
"sha256": "a7db700bc935f9e43e88d00b0850dae18a63773cfbec6d8e070fccf7fef89a39"
"url": "https://crates.io/api/v1/crates/clap/4.1.0/download",
"sha256": "aa91278560fc226a5d9d736cc21e485ff9aad47d26b8ffe1f54cba868b684b9f"
}
},
"targets": [
Expand Down Expand Up @@ -551,23 +551,23 @@
"proc_macro_deps": {
"common": [
{
"id": "clap_derive 4.0.21",
"id": "clap_derive 4.1.0",
"target": "clap_derive"
}
],
"selects": {}
},
"version": "4.0.32"
"version": "4.1.0"
},
"license": "MIT OR Apache-2.0"
},
"clap_derive 4.0.21": {
"clap_derive 4.1.0": {
"name": "clap_derive",
"version": "4.0.21",
"version": "4.1.0",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/clap_derive/4.0.21/download",
"sha256": "0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014"
"url": "https://crates.io/api/v1/crates/clap_derive/4.1.0/download",
"sha256": "684a277d672e91966334af371f1a7b5833f9aa00b07c84e92fbce95e00208ce8"
}
},
"targets": [
Expand Down Expand Up @@ -615,7 +615,7 @@
"selects": {}
},
"edition": "2021",
"version": "4.0.21"
"version": "4.1.0"
},
"license": "MIT OR Apache-2.0"
},
Expand Down Expand Up @@ -2403,7 +2403,7 @@
"deps": {
"common": [
{
"id": "clap 4.0.32",
"id": "clap 4.1.0",
"target": "clap"
},
{
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"esbuild": "0.16.17",
"esbuild-css-modules-plugin": "2.7.0",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"eslint-config-next": "13.1.2",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.0",
Expand All @@ -67,7 +67,7 @@
"mime": "3.0.0",
"minimist": "1.2.7",
"module-alias": "2.2.2",
"next": "13.1.1",
"next": "13.1.2",
"patch-package": "6.5.1",
"prettier": "2.8.1",
"puppeteer": "19.5.2",
Expand All @@ -77,7 +77,7 @@
"react-router-dom": "6.6.2",
"react-spring": "9.6.1",
"regenerator-runtime": "0.13.11",
"renovate": "^34.97.5",
"renovate": "^34.100.1",
"sharp": "0.31.3",
"stylelint": "14.16.1",
"stylelint-config-css-modules": "4.1.0",
Expand Down
Loading

0 comments on commit 095fea6

Please sign in to comment.