Skip to content

Commit db3b78b

Browse files
authored
chore: bump all (dev) deps (#284)
1 parent 6553e1f commit db3b78b

File tree

102 files changed

+20606
-15741
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+20606
-15741
lines changed

.changeset/wet-knives-live.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
"@1stg/app-config": major
3+
"@1stg/babel-preset": patch
4+
"@1stg/browserslist-config": patch
5+
"@1stg/commitlint-config": major
6+
"@1stg/common-config": major
7+
"@1stg/config": major
8+
---
9+
10+
chore: bump all (dev) deps

.codesandbox/ci.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"node": "18",
3-
"installCommand": "codesandbox:install",
43
"buildCommand": false,
54
"sandboxes": []
65
}

.editorconfig

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
root = true
1+
root=true
22

33
[*]
4-
indent_style = space
5-
indent_size = 2
6-
tab_width = 2
7-
end_of_line = lf
8-
charset = utf-8
9-
trim_trailing_whitespace = true
10-
insert_final_newline = true
4+
indent_style=space
5+
indent_size=2
6+
tab_width=2
7+
end_of_line=lf
8+
charset=utf-8
9+
trim_trailing_whitespace=true
10+
insert_final_newline=true

.eslintignore

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

.eslintrc

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

.github/workflows/ci.yml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,23 @@ on:
44
- push
55
- pull_request
66

7+
concurrency:
8+
group: ${{ github.workflow }}-${{ github.ref }}
9+
cancel-in-progress: true
10+
711
jobs:
812
ci:
913
name: Lint and Test with Node.js ${{ matrix.node }}
1014
strategy:
1115
matrix:
1216
node:
13-
- 16
1417
- 18
1518
- 20
19+
- 22
20+
fail-fast: false
1621
runs-on: ubuntu-latest
22+
env:
23+
YARN_IGNORE_NODE: 1
1724
steps:
1825
- name: Checkout Repo
1926
uses: actions/checkout@v4
@@ -25,20 +32,20 @@ jobs:
2532
cache: yarn
2633

2734
- name: Install Dependencies
28-
run: yarn --frozen-lockfile --ignore-engines
35+
run: yarn --immutable
2936

3037
- name: Check, Lint and test
3138
run: |
32-
yarn run check
33-
yarn browserslist
39+
yarn check
40+
yarn dlx browserslist
3441
yarn lint
3542
yarn test
3643
env:
3744
EFF_NO_LINK_RULES: true
3845
PARSER_NO_WATCH: true
3946

4047
- name: Check Postcss
41-
run: npx postcss-cli tests/test.css --verbose
48+
run: yarn dlx -p postcss -p postcss-cli postcss tests/test.css --verbose
4249
env:
4350
NODE_ENV: production
4451

.github/workflows/codeql.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
schedule:
1111
- cron: '41 7 * * 1'
1212

13+
concurrency:
14+
group: ${{ github.workflow }}-${{ github.ref }}
15+
cancel-in-progress: true
16+
1317
jobs:
1418
analyze:
1519
name: Analyze

.github/workflows/pkg-size.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- master
77

8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: true
11+
812
jobs:
913
pkg-size-report:
1014
name: Package Size Report

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cache: yarn
2424

2525
- name: Install Dependencies
26-
run: yarn --frozen-lockfile
26+
run: yarn --immutable
2727

2828
- name: Create Release Pull Request or Publish to npm
2929
id: changesets

.lintstagedrc.js

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

0 commit comments

Comments
 (0)