Skip to content

Commit

Permalink
Update everything
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 2, 2024
1 parent 2c84984 commit bee0458
Show file tree
Hide file tree
Showing 5 changed files with 219 additions and 161 deletions.
8 changes: 4 additions & 4 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.9.1@sha256:672e6db46d85bb5f2d5f301a612635ff1d2563303710b4e699d521f620b1bb6e
- image: cimg/node:21.4.0@sha256:d4e1ad54cff834f1be6d5db718dce996d12b47d450a6fb3a809fd92fee9c7f14
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.9.1@sha256:672e6db46d85bb5f2d5f301a612635ff1d2563303710b4e699d521f620b1bb6e
- image: cimg/node:21.4.0@sha256:d4e1ad54cff834f1be6d5db718dce996d12b47d450a6fb3a809fd92fee9c7f14
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.9.1@sha256:672e6db46d85bb5f2d5f301a612635ff1d2563303710b4e699d521f620b1bb6e
- image: cimg/node:21.4.0@sha256:d4e1ad54cff834f1be6d5db718dce996d12b47d450a6fb3a809fd92fee9c7f14
steps:
- checkout
- run: yarn install --frozen-lockfile --non-interactive
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.12@sha256:9d94b570bdd6809833d5e12d2ca1cb56de77d71dfe1d7e2fe44070b7fbbed048
- image: cimg/base:2024.01@sha256:5e119dec13415114a7c076ec4f94776e9d8f423effa8811b7dc4635feed15690
steps:
- checkout
- run: sudo apt-get update
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -54,7 +54,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1
uses: github/codeql-action/autobuild@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -68,4 +68,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The module for https://github.com/b0ri5/solvents

# https://github.com/aspect-build/rules_js/releases
bazel_dep(name = "aspect_rules_js", version = "1.34.1")
bazel_dep(name = "rules_nodejs", version = "5.8.3")
bazel_dep(name = "rules_nodejs", version = "6.0.2")

# https://github.com/aspect-build/rules_js/blob/c21bbcd93cac997a69f11a20b02552105cd2d7d6/MODULE.bazel#L27
pnpm = use_extension("@aspect_rules_js//npm:extensions.bzl", "pnpm")
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"dependencies": {
"bignumber.js": "9.1.2",
"typescript": "4.9.5"
"typescript": "5.3.3"
},
"devDependencies": {
"@bazel/buildifier": "4.2.5",
"@bazel/buildifier": "6.4.0",
"@bazel/ibazel": "0.24.0",
"@bazel/jasmine": "4.6.2",
"@bazel/typescript": "4.6.2",
"@bazel/jasmine": "5.8.1",
"@bazel/typescript": "5.8.1",
"@types/benchmark": "2.1.5",
"@types/jasmine": "4.6.4",
"@types/node": "16.18.68",
"@types/jasmine": "5.1.4",
"@types/node": "20.10.5",
"benny": "3.7.1",
"clang-format": "1.8.0",
"gts": "5.2.0",
"immutable": "4.3.4",
"jasmine": "3.99.0",
"jasmine-core": "3.99.1",
"jasmine": "5.1.0",
"jasmine-core": "5.1.1",
"jasmine-reporters": "2.5.2",
"typescript": "4.9.5"
"typescript": "5.3.3"
},
"license": "MIT"
}
Loading

0 comments on commit bee0458

Please sign in to comment.