Skip to content

Commit

Permalink
Update everything
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 27, 2023
1 parent 3b9bc49 commit 4accbd4
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 164 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
check-buildifier:
docker:
# See https://circleci.com/developer/images/image/cimg/node for a list of images
- image: cimg/node:17.0.1@sha256:3253eb3a91157047e05d4d27da83e9ba2533cc32e522e76bd112c5284bd485f8
- image: cimg/node:19.8.1@sha256:3f4eb68d8b2ebb66fbb1b0caff55e174929bc77bfa2dbad3039c17ece40eb4a8
steps:
- checkout
- run: yarn install --frozen-lockfile --non-interactive
Expand All @@ -31,7 +31,7 @@ jobs:
check-typescript:
docker:
# See https://circleci.com/developer/images/image/cimg/node for a list of images
- image: cimg/node:17.0.1@sha256:3253eb3a91157047e05d4d27da83e9ba2533cc32e522e76bd112c5284bd485f8
- image: cimg/node:19.8.1@sha256:3f4eb68d8b2ebb66fbb1b0caff55e174929bc77bfa2dbad3039c17ece40eb4a8
steps:
- checkout
- run: yarn install --frozen-lockfile --non-interactive
Expand All @@ -52,7 +52,7 @@ jobs:
check-cc:
docker:
# See https://circleci.com/developer/images/image/cimg/node for a list of images
- image: cimg/node:17.0.1@sha256:3253eb3a91157047e05d4d27da83e9ba2533cc32e522e76bd112c5284bd485f8
- image: cimg/node:19.8.1@sha256:3f4eb68d8b2ebb66fbb1b0caff55e174929bc77bfa2dbad3039c17ece40eb4a8
steps:
- checkout
- run: yarn install --frozen-lockfile --non-interactive
Expand All @@ -65,7 +65,7 @@ jobs:
check-java:
docker:
# See https://circleci.com/developer/images/image/cimg/openjdk for a list of images
- image: cimg/openjdk:17.0.0@sha256:258f3d9a2c37623962013b277c1fb12870efc2c84cb5a914a5b400c3d5d6bebf
- image: cimg/openjdk:19.0.2@sha256:c8e7b8bd4aae827668833b60fa59d36de37351e8f25783bd4eac473ffe039a58
steps:
- checkout
- run: |
Expand All @@ -78,7 +78,7 @@ jobs:
check-shell:
docker:
# See https://circleci.com/developer/images/image/cimg/base for a list of images
- image: cimg/base:2021.07@sha256:975215e37934a69efbe1a886c70b09402ca8a6ccd027efa1ef4df5d55132e687
- image: cimg/base:2023.03@sha256:bf554337eac75ca1fc5beec663d6e3569d19971a2490da42976084527caeab33
steps:
- checkout
- run: sudo apt-get update
Expand Down
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ pinned_maven_install()
# Follow https://bazelbuild.github.io/rules_nodejs/install.html
http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "8a7c981217239085f78acc9898a1f7ba99af887c1996ceb3b4504655383a2c3c",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.0.0/rules_nodejs-4.0.0.tar.gz"],
sha256 = "94070eff79305be05b7699207fbac5d2608054dd53e6109f7d00d923919ff45a",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.8.2/rules_nodejs-5.8.2.tar.gz"],
)

load("@build_bazel_rules_nodejs//:index.bzl", "node_repositories", "yarn_install")
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"dependencies": {
"bignumber.js": "9.0.1",
"typescript": "4.3.4"
"typescript": "5.0.2"
},
"devDependencies": {
"@bazel/buildifier": "4.0.1",
"@bazel/buildifier": "6.0.1",
"@bazel/ibazel": "0.15.10",
"@bazel/jasmine": "4.0.0",
"@bazel/typescript": "4.0.0",
"@bazel/jasmine": "5.8.1",
"@bazel/typescript": "5.8.1",
"@types/benchmark": "2.1.0",
"@types/jasmine": "3.7.7",
"@types/node": "16.11.6",
"@types/jasmine": "4.3.1",
"@types/node": "18.15.5",
"benny": "3.6.15",
"clang-format": "1.5.0",
"gts": "3.1.0",
"immutable": "4.0.0-rc.12",
"jasmine": "3.7.0",
"jasmine-core": "3.7.1",
"typescript": "4.3.4"
"jasmine": "4.6.0",
"jasmine-core": "4.6.0",
"typescript": "5.0.2"
},
"license": "MIT"
}
Loading

0 comments on commit 4accbd4

Please sign in to comment.