Skip to content

Commit 46953f9

Browse files
chore: update versions
1 parent d6700c4 commit 46953f9

File tree

21 files changed

+88
-24
lines changed

21 files changed

+88
-24
lines changed

.changeset/modern-bulldogs-sparkle.md

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

packages/browserslist-config/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @wayofdev/browserslist-config
22

3+
## 4.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`629e9af`](https://github.com/wayofdev/npm-shareable-configs/commit/629e9affe9a12dbacec50edac1e3bec9898f5f2e)]:
8+
- @wayofdev/lint-staged-config@2.2.0
9+
310
## 3.0.4
411

512
### Patch Changes

packages/browserslist-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wayofdev/browserslist-config",
3-
"version": "3.0.4",
3+
"version": "4.0.0",
44
"private": false,
55
"description": "A shareable browserslist configuration for projects.",
66
"keywords": [
@@ -44,7 +44,7 @@
4444
"rimraf": "^5.0.5"
4545
},
4646
"peerDependencies": {
47-
"@wayofdev/lint-staged-config": "^2.1.4"
47+
"@wayofdev/lint-staged-config": "^2.2.0"
4848
},
4949
"publishConfig": {
5050
"access": "public"

packages/commitlint-config/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @wayofdev/commitlint-config
22

3+
## 4.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`629e9af`](https://github.com/wayofdev/npm-shareable-configs/commit/629e9affe9a12dbacec50edac1e3bec9898f5f2e)]:
8+
- @wayofdev/lint-staged-config@2.2.0
9+
310
## 3.0.5
411

512
### Patch Changes

packages/commitlint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wayofdev/commitlint-config",
3-
"version": "3.0.5",
3+
"version": "4.0.0",
44
"private": false,
55
"description": "A shareable commitlint configuration for projects.",
66
"keywords": [
@@ -49,7 +49,7 @@
4949
},
5050
"peerDependencies": {
5151
"@commitlint/cli": ">= 17",
52-
"@wayofdev/lint-staged-config": "^2.1.5"
52+
"@wayofdev/lint-staged-config": "^2.2.0"
5353
},
5454
"publishConfig": {
5555
"access": "public"

packages/eslint-config-bases/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @wayofdev/eslint-config-bases
22

3+
## 4.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`629e9af`](https://github.com/wayofdev/npm-shareable-configs/commit/629e9affe9a12dbacec50edac1e3bec9898f5f2e)]:
8+
- @wayofdev/lint-staged-config@2.2.0
9+
310
## 3.0.7
411

512
### Patch Changes

packages/eslint-config-bases/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wayofdev/eslint-config-bases",
3-
"version": "3.0.7",
3+
"version": "4.0.0",
44
"private": false,
55
"description": "A shareable eslint base configuration for projects.",
66
"keywords": [
@@ -155,7 +155,7 @@
155155
},
156156
"peerDependencies": {
157157
"@graphql-eslint/eslint-plugin": "^3.17.0",
158-
"@wayofdev/lint-staged-config": "^2.1.5",
158+
"@wayofdev/lint-staged-config": "^2.2.0",
159159
"eslint": "^8.45.0",
160160
"graphql": "^16.6.0",
161161
"prettier": "^3.0.0",

packages/htmlhint-config/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @wayofdev/htmlhint-config
22

3+
## 4.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`629e9af`](https://github.com/wayofdev/npm-shareable-configs/commit/629e9affe9a12dbacec50edac1e3bec9898f5f2e)]:
8+
- @wayofdev/lint-staged-config@2.2.0
9+
310
## 3.0.4
411

512
### Patch Changes

packages/htmlhint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wayofdev/htmlhint-config",
3-
"version": "3.0.4",
3+
"version": "4.0.0",
44
"private": false,
55
"description": "A shareable htmlhint configuration for projects.",
66
"keywords": [
@@ -35,7 +35,7 @@
3535
"rimraf": "^5.0.5"
3636
},
3737
"peerDependencies": {
38-
"@wayofdev/lint-staged-config": "^2.1.4",
38+
"@wayofdev/lint-staged-config": "^2.2.0",
3939
"htmlhint": ">= 1"
4040
},
4141
"publishConfig": {

packages/lint-staged-config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @wayofdev/lint-staged-config
22

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- [#527](https://github.com/wayofdev/npm-shareable-configs/pull/527) [`629e9af`](https://github.com/wayofdev/npm-shareable-configs/commit/629e9affe9a12dbacec50edac1e3bec9898f5f2e) Thanks [@igomur](https://github.com/igomur)! - Updated concatFilesForPrettier function from lint-staged-config to allow ignore files
8+
39
## 2.1.5
410

511
### Patch Changes

packages/lint-staged-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wayofdev/lint-staged-config",
3-
"version": "2.1.5",
3+
"version": "2.2.0",
44
"private": false,
55
"description": "A shareable lint-staged configuration for projects.",
66
"keywords": [

packages/markdownlint-config/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @wayofdev/markdownlint-config
22

3+
## 4.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`629e9af`](https://github.com/wayofdev/npm-shareable-configs/commit/629e9affe9a12dbacec50edac1e3bec9898f5f2e)]:
8+
- @wayofdev/lint-staged-config@2.2.0
9+
310
## 3.0.3
411

512
### Patch Changes

packages/markdownlint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wayofdev/markdownlint-config",
3-
"version": "3.0.3",
3+
"version": "4.0.0",
44
"private": false,
55
"description": "A shareable markdownlint configuration for projects.",
66
"keywords": [
@@ -36,7 +36,7 @@
3636
"markdownlint-cli": "^0.38.0"
3737
},
3838
"peerDependencies": {
39-
"@wayofdev/lint-staged-config": "^2.1.4",
39+
"@wayofdev/lint-staged-config": "^2.2.0",
4040
"markdownlint": ">= 0"
4141
},
4242
"publishConfig": {

packages/postcss-config/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @wayofdev/postcss-config
22

3+
## 4.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`629e9af`](https://github.com/wayofdev/npm-shareable-configs/commit/629e9affe9a12dbacec50edac1e3bec9898f5f2e)]:
8+
- @wayofdev/lint-staged-config@2.2.0
9+
310
## 3.0.5
411

512
### Patch Changes

packages/postcss-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wayofdev/postcss-config",
3-
"version": "3.0.5",
3+
"version": "4.0.0",
44
"private": false,
55
"description": "A shareable postcss configuration for projects.",
66
"keywords": [
@@ -54,7 +54,7 @@
5454
"es-check": "^7.1.1"
5555
},
5656
"peerDependencies": {
57-
"@wayofdev/lint-staged-config": "^2.1.5",
57+
"@wayofdev/lint-staged-config": "^2.2.0",
5858
"postcss": ">= 8",
5959
"sanitize.css": ">= 13",
6060
"tailwindcss": ">= 3"

packages/secretlint-config/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @wayofdev/secretlint-config
22

3+
## 4.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`629e9af`](https://github.com/wayofdev/npm-shareable-configs/commit/629e9affe9a12dbacec50edac1e3bec9898f5f2e)]:
8+
- @wayofdev/lint-staged-config@2.2.0
9+
310
## 3.0.5
411

512
### Patch Changes

packages/secretlint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wayofdev/secretlint-config",
3-
"version": "3.0.5",
3+
"version": "4.0.0",
44
"private": false,
55
"description": "A shareable secretlint configuration for projects.",
66
"keywords": [
@@ -39,7 +39,7 @@
3939
"rimraf": "^5.0.5"
4040
},
4141
"peerDependencies": {
42-
"@wayofdev/lint-staged-config": "^2.1.5",
42+
"@wayofdev/lint-staged-config": "^2.2.0",
4343
"secretlint": ">= 6"
4444
},
4545
"publishConfig": {

packages/stylelint-config/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @wayofdev/stylelint-config
22

3+
## 4.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`629e9af`](https://github.com/wayofdev/npm-shareable-configs/commit/629e9affe9a12dbacec50edac1e3bec9898f5f2e)]:
8+
- @wayofdev/lint-staged-config@2.2.0
9+
310
## 3.0.5
411

512
### Patch Changes

packages/stylelint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wayofdev/stylelint-config",
3-
"version": "3.0.5",
3+
"version": "4.0.0",
44
"private": false,
55
"description": "A shareable stylelint configuration for projects.",
66
"keywords": [
@@ -50,7 +50,7 @@
5050
"es-check": "^7.1.1"
5151
},
5252
"peerDependencies": {
53-
"@wayofdev/lint-staged-config": "^2.1.5",
53+
"@wayofdev/lint-staged-config": "^2.2.0",
5454
"stylelint": "^14 || ^15 || ^16"
5555
},
5656
"publishConfig": {

packages/tsconfig-config/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @wayofdev/tsconfig-config
22

3+
## 4.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`629e9af`](https://github.com/wayofdev/npm-shareable-configs/commit/629e9affe9a12dbacec50edac1e3bec9898f5f2e)]:
8+
- @wayofdev/lint-staged-config@2.2.0
9+
310
## 3.0.3
411

512
### Patch Changes

packages/tsconfig-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wayofdev/tsconfig-config",
3-
"version": "3.0.3",
3+
"version": "4.0.0",
44
"private": false,
55
"description": "A shareable tsconfig configuration for projects.",
66
"keywords": [
@@ -35,7 +35,7 @@
3535
"lint:fix": "eslint --ext .ts,.tsx,.js,.jsx,.mjs,.cjs,.mts,.cts --fix --cache --cache-location ../../.cache/eslint/tsconfig-config.eslintcache"
3636
},
3737
"peerDependencies": {
38-
"@wayofdev/lint-staged-config": "^2.1.4",
38+
"@wayofdev/lint-staged-config": "^2.2.0",
3939
"typescript": "^5"
4040
},
4141
"publishConfig": {

0 commit comments

Comments
 (0)