Skip to content

Commit 8fc446d

Browse files
authored
chore(prettier-config): bump sh plugin (#322)
1 parent df903d6 commit 8fc446d

File tree

13 files changed

+1047
-932
lines changed

13 files changed

+1047
-932
lines changed

.changeset/sixty-poets-juggle.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@1stg/app-config": patch
3+
"@1stg/babel-preset": patch
4+
"@1stg/common-config": patch
5+
"@1stg/eslint-config": patch
6+
"@1stg/prettier-config": patch
7+
---
8+
9+
chore(prettier-config): bump `sh` plugin

.github/workflows/autofix.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: autofix.ci # For security reasons, the workflow in which the autofix.ci action is used must be named "autofix.ci".
2+
3+
on:
4+
pull_request:
5+
types:
6+
- opened
7+
- reopened
8+
- synchronize
9+
10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
cancel-in-progress: true
13+
14+
jobs:
15+
autofix:
16+
runs-on: ubuntu-latest
17+
steps:
18+
- name: Checkout Repo
19+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20+
21+
- name: Setup Node.js LTS
22+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
23+
with:
24+
node-version: lts/*
25+
cache: yarn
26+
27+
- name: Install dependencies
28+
run: yarn --immutable
29+
30+
- name: Format Codes
31+
run: yarn format
32+
33+
- name: Apply autofix.ci
34+
uses: autofix-ci/action@2891949f3779a1cafafae1523058501de3d4e944 # v1
35+
with:
36+
fail-fast: false

.github/workflows/release.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ on:
55
branches:
66
- master
77

8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: true
11+
12+
permissions:
13+
contents: write
14+
id-token: write
15+
pull-requests: write
16+
817
jobs:
918
release:
1019
name: Release
@@ -35,5 +44,5 @@ jobs:
3544
version: yarn run version
3645
env:
3746
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
47+
NPM_CONFIG_PROVENANCE: true
3848
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
39-
YARN_ENABLE_IMMUTABLE_INSTALLS: false

.yarn/releases/yarn-4.7.0.cjs renamed to .yarn/releases/yarn-4.8.1.cjs

Lines changed: 331 additions & 331 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ plugins:
99
path: .yarn/plugins/plugin-prepare-lifecycle.cjs
1010
spec: 'https://github.com/un-es/yarn-plugin-prepare-lifecycle/releases/download/v0.0.1/index.js'
1111

12-
yarnPath: .yarn/releases/yarn-4.7.0.cjs
12+
yarnPath: .yarn/releases/yarn-4.8.1.cjs

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![GitHub Actions](https://github.com/1stg/configs/workflows/CI/badge.svg)](https://github.com/1stG/configs/actions/workflows/ci.yml)
44
[![GitHub release](https://img.shields.io/github/release/1stg/configs)](https://github.com/1stg/configs/releases)
55
[![type-coverage](https://img.shields.io/badge/dynamic/json.svg?label=type-coverage&prefix=%E2%89%A5&suffix=%&query=$.typeCoverage.atLeast&uri=https%3A%2F%2Fraw.githubusercontent.com%2F1stG%2Fconfigs%2Fmaster%2Fpackage.json)](https://github.com/plantain-00/type-coverage)
6+
[![CodeRabbit Pull Request Reviews](https://img.shields.io/coderabbit/prs/github/1stG/configs)](https://coderabbit.ai)
67

78
[![Conventional Commits](https://img.shields.io/badge/conventional%20commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
89
[![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com)
@@ -16,15 +17,15 @@
1617

1718
## Sponsors
1819

19-
| 1stG | RxTS | UnTS |
20-
| ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
21-
| [![1stG Open Collective backers and sponsors](https://opencollective.com/1stG/organizations.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective backers and sponsors](https://opencollective.com/rxts/organizations.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective backers and sponsors](https://opencollective.com/unts/organizations.svg)](https://opencollective.com/unts) |
20+
| 1stG | RxTS | UnTS |
21+
| ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
22+
| [![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) |
2223

2324
## Backers
2425

25-
| 1stG | RxTS | UnTS |
26-
| -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
27-
| [![1stG Open Collective backers and sponsors](https://opencollective.com/1stG/individuals.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective backers and sponsors](https://opencollective.com/rxts/individuals.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective backers and sponsors](https://opencollective.com/unts/individuals.svg)](https://opencollective.com/unts) |
26+
| 1stG | RxTS | UnTS |
27+
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
28+
| [![1stG Open Collective backers](https://opencollective.com/1stG/individuals.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective backers](https://opencollective.com/rxts/individuals.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective backers](https://opencollective.com/unts/individuals.svg)](https://opencollective.com/unts) |
2829

2930
## Changelog
3031

package.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
"workspaces": [
1010
"packages/*"
1111
],
12-
"packageManager": "yarn@4.7.0",
12+
"packageManager": "yarn@4.8.1",
1313
"scripts": {
1414
"check": "eslint-config-prettier .eslintrc.js",
15+
"format": "prettier --write .",
1516
"lint": "run-p 'lint:*'",
1617
"lint:es": "eslint . --cache",
1718
"lint:style": "stylelint . --cache",
@@ -23,20 +24,20 @@
2324
"version": "changeset version && yarn --no-immutable"
2425
},
2526
"devDependencies": {
26-
"@angular/compiler": "^19.2.3",
27-
"@angular/compiler-cli": "^19.2.3",
28-
"@angular/core": "^19.2.3",
27+
"@angular/compiler": "^19.2.4",
28+
"@angular/compiler-cli": "^19.2.4",
29+
"@angular/core": "^19.2.4",
2930
"@changesets/changelog-github": "^0.5.1",
3031
"@changesets/cli": "^2.28.1",
3132
"@commitlint/cli": "^19.8.0",
3233
"@types/babel__core": "^7.20.5",
33-
"@types/bun": "^1.2.5",
34+
"@types/bun": "^1.2.8",
3435
"@types/jest": "^29.5.14",
35-
"@types/node": "^22.13.13",
36+
"@types/node": "^22.13.14",
3637
"@types/react": "^19.0.12",
3738
"@types/unist": "^3.0.3",
3839
"@unts/patch-package": "^8.1.1",
39-
"@vitest/coverage-istanbul": "^3.0.9",
40+
"@vitest/coverage-istanbul": "^3.1.1",
4041
"eslint": "^9.23.0",
4142
"eslint-config-prettier": "^10.1.1",
4243
"lint-staged": "^15.5.0",
@@ -45,20 +46,20 @@
4546
"postcss": "^8.5.3",
4647
"postcss-load-config": "^6.0.1",
4748
"prettier": "^3.5.3",
48-
"react": "^19.0.0",
49+
"react": "^19.1.0",
4950
"rxjs": "^7.8.2",
5051
"simple-git-hooks": "^2.12.1",
51-
"stylelint": "^16.16.0",
52+
"stylelint": "^16.17.0",
5253
"type-coverage": "^2.29.7",
5354
"typescript": "^5.8.2",
54-
"vitest": "^3.0.9",
55+
"vitest": "^3.1.1",
5556
"vue": "^3.5.13",
5657
"vue-tsc": "^2.2.8",
5758
"yarn-berry-deduplicate": "^6.1.1"
5859
},
5960
"resolutions": {
6061
"@babel/core": "^7.26.10",
61-
"@typescript-eslint/type-utils": "^8.27.0"
62+
"@typescript-eslint/type-utils": "^8.29.0"
6263
},
6364
"typeCoverage": {
6465
"atLeast": 100,

packages/app-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"dependencies": {
1414
"@1stg/browserslist-config": "^2.1.1",
1515
"@1stg/common-config": "^11.1.0",
16-
"@1stg/postcss-config": "^6.0.2",
17-
"@1stg/stylelint-config": "^6.0.2",
16+
"@1stg/postcss-config": "^6.0.3",
17+
"@1stg/stylelint-config": "^6.0.3",
1818
"@pkgr/es-modules": "^0.6.4",
1919
"browserslist": "^4.24.4",
2020
"postcss": "^8.5.3"

packages/babel-preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@babel/plugin-transform-class-properties": "^7.25.9",
2626
"@babel/preset-env": "^7.26.9",
2727
"@babel/preset-react": "^7.26.3",
28-
"@babel/preset-typescript": "^7.26.0",
28+
"@babel/preset-typescript": "^7.27.0",
2929
"@pkgr/utils": "^3.1.0",
3030
"@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
3131
"@vue/babel-plugin-jsx": "^1.4.0",

packages/common-config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"node": ">=18.18"
1212
},
1313
"dependencies": {
14-
"@1stg/babel-preset": "^4.0.4",
15-
"@1stg/commitlint-config": "^5.0.1",
14+
"@1stg/babel-preset": "^4.0.5",
15+
"@1stg/commitlint-config": "^5.0.2",
1616
"@1stg/eslint-config": "^8.3.0",
17-
"@1stg/lint-staged": "^4.0.5",
17+
"@1stg/lint-staged": "^4.0.6",
1818
"@1stg/markuplint-config": "^4.0.1",
1919
"@1stg/prettier-config": "^4.0.5",
2020
"@1stg/remark-preset": "^3.0.1",
21-
"@1stg/simple-git-hooks": "^1.0.0",
21+
"@1stg/simple-git-hooks": "^1.0.1",
2222
"@1stg/tsconfig": "^3.0.1",
2323
"@babel/core": "^7.26.10",
2424
"tslib": "^2.8.1"

0 commit comments

Comments
 (0)