Skip to content

Commit 821f876

Browse files
chore(deps-dev): bump prettier from 2.8.8 to 3.6.2 (#331)
* chore(deps-dev): bump prettier from 2.8.8 to 3.6.2 Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.6.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@2.8.8...3.6.2) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * chore: update all dependencies * chore: bump action versions * chore: update eslint config --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Qiao Han <[email protected]>
1 parent 502f641 commit 821f876

File tree

13 files changed

+32942
-14299
lines changed

13 files changed

+32942
-14299
lines changed

.eslintignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

.eslintrc.json

Lines changed: 0 additions & 55 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,10 @@ updates:
99
directory: /
1010
schedule:
1111
interval: daily
12+
ignore:
13+
- dependency-name: '@types/node'
14+
update-types:
15+
- version-update:semver-major
16+
- dependency-name: 'jest'
17+
update-types:
18+
- version-update:semver-major

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v4
2929

3030
- name: Set Node.js 20.x
31-
uses: actions/setup-node@v4.0.4
31+
uses: actions/setup-node@v4
3232
with:
3333
node-version: 20.x
3434
cache: npm

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# will not occur.
1919
- name: Dependabot metadata
2020
id: dependabot-metadata
21-
uses: dependabot/fetch-metadata@v2.2.0
21+
uses: dependabot/fetch-metadata@v2
2222
with:
2323
github-token: '${{ secrets.GITHUB_TOKEN }}'
2424

.github/workflows/start.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@ jobs:
2424
matrix:
2525
version:
2626
- 1.178.2
27-
- 2.20.3
27+
- 2.33.0
2828
- latest
2929
pg_major:
3030
- 14
3131
- 15
32+
- 17
3233
steps:
3334
- uses: actions/checkout@v4
3435
- uses: ./

0 commit comments

Comments
 (0)