mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-01-29 22:40:46 +00:00
Compare commits
2 Commits
@ivuorinen
...
@ivuorinen
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bcfe1af5df | ||
|
|
50fa8cf2d3 |
@@ -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.
|
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [1.1.69](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.68...@ivuorinen/base-configs@1.1.69) (2024-04-19)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @ivuorinen/base-configs
|
||||||
|
|
||||||
## [1.1.68](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.67...@ivuorinen/base-configs@1.1.68) (2024-04-18)
|
## [1.1.68](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.67...@ivuorinen/base-configs@1.1.68) (2024-04-18)
|
||||||
|
|
||||||
**Note:** Version bump only for package @ivuorinen/base-configs
|
**Note:** Version bump only for package @ivuorinen/base-configs
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ivuorinen/base-configs",
|
"name": "@ivuorinen/base-configs",
|
||||||
"version": "1.1.68",
|
"version": "1.1.69",
|
||||||
"description": "ivuorinen's shareable configurations meta package",
|
"description": "ivuorinen's shareable configurations meta package",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Ismo Vuorinen",
|
"name": "Ismo Vuorinen",
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ivuorinen/browserslist-config": "^0.2.5",
|
"@ivuorinen/browserslist-config": "^0.2.5",
|
||||||
"@ivuorinen/commitlint-config": "^0.2.19",
|
"@ivuorinen/commitlint-config": "^0.2.19",
|
||||||
"@ivuorinen/eslint-config": "^0.4.23",
|
"@ivuorinen/eslint-config": "^0.4.24",
|
||||||
"@ivuorinen/markdownlint-config": "^0.2.4",
|
"@ivuorinen/markdownlint-config": "^0.2.4",
|
||||||
"@ivuorinen/prettier-config": "^0.2.9",
|
"@ivuorinen/prettier-config": "^0.2.9",
|
||||||
"@ivuorinen/semantic-release-config": "^0.2.19"
|
"@ivuorinen/semantic-release-config": "^0.2.19"
|
||||||
|
|||||||
@@ -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.
|
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [0.4.24](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.23...@ivuorinen/eslint-config@0.4.24) (2024-04-19)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- **deps:** update dependency eslint-plugin-n to v17.2.1 ([50fa8cf](https://github.com/ivuorinen/base-configs/commit/50fa8cf2d307fd71bbf321c0f0323572c3d7bbf3))
|
||||||
|
|
||||||
## [0.4.23](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.22...@ivuorinen/eslint-config@0.4.23) (2024-04-13)
|
## [0.4.23](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.22...@ivuorinen/eslint-config@0.4.23) (2024-04-13)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ivuorinen/eslint-config",
|
"name": "@ivuorinen/eslint-config",
|
||||||
"version": "0.4.23",
|
"version": "0.4.24",
|
||||||
"description": "ivuorinen's shareable configuration for ESLint.",
|
"description": "ivuorinen's shareable configuration for ESLint.",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Ismo Vuorinen",
|
"name": "Ismo Vuorinen",
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
"eslint-config-standard": "17.1.0",
|
"eslint-config-standard": "17.1.0",
|
||||||
"eslint-plugin-import": "2.29.1",
|
"eslint-plugin-import": "2.29.1",
|
||||||
"eslint-plugin-jest": "28.2.0",
|
"eslint-plugin-jest": "28.2.0",
|
||||||
"eslint-plugin-n": "17.2.0",
|
"eslint-plugin-n": "17.2.1",
|
||||||
"eslint-plugin-promise": "6.1.1",
|
"eslint-plugin-promise": "6.1.1",
|
||||||
"eslint-plugin-sonarjs": "0.25.1"
|
"eslint-plugin-sonarjs": "0.25.1"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user