Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into tstamm/esmwrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm committed Oct 6, 2023
2 parents 4fd3984 + 4619758 commit af31d83
Show file tree
Hide file tree
Showing 255 changed files with 823 additions and 803 deletions.
21 changes: 20 additions & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,27 @@ updates:
timezone: UTC
time: "07:00"
ignore:
# These dependencies are explicitly pinned for usage in the plugin
# These dependencies are explicitly pinned for usage in the plugin
# transpilation process and should only be updated manually / intentionally.
- dependency-name: "typescript"
- dependency-name: "@typescript/vfs"
open-pull-requests-limit: 50
groups:
test:
patterns:
- "jest"
- "@arethetypeswrong/*"
- "benchmark"
- "@types/benchmark"
- "long"
bench:
patterns:
- "google-protobuf"
- "brotli"
- "esbuild"
eslint:
patterns:
- "@typescript-eslint/*"
- "eslint-*"
- "eslint"

2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: bufbuild/[email protected]
with:
github_token: ${{ github.token }}
Expand Down
Loading

0 comments on commit af31d83

Please sign in to comment.