Compare commits

..

22 Commits

Author SHA1 Message Date
ivuorinen
d9090c667e chore(release): publish
- @ivuorinen/base-configs@1.1.102
 - @ivuorinen/eslint-config@0.4.47
2024-07-29 23:12:50 +00:00
renovate[bot]
72b0871beb fix(deps): update eslint to 9.8.0 (#281) 2024-07-30 02:12:14 +03:00
renovate[bot]
aa6bcc6cd4 chore(deps): update eslint-plugin-unicorn to 55.0.0 (#280)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-28 02:55:20 +03:00
ivuorinen
2b705cec7b chore(release): publish
- @ivuorinen/base-configs@1.1.101
 - @ivuorinen/eslint-config@0.4.46
2024-07-27 13:18:06 +00:00
renovate[bot]
6f7f3e9cfe fix(deps): update eslint-plugin-promise to 7.0.0 (#279) 2024-07-27 16:17:28 +03:00
Ismo Vuorinen
bc0e9dcdbc chore(meta): update renovate.json 2024-07-23 03:49:22 +03:00
ivuorinen
031f27257a chore(release): publish
- @ivuorinen/base-configs@1.1.100
 - @ivuorinen/prettier-config@0.2.16
2024-07-16 20:05:36 +00:00
renovate[bot]
03e8a97e2b fix(deps): update prettier to 3.3.3 (#277)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-16 23:04:55 +03:00
ivuorinen
951cdb5014 chore(release): publish
- @ivuorinen/stylelint-config@0.2.34
2024-07-16 15:29:27 +00:00
renovate[bot]
b5e55bf888 fix(deps): update stylelint to 16.7.0 (#275)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-16 18:28:52 +03:00
ivuorinen
b3123d3745 chore(release): publish
- @ivuorinen/base-configs@1.1.99
 - @ivuorinen/eslint-config@0.4.45
2024-07-16 07:21:08 +00:00
renovate[bot]
e1c45b82eb fix(deps): update eslint to 9.7.0 (#276)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-16 10:20:22 +03:00
ivuorinen
0b1a5dfea1 chore(release): publish
- @ivuorinen/stylelint-config@0.2.33
2024-07-13 13:43:11 +00:00
renovate[bot]
76d8d81fb8 fix(deps): update stylelint-scss to 6.4.1 (#274)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-13 16:42:37 +03:00
ivuorinen
b8da329ab8 chore(release): publish
- @ivuorinen/stylelint-config@0.2.32
2024-07-13 08:55:12 +00:00
renovate[bot]
cc414bc57f fix(deps): update stylelint-config-recommended-scss to 14.1.0 (#272)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-13 11:54:36 +03:00
ivuorinen
e835120a12 chore(release): publish
- @ivuorinen/stylelint-config@0.2.31
2024-07-13 08:31:54 +00:00
renovate[bot]
f1962c8353 fix(deps): update stylelint-scss to 6.4.0 (#273)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-13 11:31:20 +03:00
ivuorinen
ab6ed16b78 chore(release): publish
- @ivuorinen/base-configs@1.1.98
 - @ivuorinen/browserslist-config@0.2.9
2024-07-13 07:01:58 +00:00
renovate[bot]
8593ea0ea6 fix(deps): update browserslist to 4.23.2 (#271) 2024-07-13 10:01:21 +03:00
renovate[bot]
bd86a4459d fix(github-action): update actions/setup-node ( v4.0.2 → v4.0.3 )
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-11 03:06:05 +00:00
Ismo Vuorinen
4b9d95b4ad chore: update dependencies 2024-07-02 14:12:25 +03:00
15 changed files with 585 additions and 963 deletions

View File

@@ -1,4 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>ivuorinen/.github:renovate-config"]
"extends": [
"github>ivuorinen/renovate-config"
]
}

View File

@@ -21,7 +21,7 @@ jobs:
fetch-depth: 0
- name: Setup Node.js Environment
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4.0.3
with:
always-auth: true
node-version: 20

View File

@@ -22,7 +22,7 @@ jobs:
fetch-depth: 0
- name: Setup Node.js Environment
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4.0.3
with:
always-auth: true
node-version: 20

View File

@@ -62,9 +62,9 @@
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-promise": "^7.0.0",
"eslint-plugin-sonarjs": "^1.0.0",
"eslint-plugin-unicorn": "^54.0.0",
"eslint-plugin-unicorn": "^55.0.0",
"lerna": "^8.0.0",
"lerna-update-wizard": "^1.1.2",
"markdownlint-cli": "^0.41.0",

View File

@@ -2,6 +2,26 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.1.102](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.101...@ivuorinen/base-configs@1.1.102) (2024-07-29)
**Note:** Version bump only for package @ivuorinen/base-configs
## [1.1.101](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.100...@ivuorinen/base-configs@1.1.101) (2024-07-27)
**Note:** Version bump only for package @ivuorinen/base-configs
## [1.1.100](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.99...@ivuorinen/base-configs@1.1.100) (2024-07-16)
**Note:** Version bump only for package @ivuorinen/base-configs
## [1.1.99](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.98...@ivuorinen/base-configs@1.1.99) (2024-07-16)
**Note:** Version bump only for package @ivuorinen/base-configs
## [1.1.98](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.97...@ivuorinen/base-configs@1.1.98) (2024-07-13)
**Note:** Version bump only for package @ivuorinen/base-configs
## 1.1.97 (2024-07-02)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/base-configs",
"version": "1.1.97",
"version": "1.1.102",
"description": "ivuorinen's shareable configurations meta package",
"author": {
"name": "Ismo Vuorinen",
@@ -27,11 +27,11 @@
"url": "git+https://github.com/ivuorinen/base-configs.git"
},
"dependencies": {
"@ivuorinen/browserslist-config": "^0.2.8",
"@ivuorinen/browserslist-config": "^0.2.9",
"@ivuorinen/commitlint-config": "^0.2.23",
"@ivuorinen/eslint-config": "^0.4.44",
"@ivuorinen/eslint-config": "^0.4.47",
"@ivuorinen/markdownlint-config": "^0.2.9",
"@ivuorinen/prettier-config": "^0.2.15",
"@ivuorinen/prettier-config": "^0.2.16",
"@ivuorinen/semantic-release-config": "^0.2.23",
"eslint-plugin-n": "^17.0.0"
}

View File

@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.2.9](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.2.8...@ivuorinen/browserslist-config@0.2.9) (2024-07-13)
### Bug Fixes
- **deps:** update browserslist to 4.23.2 ([#271](https://github.com/ivuorinen/base-configs/issues/271)) ([8593ea0](https://github.com/ivuorinen/base-configs/commit/8593ea0ea6898335a38fe2aa57d0d7457919eb35))
## 0.2.8 (2024-07-02)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/browserslist-config",
"version": "0.2.8",
"version": "0.2.9",
"description": "ivuorinen's shareable configuration for Browserslist.",
"author": {
"name": "Ismo Vuorinen",
@@ -37,7 +37,7 @@
},
"dependencies": {
"@ivuorinen/config-checker": "^1.1.4",
"browserslist": "4.23.1"
"browserslist": "4.23.2"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}

View File

@@ -2,6 +2,24 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.4.47](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.46...@ivuorinen/eslint-config@0.4.47) (2024-07-29)
### Bug Fixes
- **deps:** update eslint to 9.8.0 ([#281](https://github.com/ivuorinen/base-configs/issues/281)) ([72b0871](https://github.com/ivuorinen/base-configs/commit/72b0871beb452e408b460e5d2804085affef9dc4))
## [0.4.46](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.45...@ivuorinen/eslint-config@0.4.46) (2024-07-27)
### Bug Fixes
- **deps:** update eslint-plugin-promise to 7.0.0 ([#279](https://github.com/ivuorinen/base-configs/issues/279)) ([6f7f3e9](https://github.com/ivuorinen/base-configs/commit/6f7f3e9cfee3428eb723cbad79828741ecb13748))
## [0.4.45](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.44...@ivuorinen/eslint-config@0.4.45) (2024-07-16)
### Bug Fixes
- **deps:** update eslint to 9.7.0 ([#276](https://github.com/ivuorinen/base-configs/issues/276)) ([e1c45b8](https://github.com/ivuorinen/base-configs/commit/e1c45b82eb617edb7edd075f9218e07504ba63c2))
## 0.4.44 (2024-07-02)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/eslint-config",
"version": "0.4.44",
"version": "0.4.47",
"description": "ivuorinen's shareable configuration for ESLint.",
"author": {
"name": "Ismo Vuorinen",
@@ -37,13 +37,13 @@
},
"dependencies": {
"@ivuorinen/config-checker": "^1.1.4",
"eslint": "9.6.0",
"eslint": "9.8.0",
"eslint-config-prettier": "^9",
"eslint-config-standard": "^17",
"eslint-plugin-import": "^2",
"eslint-plugin-jest": "^28",
"eslint-plugin-n": "^17",
"eslint-plugin-promise": "^6",
"eslint-plugin-promise": "^7.0.0",
"eslint-plugin-sonarjs": "^1"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"

View File

@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.2.16](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/prettier-config@0.2.15...@ivuorinen/prettier-config@0.2.16) (2024-07-16)
### Bug Fixes
- **deps:** update prettier to 3.3.3 ([#277](https://github.com/ivuorinen/base-configs/issues/277)) ([03e8a97](https://github.com/ivuorinen/base-configs/commit/03e8a97e2b0d3a35e49969d100df16b7f7aaa89d))
## 0.2.15 (2024-07-02)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/prettier-config",
"version": "0.2.15",
"version": "0.2.16",
"description": "ivuorinen's shareable configuration for Prettier.",
"author": {
"name": "Ismo Vuorinen",
@@ -37,7 +37,7 @@
},
"dependencies": {
"@ivuorinen/config-checker": "^1.1.4",
"prettier": "3.3.2"
"prettier": "3.3.3"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}

View File

@@ -2,6 +2,30 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.2.34](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.2.33...@ivuorinen/stylelint-config@0.2.34) (2024-07-16)
### Bug Fixes
- **deps:** update stylelint to 16.7.0 ([#275](https://github.com/ivuorinen/base-configs/issues/275)) ([b5e55bf](https://github.com/ivuorinen/base-configs/commit/b5e55bf888a926efd9feb3a0a87bf18870457f3b))
## [0.2.33](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.2.32...@ivuorinen/stylelint-config@0.2.33) (2024-07-13)
### Bug Fixes
- **deps:** update stylelint-scss to 6.4.1 ([#274](https://github.com/ivuorinen/base-configs/issues/274)) ([76d8d81](https://github.com/ivuorinen/base-configs/commit/76d8d81fb82f58626c81335240da73d8e95ecea9))
## [0.2.32](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.2.31...@ivuorinen/stylelint-config@0.2.32) (2024-07-13)
### Bug Fixes
- **deps:** update stylelint-config-recommended-scss to 14.1.0 ([#272](https://github.com/ivuorinen/base-configs/issues/272)) ([cc414bc](https://github.com/ivuorinen/base-configs/commit/cc414bc57f1b4fa55aac4c8818ca6f32fe3f5896))
## [0.2.31](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.2.30...@ivuorinen/stylelint-config@0.2.31) (2024-07-13)
### Bug Fixes
- **deps:** update stylelint-scss to 6.4.0 ([#273](https://github.com/ivuorinen/base-configs/issues/273)) ([f1962c8](https://github.com/ivuorinen/base-configs/commit/f1962c835384ad292261fd8187a08f1494c93ccd))
## 0.2.30 (2024-07-02)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/stylelint-config",
"version": "0.2.30",
"version": "0.2.34",
"description": "ivuorinen's shareable configuration for stylelint.",
"author": {
"name": "Ismo Vuorinen",
@@ -39,11 +39,11 @@
"dependencies": {
"@ivuorinen/config-checker": "^1.1.4",
"postcss": "^8.4.2",
"stylelint": "16.6.1",
"stylelint-config-recommended-scss": "14.0.0",
"stylelint": "16.7.0",
"stylelint-config-recommended-scss": "14.1.0",
"stylelint-config-standard": "36.0.1",
"stylelint-order": "6.0.4",
"stylelint-scss": "6.3.2"
"stylelint-scss": "6.4.1"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}

1432
yarn.lock

File diff suppressed because it is too large Load Diff