Skip to content

Commit 6aa8a25

Browse files
authored
chore: bump all (dev) deps (#446)
1 parent 583489b commit 6aa8a25

File tree

27 files changed

+1096
-2203
lines changed

27 files changed

+1096
-2203
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
- ubuntu-latest
2323
- windows-latest
2424
fail-fast: false
25-
env:
26-
YARN_IGNORE_NODE: 1
2725
runs-on: ${{ matrix.os }}
2826
steps:
2927
- name: Checkout Repo

.github/workflows/pkg-size.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ concurrency:
77
group: ${{ github.workflow }}-${{ github.ref }}
88
cancel-in-progress: true
99

10+
permissions:
11+
contents: read
12+
pull-requests: write
13+
1014
jobs:
1115
pkg-size-report:
1216
name: Package Size Report

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ dist
1212
lib
1313
node_modules
1414
packages/*/src/languages.ts
15+
/test.*

.lintstagedrc.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

.nano-staged.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { default } from '@1stg/nano-staged/tsc'

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,17 @@ This repository is a monorepo managed by [changesets][] what means we actually p
2626
| [`prettier-plugin-sql`](/packages/sql) | An opinionated sql formatter plugin for Prettier | [![npm](https://img.shields.io/npm/v/prettier-plugin-sql.svg)](https://www.npmjs.com/package/prettier-plugin-sql) |
2727
| [`prettier-plugin-toml`](/packages/toml) | An opinionated `toml` formatter plugin for Prettier | [![npm](https://img.shields.io/npm/v/prettier-plugin-toml.svg)](https://www.npmjs.com/package/prettier-plugin-toml) |
2828

29-
[![Sponsors](https://raw.githubusercontent.com/1stG/static/master/sponsors.svg)](https://github.com/sponsors/JounQin)
29+
## Sponsors and Backers
3030

31-
## Sponsors
31+
[![Sponsors and Backers](https://raw.githubusercontent.com/1stG/static/master/sponsors.svg)](https://github.com/sponsors/JounQin)
32+
33+
### Sponsors
3234

3335
| 1stG | RxTS | UnTS |
3436
| ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
3537
| [![1stG Open Collective sponsors](https://opencollective.com/1stG/organizations.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective sponsors](https://opencollective.com/rxts/organizations.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective sponsors](https://opencollective.com/unts/organizations.svg)](https://opencollective.com/unts) |
3638

37-
## Backers
39+
### Backers
3840

3941
| 1stG | RxTS | UnTS |
4042
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |

package.json

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"build": "run-p 'build:*'",
1616
"build:r": "r -f cjs -e named",
1717
"build:ts": "tsc -b",
18-
"clean": "rimraf dist coverage 'packages/*/{lib,*.tsbuildinfo}'",
18+
"clean": "rimraf -g .type-coverage dist coverage '.*cache' 'packages/*/{lib,*.tsbuildinfo}'",
1919
"dev": "vitest",
2020
"docs": "vite",
2121
"docs:build": "vite build",
@@ -32,28 +32,29 @@
3232
"version": "changeset version && yarn --no-immutable"
3333
},
3434
"devDependencies": {
35-
"@1stg/browserslist-config": "^2.1.2",
36-
"@1stg/common-config": "^12.0.0",
37-
"@1stg/postcss-config": "^6.0.4",
35+
"@1stg/browserslist-config": "^2.1.4",
36+
"@1stg/common-config": "^13.0.1",
37+
"@1stg/postcss-config": "^6.0.6",
3838
"@changesets/changelog-github": "^0.5.1",
39-
"@changesets/cli": "^2.28.1",
39+
"@changesets/cli": "^2.29.2",
4040
"@commitlint/cli": "^19.8.0",
4141
"@mdx-js/rollup": "^3.1.0",
42-
"@pkgr/rollup": "^6.0.2",
42+
"@pkgr/rollup": "^6.0.3",
4343
"@shikijs/rehype": "^3.2.2",
4444
"@stylistic/eslint-plugin-js": "^4.2.0",
45-
"@types/node": "^22.14.0",
46-
"@types/react": "^19.1.0",
45+
"@types/node": "^22.14.1",
46+
"@types/react": "^19.1.2",
4747
"@types/react-dom": "^19.1.2",
48-
"@types/web": "^0.0.216",
49-
"@vitejs/plugin-react-swc": "^3.8.1",
48+
"@types/web": "^0.0.219",
49+
"@vitejs/plugin-react-swc": "^3.9.0",
5050
"@vitest/coverage-istanbul": "^3.1.1",
51+
"@vitest/eslint-plugin": "^1.1.42",
5152
"clean-pkg-json": "^1.2.1",
5253
"eslint": "^9.24.0",
5354
"eslint-plugin-tsdoc": "^0.4.0",
5455
"github-markdown-css": "^5.8.1",
5556
"linguist-languages": "^7.29.0",
56-
"lint-staged": "^15.5.0",
57+
"nano-staged": "^0.8.0",
5758
"npm-run-all2": "^7.0.2",
5859
"prettier": "^3.5.3",
5960
"prettier-plugin-autocorrect": "workspace:*",
@@ -66,19 +67,19 @@
6667
"react-router-dom": "^7.5.0",
6768
"rehype-slug": "^6.0.0",
6869
"remark-gfm": "^4.0.1",
70+
"rimraf": "^6.0.1",
6971
"simple-git-hooks": "^2.12.1",
7072
"sirv-cli": "^3.0.1",
7173
"size-limit": "^11.2.0",
7274
"size-limit-preset-node-lib": "^0.3.0",
7375
"tsx": "^4.19.3",
7476
"type-coverage": "^2.29.7",
7577
"typescript": "^5.8.3",
76-
"vite": "^6.2.6",
78+
"vite": "^6.3.0",
7779
"vitest": "^3.1.1",
7880
"yarn-berry-deduplicate": "^6.1.1"
7981
},
8082
"resolutions": {
81-
"es5-ext": "npm:@unes/es5-ext@latest",
8283
"prettier": "^3.5.3",
8384
"prettier-plugin-autocorrect": "workspace:*",
8485
"prettier-plugin-pkg": "workspace:*",
@@ -95,7 +96,7 @@
9596
]
9697
},
9798
"markuplint": {
98-
"extends": "@1stg"
99+
"extends": "@1stg/markuplint-config"
99100
},
100101
"typeCoverage": {
101102
"atLeast": 100,

packages/autocorrect/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,17 @@ npx prettier --write writing.md
4747
yarn prettier --write writing.md
4848
```
4949

50-
[![Sponsors](https://raw.githubusercontent.com/1stG/static/master/sponsors.svg)](https://github.com/sponsors/JounQin)
50+
## Sponsors and Backers
5151

52-
## Sponsors
52+
[![Sponsors and Backers](https://raw.githubusercontent.com/1stG/static/master/sponsors.svg)](https://github.com/sponsors/JounQin)
53+
54+
### Sponsors
5355

5456
| 1stG | RxTS | UnTS |
5557
| ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
5658
| [![1stG Open Collective sponsors](https://opencollective.com/1stG/organizations.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective sponsors](https://opencollective.com/rxts/organizations.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective sponsors](https://opencollective.com/unts/organizations.svg)](https://opencollective.com/unts) |
5759

58-
## Backers
60+
### Backers
5961

6062
| 1stG | RxTS | UnTS |
6163
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |

packages/autocorrect/test/__snapshots__/fixtures.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func (d *Dao) WithContext(ctx context.Context) (db *gorm.DB) {
3737
exports[`parser and printer > should format all fixtures > test.html 1`] = `
3838
"<h1>编译 rust 为 WebAssembly</h1>
3939
<div></div>
40-
<p class="summary">如果你写了一些 RUST 代码,你可以把它编译成 webAssembly!这份教程将带你编译 Rust 项目为 wasm 并在一个现存的 web 应用中使用它。</p></div>
40+
<p class="summary">如果你写了一些 RUST 代码,你可以把它编译成 webAssembly!这份教程将带你编译 Rust 项目为 wasm 并在一个现存的 web 应用中使用它。</p>
4141
<h2 id="rust_和_webassembly_用例"><a href="#rust_和_webassembly_用例" title="Permalink to Rust和WebAssembly用例">Rust 和 WebAssembly 用例</a></h2>
4242
<div><p>rust 和 webassembly 有两大主要用例:</p>
4343
<ul>

packages/autocorrect/test/fixtures/test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1>编译rust为WebAssembly</h1>
22
<div></div>
3-
<p class="summary">如果你写了一些RUST代码,你可以把它编译成webAssembly!这份教程将带你编译Rust项目为wasm并在一个现存的web应用中使用它。</p></div>
3+
<p class="summary">如果你写了一些RUST代码,你可以把它编译成webAssembly!这份教程将带你编译Rust项目为wasm并在一个现存的web应用中使用它。</p>
44
<h2 id="rust_和_webassembly_用例"><a href="#rust_和_webassembly_用例" title="Permalink to Rust和WebAssembly用例">Rust和WebAssembly用例</a></h2>
55
<div><p>rust和webassembly有两大主要用例:</p>
66
<ul>

0 commit comments

Comments
 (0)