Compare commits

...

10 Commits

Author SHA1 Message Date
ivuorinen
346fe10b42 chore(release): publish
- @ivuorinen/base-configs@1.1.34
 - @ivuorinen/prettier-config@0.2.5
2024-01-16 09:24:40 +00:00
renovate[bot]
178b77f007 fix(deps): update dependency prettier to v3.2.1 (#172)
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-01-16 11:24:11 +02:00
renovate[bot]
0381fbaa3f chore(release): publish
- @ivuorinen/base-configs@1.1.33
 - @ivuorinen/eslint-config@0.4.16
2024-01-16 01:20:02 +00:00
renovate[bot]
707d60a214 fix(deps): update dependency eslint-plugin-jest to v27.6.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-16 01:19:29 +00:00
renovate[bot]
2beab11492 chore(release): publish
- @ivuorinen/base-configs@1.1.32
 - @ivuorinen/eslint-config@0.4.15
2024-01-13 14:05:34 +00:00
renovate[bot]
87bf28c48c fix(deps): update dependency eslint-plugin-jest to v27.6.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-13 14:05:04 +00:00
renovate[bot]
354b75c254 chore(release): publish
- @ivuorinen/base-configs@1.1.31
 - @ivuorinen/eslint-config@0.4.14
2024-01-13 03:03:25 +00:00
renovate[bot]
2c7b3ebc0a fix(deps): update dependency eslint-plugin-n to v16.6.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-13 03:02:52 +00:00
renovate[bot]
6d34da1f31 chore(deps): update actions/cache action to v3.3.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-12 05:07:03 +00:00
dependabot[bot]
cb81b2ca32 chore(deps): bump follow-redirects from 1.15.3 to 1.15.4 (#167) 2024-01-11 11:17:38 +02:00
10 changed files with 64 additions and 24 deletions

View File

@@ -30,7 +30,7 @@ jobs:
scope: '@ivuorinen'
- name: Cache Node Modules
uses: actions/cache@v3.3.2
uses: actions/cache@v3.3.3
id: cache
with:
path: node_modules

View File

@@ -2,6 +2,22 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.1.34](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.33...@ivuorinen/base-configs@1.1.34) (2024-01-16)
**Note:** Version bump only for package @ivuorinen/base-configs
## [1.1.33](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.32...@ivuorinen/base-configs@1.1.33) (2024-01-16)
**Note:** Version bump only for package @ivuorinen/base-configs
## [1.1.32](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.31...@ivuorinen/base-configs@1.1.32) (2024-01-13)
**Note:** Version bump only for package @ivuorinen/base-configs
## [1.1.31](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.30...@ivuorinen/base-configs@1.1.31) (2024-01-13)
**Note:** Version bump only for package @ivuorinen/base-configs
## [1.1.30](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.29...@ivuorinen/base-configs@1.1.30) (2024-01-07)
**Note:** Version bump only for package @ivuorinen/base-configs

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/base-configs",
"version": "1.1.30",
"version": "1.1.34",
"description": "ivuorinen's shareable configurations meta package",
"author": {
"name": "Ismo Vuorinen",
@@ -29,9 +29,9 @@
"dependencies": {
"@ivuorinen/browserslist-config": "^0.2.3",
"@ivuorinen/commitlint-config": "^0.2.9",
"@ivuorinen/eslint-config": "^0.4.13",
"@ivuorinen/eslint-config": "^0.4.16",
"@ivuorinen/markdownlint-config": "^0.2.3",
"@ivuorinen/prettier-config": "^0.2.4",
"@ivuorinen/prettier-config": "^0.2.5",
"@ivuorinen/semantic-release-config": "^0.2.9"
}
}

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.16](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.15...@ivuorinen/eslint-config@0.4.16) (2024-01-16)
### Bug Fixes
- **deps:** update dependency eslint-plugin-jest to v27.6.3 ([707d60a](https://github.com/ivuorinen/base-configs/commit/707d60a2140f584fe0aef3f9235554af7bf05bbc))
## [0.4.15](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.14...@ivuorinen/eslint-config@0.4.15) (2024-01-13)
### Bug Fixes
- **deps:** update dependency eslint-plugin-jest to v27.6.2 ([87bf28c](https://github.com/ivuorinen/base-configs/commit/87bf28c48c7313197f7f309fd6954e84ce41c7dc))
## [0.4.14](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.13...@ivuorinen/eslint-config@0.4.14) (2024-01-13)
### Bug Fixes
- **deps:** update dependency eslint-plugin-n to v16.6.2 ([2c7b3eb](https://github.com/ivuorinen/base-configs/commit/2c7b3ebc0a83ce1815316e065200c4f9cca1138f))
## [0.4.13](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.12...@ivuorinen/eslint-config@0.4.13) (2024-01-05)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/eslint-config",
"version": "0.4.13",
"version": "0.4.16",
"description": "ivuorinen's shareable configuration for ESLint.",
"author": {
"name": "Ismo Vuorinen",
@@ -41,8 +41,8 @@
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.6.1",
"eslint-plugin-n": "16.6.1",
"eslint-plugin-jest": "27.6.3",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-sonarjs": "0.23.0"
},

View File

@@ -538,17 +538,17 @@ eslint-plugin-import@2.29.1:
semver "^6.3.1"
tsconfig-paths "^3.15.0"
eslint-plugin-jest@27.6.1:
version "27.6.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.6.1.tgz#5e43b07f3ca48d72e4b4fa243531e5153d9ca1dc"
integrity sha512-WEYkyVXD9NlmFBKvrkmzrC+C9yZoz5pAml2hO19PlS3spJtoiwj4p2u8spd/7zx5IvRsZsCmsoImaAvBB9X93Q==
eslint-plugin-jest@27.6.3:
version "27.6.3"
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.6.3.tgz#8acb8b1e45597fe1f4d4cf25163d90119efc12be"
integrity sha512-+YsJFVH6R+tOiO3gCJon5oqn4KWc+mDq2leudk8mrp8RFubLOo9CVyi3cib4L7XMpxExmkmBZQTPDYVBzgpgOA==
dependencies:
"@typescript-eslint/utils" "^5.10.0"
eslint-plugin-n@16.6.1:
version "16.6.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-16.6.1.tgz#b16e0033bc9ce592b1c3512cb1cee24f84ecb5ae"
integrity sha512-M1kE5bVQRLBMDYRZwDhWzlzbp370SRRRC1MHqq4I3L2Tatey+9/2csc5mwLDPlmhJaDvkojbrNUME5/llpRyDg==
eslint-plugin-n@16.6.2:
version "16.6.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-16.6.2.tgz#6a60a1a376870064c906742272074d5d0b412b0b"
integrity sha512-6TyDmZ1HXoFQXnhCTUjVFULReoBPOAjpuiKELMkeP40yffI/1ZRO+d9ug/VC6fqISo2WkuIBk3cvuRPALaWlOQ==
dependencies:
"@eslint-community/eslint-utils" "^4.4.0"
builtins "^5.0.1"

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.5](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/prettier-config@0.2.4...@ivuorinen/prettier-config@0.2.5) (2024-01-16)
### Bug Fixes
- **deps:** update dependency prettier to v3.2.1 ([#172](https://github.com/ivuorinen/base-configs/issues/172)) ([178b77f](https://github.com/ivuorinen/base-configs/commit/178b77f0076aa13b5a19b9a382c33d19b2db5fa9))
## [0.2.4](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/prettier-config@0.2.3...@ivuorinen/prettier-config@0.2.4) (2023-12-15)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/prettier-config",
"version": "0.2.4",
"version": "0.2.5",
"description": "ivuorinen's shareable configuration for Prettier.",
"author": {
"name": "Ismo Vuorinen",
@@ -37,7 +37,7 @@
},
"dependencies": {
"@ivuorinen/config-checker": "^1.1.2",
"prettier": "3.1.1"
"prettier": "3.2.1"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}

View File

@@ -7,7 +7,7 @@
resolved "https://registry.yarnpkg.com/@ivuorinen/config-checker/-/config-checker-1.1.2.tgz#1a7c4dd683129532998f5b682cd95e4daf176acf"
integrity sha512-Gb1o2jM0ZqKUa0UTk6yTDbEnC9xGT104EzL0q4x0dW8fLFFQNTp4NrWmpUS90He5m0GNcN5QBo7QPZdGlwUz1Q==
prettier@3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.1.tgz#6ba9f23165d690b6cbdaa88cb0807278f7019848"
integrity sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==
prettier@3.2.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.1.tgz#babf33580e16c796a9740b9fae551624f7bfeaab"
integrity sha512-qSUWshj1IobVbKc226Gw2pync27t0Kf0EdufZa9j7uBSJay1CC+B3K5lAAZoqgX3ASiKuWsk6OmzKRetXNObWg==

View File

@@ -2342,9 +2342,9 @@ flatted@^3.2.9:
integrity sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==
follow-redirects@^1.15.0:
version "1.15.3"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a"
integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==
version "1.15.4"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.4.tgz#cdc7d308bf6493126b17ea2191ea0ccf3e535adf"
integrity sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==
for-each@^0.3.3:
version "0.3.3"