Compare commits

..

2 Commits

Author SHA1 Message Date
ivuorinen
fe6d36c906 chore(release): publish
- @ivuorinen/base-configs@2.0.1
 - @ivuorinen/eslint-config@0.5.1
2024-08-26 19:09:30 +00:00
renovate[bot]
987baa6272 fix(deps): update eslint-plugin-sonarjs to 2.0.0 (#289) 2024-08-26 22:08:47 +03:00
6 changed files with 1849 additions and 43 deletions

View File

@@ -64,7 +64,7 @@
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^7.0.0",
"eslint-plugin-sonarjs": "^1.0.0",
"eslint-plugin-sonarjs": "^2.0.0",
"eslint-plugin-unicorn": "^55.0.0",
"lerna": "^8.0.0",
"lerna-update-wizard": "^1.1.2",

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.
## [2.0.1](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.0...@ivuorinen/base-configs@2.0.1) (2024-08-26)
**Note:** Version bump only for package @ivuorinen/base-configs
# [2.0.0](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.106...@ivuorinen/base-configs@2.0.0) (2024-08-21)
- feat!: module & commonjs in base-configs ([02e4f47](https://github.com/ivuorinen/base-configs/commit/02e4f4779c79e5e179b3fb31b9a642d9ec96f862))

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/base-configs",
"version": "2.0.0",
"version": "2.0.1",
"type": "module",
"description": "ivuorinen's shareable configurations meta package",
"author": {
@@ -30,7 +30,7 @@
"dependencies": {
"@ivuorinen/browserslist-config": "^0.3.0",
"@ivuorinen/commitlint-config": "^0.3.0",
"@ivuorinen/eslint-config": "^0.5.0",
"@ivuorinen/eslint-config": "^0.5.1",
"@ivuorinen/markdownlint-config": "^0.3.0",
"@ivuorinen/prettier-config": "^0.3.0",
"@ivuorinen/semantic-release-config": "^0.3.0"

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.5.1](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.5.0...@ivuorinen/eslint-config@0.5.1) (2024-08-26)
### Bug Fixes
- **deps:** update eslint-plugin-sonarjs to 2.0.0 ([#289](https://github.com/ivuorinen/base-configs/issues/289)) ([987baa6](https://github.com/ivuorinen/base-configs/commit/987baa6272b68aaab4aa34ca86892c1dd06fea77))
# [0.5.0](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.48...@ivuorinen/eslint-config@0.5.0) (2024-08-21)
- feat!: upgrade to eslint 9, update configs ([ad9ed82](https://github.com/ivuorinen/base-configs/commit/ad9ed820d606e7fe484b7b5f553b5dc13277f037))

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/eslint-config",
"version": "0.5.0",
"version": "0.5.1",
"description": "ivuorinen's shareable configuration for ESLint.",
"author": {
"name": "Ismo Vuorinen",
@@ -60,7 +60,7 @@
"eslint-plugin-jest": "^28",
"eslint-plugin-n": "^17",
"eslint-plugin-promise": "^7",
"eslint-plugin-sonarjs": "^1",
"eslint-plugin-sonarjs": "^2.0.0",
"globals": "^15.9.0"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"

1872
yarn.lock

File diff suppressed because it is too large Load Diff