mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-01-29 19:40:43 +00:00
Compare commits
2 Commits
@ivuorinen
...
@ivuorinen
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bff247d141 | ||
|
|
4cee9fb75a |
@@ -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.78](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.77...@ivuorinen/base-configs@1.1.78) (2024-05-06)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @ivuorinen/base-configs
|
||||||
|
|
||||||
## [1.1.77](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.76...@ivuorinen/base-configs@1.1.77) (2024-05-05)
|
## [1.1.77](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.76...@ivuorinen/base-configs@1.1.77) (2024-05-05)
|
||||||
|
|
||||||
**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.77",
|
"version": "1.1.78",
|
||||||
"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.6",
|
"@ivuorinen/browserslist-config": "^0.2.6",
|
||||||
"@ivuorinen/commitlint-config": "^0.2.21",
|
"@ivuorinen/commitlint-config": "^0.2.21",
|
||||||
"@ivuorinen/eslint-config": "^0.4.30",
|
"@ivuorinen/eslint-config": "^0.4.31",
|
||||||
"@ivuorinen/markdownlint-config": "^0.2.6",
|
"@ivuorinen/markdownlint-config": "^0.2.6",
|
||||||
"@ivuorinen/prettier-config": "^0.2.10",
|
"@ivuorinen/prettier-config": "^0.2.10",
|
||||||
"@ivuorinen/semantic-release-config": "^0.2.20"
|
"@ivuorinen/semantic-release-config": "^0.2.20"
|
||||||
|
|||||||
@@ -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.31](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.30...@ivuorinen/eslint-config@0.4.31) (2024-05-06)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- **deps:** update dependency eslint-plugin-jest to v28.4.0 ([#239](https://github.com/ivuorinen/base-configs/issues/239)) ([4cee9fb](https://github.com/ivuorinen/base-configs/commit/4cee9fb75ac1eefc240c23c79ff78ff6086942ad))
|
||||||
|
|
||||||
## [0.4.30](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.29...@ivuorinen/eslint-config@0.4.30) (2024-05-05)
|
## [0.4.30](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.29...@ivuorinen/eslint-config@0.4.30) (2024-05-05)
|
||||||
|
|
||||||
**Note:** Version bump only for package @ivuorinen/eslint-config
|
**Note:** Version bump only for package @ivuorinen/eslint-config
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ivuorinen/eslint-config",
|
"name": "@ivuorinen/eslint-config",
|
||||||
"version": "0.4.30",
|
"version": "0.4.31",
|
||||||
"description": "ivuorinen's shareable configuration for ESLint.",
|
"description": "ivuorinen's shareable configuration for ESLint.",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Ismo Vuorinen",
|
"name": "Ismo Vuorinen",
|
||||||
@@ -41,7 +41,7 @@
|
|||||||
"eslint-config-prettier": "^9.0.0",
|
"eslint-config-prettier": "^9.0.0",
|
||||||
"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.3.0",
|
"eslint-plugin-jest": "28.4.0",
|
||||||
"eslint-plugin-n": "17.4.0",
|
"eslint-plugin-n": "17.4.0",
|
||||||
"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