Skip to content

Commit b1b933b

Browse files
committed
chore(deps): bump package versions
1 parent c899f8f commit b1b933b

30 files changed

Lines changed: 5811 additions & 7417 deletions

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json",
2+
"$schema": "https://unpkg.com/@changesets/config@3.0.5/schema.json",
33
"changelog": [
44
"@changesets/changelog-github",
55
{

.changeset/long-yaks-shake.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@alanlu-dev/website': patch
3+
---
4+
5+
chore(deps): bump package versions

.eslintrc.cjs

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

.github/workflows/ci.yml

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
- name: Lint
5151
run: pnpm run lint
5252

53+
- name: Format
54+
run: pnpm run format
55+
5356
- name: TypeCheck
5457
run: pnpm run typecheck
5558

@@ -68,16 +71,17 @@ jobs:
6871
strategy:
6972
matrix:
7073
os: [ubuntu-latest]
71-
node_version: [18, 20]
72-
include:
73-
# Active LTS + other OS
74-
- os: macos-latest
75-
node_version: 20
76-
- os: windows-latest
77-
node_version: 20
74+
node_version: [20, 22]
75+
# node_version: [18, 20]
76+
# include:
77+
# # Active LTS + other OS
78+
# - os: macos-latest
79+
# node_version: 20
80+
# - os: windows-latest
81+
# node_version: 20
7882
fail-fast: false
7983

80-
name: "Build & Test: node-${{ matrix.node_version }}, ${{ matrix.os }}"
84+
name: 'Build & Test: node-${{ matrix.node_version }}, ${{ matrix.os }}'
8185
steps:
8286
- name: Checkout
8387
uses: actions/checkout@v4
@@ -104,7 +108,7 @@ jobs:
104108
uses: actions/setup-node@v4
105109
with:
106110
node-version: ${{ matrix.node_version }}
107-
cache: "pnpm"
111+
cache: 'pnpm'
108112

109113
- name: Install deps
110114
if: steps.changed-files.outputs.only_changed != 'true'

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,9 @@ logs
2626
.env
2727
.env.*
2828
!.env.example
29+
30+
# playwright
31+
test-results
32+
playwright-report
33+
blob-report
34+
playwright/.cache

.npmrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
auto-install-peers=true
2-
public-hoist-pattern[]=*types*
32
public-hoist-pattern[]=*eslint*
43
public-hoist-pattern[]=*prettier*
54
public-hoist-pattern[]=*stylelint*
65
public-hoist-pattern[]=*markdownlint*
76
public-hoist-pattern[]=*commitlint*
7+
public-hoist-pattern[]=*playwright*
88
public-hoist-pattern[]=czg
99
public-hoist-pattern[]=lint-staged
1010
public-hoist-pattern[]=sass
1111
public-hoist-pattern[]=postcss*
12-
public-hoist-pattern[]=@alanlu-dev/*
1312
public-hoist-pattern[]=@master/*

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.11.1
1+
v22.12.0

.prettierignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,3 @@ pnpm-lock.yaml
3232
# Markdown files
3333
**/*.md
3434
**/*.mdx
35-

.vscode/.cspell/name.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ Indrek
99
indrekpaas
1010
Paas
1111
Riethmuller's
12+
shimataro
13+
vogelino
14+
yoavbls

.vscode/.cspell/other.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,28 @@ autorestart
55
bluewood
66
breakline
77
datetime
8+
eslintcache
89
evenodd
910
Fira
11+
formatcache
1012
fullname
13+
infile
1114
jiti
15+
lintcache
1216
multistep
1317
noborder
18+
noobserver
1419
Noto
1520
Overriden
1621
preinstall
22+
prettiercache
23+
shellcheck
1724
stroustrup
25+
toggleable
26+
tsbuildinfo
1827
typecheck
28+
typecheckcache
1929
unref
30+
viewports
2031
wght
2132
zod's

0 commit comments

Comments
 (0)