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 Jul 9, 2023
2 parents 8070421 + ffeb791 commit 4debf84
Show file tree
Hide file tree
Showing 7 changed files with 518 additions and 612 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.5.3
- name: Self-hosted Renovate
uses: renovatebot/github-action@v38.1.9
uses: renovatebot/github-action@v38.1.11
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 @@ -139,9 +139,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"

[[package]]
name = "clap"
version = "4.3.10"
version = "4.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "384e169cc618c613d5e3ca6404dda77a8685a63e08660dcc64abaf7da7cb0c7a"
checksum = "1640e5cc7fb47dbb8338fd471b105e7ed6c3cb2aeb00c2e067127ffd3764a05d"
dependencies = [
"clap_builder",
"clap_derive",
Expand All @@ -150,9 +150,9 @@ dependencies = [

[[package]]
name = "clap_builder"
version = "4.3.10"
version = "4.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef137bbe35aab78bdb468ccfba75a5f4d8321ae011d34063770780545176af2d"
checksum = "98c59138d527eeaf9b53f35a77fcc1fad9d883116070c63d5de1c7dc7b00c72b"
dependencies = [
"anstream",
"anstyle",
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.3.10", features = ["derive"] }
clap = { version = "4.3.11", features = ["derive"] }
swc_common = "0.31.17"
sha2 = "0.10.7"
hex = "0.4.3"
Expand Down
10 changes: 5 additions & 5 deletions bzl/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ exports_files(glob(["**/*"], exclude_directories=0))

http_archive(
name = "rules_rust",
sha256 = "0c2ff9f58bbd6f2a4fc4fbea3a34e85fe848e7e4317357095551a18b2405a01c",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.25.0/rules_rust-v0.25.0.tar.gz"],
sha256 = "4a9cb4fda6ccd5b5ec393b2e944822a62e050c7c06f1ea41607f14c4fdec57a2",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.25.1/rules_rust-v0.25.1.tar.gz"],
)

http_archive(
Expand All @@ -227,9 +227,9 @@ exports_files(glob(["**/*"], exclude_directories=0))

http_archive(
name = "aspect_rules_swc",
sha256 = "5d13b0123d91d4297f60d8da0ab5771615f6ad6829bdfe69e7dcda9e5c01bc54",
strip_prefix = "rules_swc-1.0.0-rc0",
url = "https://github.com/aspect-build/rules_swc/archive/refs/tags/v1.0.0-rc0.tar.gz",
sha256 = "c35e633c2c90a4cd6796e66d66bcf37d31a81737afc76030201a9ef8599abc58",
strip_prefix = "rules_swc-0.21.3",
url = "https://github.com/aspect-build/rules_swc/archive/refs/tags/v0.21.3.tar.gz",
)

# Got no idea why but MS doesn't publish versions of this...
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": "629d0221192aa9c0bb556cd3a2a44265e25759d32e4f40225ab433d1a4cc6b0b",
"checksum": "fa4d1ae93e31bf0cbcaa566c1e6628a4e3676f0993b124c26a21179be00abd0a",
"crates": {
"Inflector 0.11.4": {
"name": "Inflector",
Expand Down Expand Up @@ -688,13 +688,13 @@
},
"license": "MIT/Apache-2.0"
},
"clap 4.3.10": {
"clap 4.3.11": {
"name": "clap",
"version": "4.3.10",
"version": "4.3.11",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/clap/4.3.10/download",
"sha256": "384e169cc618c613d5e3ca6404dda77a8685a63e08660dcc64abaf7da7cb0c7a"
"url": "https://crates.io/api/v1/crates/clap/4.3.11/download",
"sha256": "1640e5cc7fb47dbb8338fd471b105e7ed6c3cb2aeb00c2e067127ffd3764a05d"
}
},
"targets": [
Expand Down Expand Up @@ -729,7 +729,7 @@
"deps": {
"common": [
{
"id": "clap_builder 4.3.10",
"id": "clap_builder 4.3.11",
"target": "clap_builder"
},
{
Expand All @@ -749,17 +749,17 @@
],
"selects": {}
},
"version": "4.3.10"
"version": "4.3.11"
},
"license": "MIT OR Apache-2.0"
},
"clap_builder 4.3.10": {
"clap_builder 4.3.11": {
"name": "clap_builder",
"version": "4.3.10",
"version": "4.3.11",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/clap_builder/4.3.10/download",
"sha256": "ef137bbe35aab78bdb468ccfba75a5f4d8321ae011d34063770780545176af2d"
"url": "https://crates.io/api/v1/crates/clap_builder/4.3.11/download",
"sha256": "98c59138d527eeaf9b53f35a77fcc1fad9d883116070c63d5de1c7dc7b00c72b"
}
},
"targets": [
Expand Down Expand Up @@ -811,7 +811,7 @@
"selects": {}
},
"edition": "2021",
"version": "4.3.10"
"version": "4.3.11"
},
"license": "MIT OR Apache-2.0"
},
Expand Down Expand Up @@ -2070,7 +2070,7 @@
"deps": {
"common": [
{
"id": "clap 4.3.10",
"id": "clap 4.3.11",
"target": "clap"
},
{
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@fortawesome/fontawesome-svg-core": "6.4.0",
"@fortawesome/free-solid-svg-icons": "6.4.0",
"@fortawesome/react-fontawesome": "0.2.0",
"@microsoft/api-documenter": "7.22.22",
"@microsoft/api-extractor": "7.36.0",
"@microsoft/api-documenter": "7.22.24",
"@microsoft/api-extractor": "7.36.1",
"@pulumi/aws": "5.41.0",
"@pulumi/awsx": "1.0.2",
"@pulumi/pulumi": "3.74.0",
Expand All @@ -31,7 +31,7 @@
"@types/glob": "8.1.0",
"@types/jest": "29.5.2",
"@types/mime": "3.0.1",
"@types/node": "20.3.3",
"@types/node": "20.4.1",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/sharp": "0.32.0",
Expand All @@ -52,24 +52,24 @@
"esbuild": "0.18.11",
"esbuild-css-modules-plugin": "2.7.1",
"eslint": "8.44.0",
"eslint-config-next": "13.4.8",
"eslint-config-next": "13.4.9",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-simple-import-sort": "10.0.0",
"grunt-cli": "1.4.3",
"http-server": "14.1.1",
"immutable": "4.3.0",
"jest-cli": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"jest-cli": "29.6.1",
"jest-environment-jsdom": "29.6.1",
"jsdom": "22.1.0",
"mime": "3.0.0",
"minimist": "1.2.8",
"module-alias": "2.2.3",
"next": "13.4.8",
"next": "13.4.9",
"patch-package": "7.0.0",
"prettier": "2.8.8",
"puppeteer": "20.7.4",
"puppeteer": "20.8.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router": "6.14.1",
Expand Down Expand Up @@ -107,7 +107,7 @@
"@pulumi/command": "4.5.0",
"@types/bcryptjs": "2.4.2",
"csstype": "^3.1.1",
"devtools-protocol": "^0.0.1165014",
"devtools-protocol": "^0.0.1167732",
"glob-promise": "6.0.3",
"json-schema-to-typescript": "^13.0.1",
"npm": "^9.5.1",
Expand Down
Loading

0 comments on commit 4debf84

Please sign in to comment.