mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-01-26 18:39:36 +00:00
Compare commits
3 Commits
@ivuorinen
...
@ivuorinen
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4373d6cf14 | ||
|
|
5ea3c41198 | ||
|
|
fbe0662cde |
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4.1.4
|
||||
uses: actions/checkout@v4.1.5
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
|
||||
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.4
|
||||
uses: actions/checkout@v4.1.5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
## [1.1.81](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.80...@ivuorinen/base-configs@1.1.81) (2024-05-10)
|
||||
|
||||
**Note:** Version bump only for package @ivuorinen/base-configs
|
||||
|
||||
## [1.1.80](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.79...@ivuorinen/base-configs@1.1.80) (2024-05-07)
|
||||
|
||||
**Note:** Version bump only for package @ivuorinen/base-configs
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ivuorinen/base-configs",
|
||||
"version": "1.1.80",
|
||||
"version": "1.1.81",
|
||||
"description": "ivuorinen's shareable configurations meta package",
|
||||
"author": {
|
||||
"name": "Ismo Vuorinen",
|
||||
@@ -29,7 +29,7 @@
|
||||
"dependencies": {
|
||||
"@ivuorinen/browserslist-config": "^0.2.6",
|
||||
"@ivuorinen/commitlint-config": "^0.2.21",
|
||||
"@ivuorinen/eslint-config": "^0.4.33",
|
||||
"@ivuorinen/eslint-config": "^0.4.34",
|
||||
"@ivuorinen/markdownlint-config": "^0.2.6",
|
||||
"@ivuorinen/prettier-config": "^0.2.10",
|
||||
"@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.
|
||||
|
||||
## [0.4.34](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.33...@ivuorinen/eslint-config@0.4.34) (2024-05-10)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **deps:** update dependency eslint-plugin-sonarjs to v1.0.3 ([5ea3c41](https://github.com/ivuorinen/base-configs/commit/5ea3c411984896554a54e8690a6a2efa9e3d7097))
|
||||
|
||||
## [0.4.33](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.32...@ivuorinen/eslint-config@0.4.33) (2024-05-07)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ivuorinen/eslint-config",
|
||||
"version": "0.4.33",
|
||||
"version": "0.4.34",
|
||||
"description": "ivuorinen's shareable configuration for ESLint.",
|
||||
"author": {
|
||||
"name": "Ismo Vuorinen",
|
||||
@@ -44,7 +44,7 @@
|
||||
"eslint-plugin-jest": "28.5.0",
|
||||
"eslint-plugin-n": "17.4.0",
|
||||
"eslint-plugin-promise": "6.1.1",
|
||||
"eslint-plugin-sonarjs": "1.0.0"
|
||||
"eslint-plugin-sonarjs": "1.0.3"
|
||||
},
|
||||
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user