Compare commits

...

6 Commits

Author SHA1 Message Date
ivuorinen
fc3cfd84df chore(release): publish
- @ivuorinen/eslint-config@0.2.3
2023-07-18 11:16:31 +00:00
renovate[bot]
c175cd85af fix(deps): update dependency eslint to v8.45.0 (#66) 2023-07-18 14:16:11 +03:00
renovate[bot]
c5c855a0d9 chore(release): publish
- @ivuorinen/eslint-config@0.2.2
2023-07-16 20:02:04 +00:00
renovate[bot]
2ba939b2a6 fix(deps): update dependency eslint-plugin-jest to v27.2.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-16 20:01:48 +00:00
ivuorinen
13743c061d chore(release): publish
- @ivuorinen/stylelint-config@0.1.24
2023-07-13 09:32:21 +00:00
dependabot[bot]
2450bf7d1c chore(deps): bump semver in /packages/stylelint-config (#63) 2023-07-13 12:31:47 +03:00
5 changed files with 23 additions and 7 deletions

View File

@@ -2,6 +2,18 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.2.3](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.2.2...@ivuorinen/eslint-config@0.2.3) (2023-07-18)
### Bug Fixes
- **deps:** update dependency eslint to v8.45.0 ([#66](https://github.com/ivuorinen/base-configs/issues/66)) ([c175cd8](https://github.com/ivuorinen/base-configs/commit/c175cd85af6bb13b0edfc2bd39dd1291378e11a4))
## [0.2.2](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.2.1...@ivuorinen/eslint-config@0.2.2) (2023-07-16)
### Bug Fixes
- **deps:** update dependency eslint-plugin-jest to v27.2.3 ([2ba939b](https://github.com/ivuorinen/base-configs/commit/2ba939b2a6395bab0f2d5707abe24c4daa6c3023))
## [0.2.1](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.2.0...@ivuorinen/eslint-config@0.2.1) (2023-07-13)
**Note:** Version bump only for package @ivuorinen/eslint-config

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/eslint-config",
"version": "0.2.1",
"version": "0.2.3",
"description": "ivuorinen's shareable configuration for ESLint.",
"author": {
"name": "Ismo Vuorinen",
@@ -38,10 +38,10 @@
"postinstall": "node scripts/postinstall.js"
},
"dependencies": {
"eslint": "8.44.0",
"eslint": "8.45.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.2",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-n": "16.0.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-sonarjs": "0.19.0"

View File

@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.1.24](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.1.23...@ivuorinen/stylelint-config@0.1.24) (2023-07-13)
**Note:** Version bump only for package @ivuorinen/stylelint-config
## [0.1.23](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.1.22...@ivuorinen/stylelint-config@0.1.23) (2023-07-08)
**Note:** Version bump only for package @ivuorinen/stylelint-config

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/stylelint-config",
"version": "0.1.23",
"version": "0.1.24",
"description": "ivuorinen's shareable configuration for stylelint.",
"author": {
"name": "Ismo Vuorinen",

View File

@@ -882,9 +882,9 @@ run-parallel@^1.1.9:
queue-microtask "^1.2.2"
semver@^7.3.4:
version "7.5.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.0.tgz#ed8c5dc8efb6c629c88b23d41dc9bf40c1d96cd0"
integrity sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==
version "7.5.4"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
dependencies:
lru-cache "^6.0.0"