Compare commits

...

15 Commits

Author SHA1 Message Date
ivuorinen
ebf6c8632b chore(release): publish
- @ivuorinen/base-configs@1.1.64
 - @ivuorinen/eslint-config@0.4.22
2024-04-12 05:47:37 +00:00
renovate[bot]
28c385ecbd fix(deps): update dependency eslint-plugin-n to v17 (#221) 2024-04-12 08:47:05 +03:00
renovate[bot]
b01dc7c19d fix(deps): update dependency eslint-plugin-jest to v28 (#220) 2024-04-12 08:44:54 +03:00
renovate[bot]
2ff60f5938 chore(deps): update dependency eslint-plugin-unicorn to v52 (#217) 2024-04-07 23:08:02 +03:00
ivuorinen
fa49040970 chore(release): publish
- @ivuorinen/base-configs@1.1.63
 - @ivuorinen/eslint-config@0.4.21
2024-04-07 20:07:53 +00:00
renovate[bot]
803949390e fix(deps): update dependency eslint-plugin-sonarjs to v0.25.1 (#216) 2024-04-07 23:07:15 +03:00
renovate[bot]
1fdb02a66d chore(release): publish
- @ivuorinen/base-configs@1.1.62
 - @ivuorinen/semantic-release-config@0.2.18
2024-04-06 23:02:04 +00:00
renovate[bot]
9e6929eb6b fix(deps): update dependency semantic-release to v23.0.7
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-06 23:01:25 +00:00
ivuorinen
a8be793ccd chore(release): publish
- @ivuorinen/base-configs@1.1.61
 - @ivuorinen/eslint-config@0.4.20
2024-03-31 21:17:05 +00:00
renovate[bot]
21fddabb15 fix(deps): update dependency eslint-plugin-sonarjs to v0.25.0 (#215)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-01 00:16:31 +03:00
renovate[bot]
b8fd3dca38 chore(release): publish
- @ivuorinen/stylelint-config@0.2.20
2024-03-30 01:13:10 +00:00
renovate[bot]
dd8dcd2b7d fix(deps): update dependency stylelint to v16.3.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-30 01:12:35 +00:00
6b58212de8 chore(docs): readme tweaks and cleanup 2024-03-28 07:21:56 +02:00
8ceee3e908 chore(workflows): bump publish.yml node to 20 2024-03-28 07:01:25 +02:00
7d9d749425 feat(npm): testing workspaces 2024-03-28 06:58:49 +02:00
17 changed files with 2644 additions and 872 deletions

View File

@@ -25,7 +25,7 @@ jobs:
uses: actions/setup-node@v4.0.2
with:
always-auth: true
node-version: 18
node-version: 20
registry-url: 'https://registry.npmjs.org'
scope: '@ivuorinen'

View File

@@ -35,6 +35,9 @@
"type": "git",
"url": "https://github.com/ivuorinen/base-configs.git"
},
"workspaces": [
"packages/*"
],
"scripts": {
"deps:dedupe": "lernaupdate --dedupe",
"deps:update": "lernaupdate",
@@ -57,12 +60,11 @@
"eslint-config-standard": "^17.0.0",
"eslint-formatter-pretty": "^6.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-sonarjs": "^0.24.0",
"eslint-plugin-unicorn": "^51.0.0",
"eslint-plugin-sonarjs": "^0.25.0",
"eslint-plugin-unicorn": "^52.0.0",
"lerna": "^8.0.0",
"lerna-update-wizard": "^1.1.2",
"markdownlint-cli": "^0.39.0",

View File

@@ -2,6 +2,22 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.1.64](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.63...@ivuorinen/base-configs@1.1.64) (2024-04-12)
**Note:** Version bump only for package @ivuorinen/base-configs
## [1.1.63](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.62...@ivuorinen/base-configs@1.1.63) (2024-04-07)
**Note:** Version bump only for package @ivuorinen/base-configs
## [1.1.62](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.61...@ivuorinen/base-configs@1.1.62) (2024-04-06)
**Note:** Version bump only for package @ivuorinen/base-configs
## [1.1.61](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.60...@ivuorinen/base-configs@1.1.61) (2024-03-31)
**Note:** Version bump only for package @ivuorinen/base-configs
## [1.1.60](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.59...@ivuorinen/base-configs@1.1.60) (2024-03-28)
**Note:** Version bump only for package @ivuorinen/base-configs

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/base-configs",
"version": "1.1.60",
"version": "1.1.64",
"description": "ivuorinen's shareable configurations meta package",
"author": {
"name": "Ismo Vuorinen",
@@ -29,9 +29,9 @@
"dependencies": {
"@ivuorinen/browserslist-config": "^0.2.5",
"@ivuorinen/commitlint-config": "^0.2.17",
"@ivuorinen/eslint-config": "^0.4.19",
"@ivuorinen/eslint-config": "^0.4.22",
"@ivuorinen/markdownlint-config": "^0.2.4",
"@ivuorinen/prettier-config": "^0.2.9",
"@ivuorinen/semantic-release-config": "^0.2.17"
"@ivuorinen/semantic-release-config": "^0.2.18"
}
}

View File

@@ -7,8 +7,6 @@
## Table of Contents <!-- omit in toc -->
- [Supported Browsers](#supported-browsers)
- [Desktop Browsers](#desktop-browsers)
- [Mobile Browsers](#mobile-browsers)
- [Installation](#installation)
- [Documentations](#documentations)
- [Contributing](#contributing)
@@ -17,19 +15,9 @@
## Supported Browsers
### Desktop Browsers
> 'defaults and fully supports es6-module', 'maintained node versions'
| [![Chrome][chrome-image]][browsers-badges-link] | [![Edge][edge-image]][browsers-badges-link] | [![Firefox][firefox-image]][browsers-badges-link] | [![Opera][opera-image]][browsers-badges-link] | [![Safari][safari-image]][browsers-badges-link] |
| :---------------------------------------------: | :-----------------------------------------: | :-----------------------------------------------: | :-------------------------------------------: | :---------------------------------------------: |
| Chrome | Edge | Firefox | Opera | Safari |
| >= 60 | last 2 | >= 60 | last 2 | >= 12 |
### Mobile Browsers
| [![Android WebView][android-webview-image]][browsers-badges-link] | [![Chrome][chrome-image]][browsers-badges-link] | [![Firefox][firefox-image]][browsers-badges-link] | [![Opera Mini][opera-mini-image]][browsers-badges-link] | [![Safari iOS][safari-ios-image]][browsers-badges-link] | [![Samsung Internet][samsung-internet-image]][browsers-badges-link] | [![UC][uc-image]][browsers-badges-link] |
| :---------------------------------------------------------------: | :---------------------------------------------: | :-----------------------------------------------: | :-----------------------------------------------------: | :-----------------------------------------------------: | :-----------------------------------------------------------------: | :-------------------------------------: |
| Android WebView | Chrome | Firefox | Opera Mini | Safari iOS | Samsung Internet | UC |
| last 2 | last 2 | last 2 | last 2 | >= 12 | last 2 | last 2 |
See the up to date list of supported browsers in the [Browserslist docs](https://browsersl.ist/#q=%22browserslist%22%3A+%5B%0A++%22defaults+and+fully+supports+es6-module%22%2C%0A++%22maintained+node+versions%22%0A%5D).
## Installation
@@ -77,14 +65,3 @@ Distributed under the MIT License. See [LICENSE][license-link] for more informat
[pull-request-link]: https://github.com/ivuorinen/base-configs/pulls
[style-badge]: https://img.shields.io/badge/code_style-ivuorinen%E2%80%99s-663399.svg?labelColor=292a44&style=flat-square
[style-link]: https://github.com/ivuorinen/base-configs
[browsers-badges-link]: https://github.com/alrra/browser-logos
[android-webview-image]: https://raw.githubusercontent.com/alrra/browser-logos/main/src/android-webview/android-webview_48x48.png
[chrome-image]: https://raw.githubusercontent.com/alrra/browser-logos/main/src/chrome/chrome_48x48.png
[edge-image]: https://raw.githubusercontent.com/alrra/browser-logos/main/src/edge/edge_48x48.png
[firefox-image]: https://raw.githubusercontent.com/alrra/browser-logos/main/src/firefox/firefox_48x48.png
[opera-image]: https://raw.githubusercontent.com/alrra/browser-logos/main/src/opera/opera_48x48.png
[opera-mini-image]: https://raw.githubusercontent.com/alrra/browser-logos/main/src/opera-mini/opera-mini_48x48.png
[safari-image]: https://raw.githubusercontent.com/alrra/browser-logos/main/src/safari/safari_48x48.png
[safari-ios-image]: https://raw.githubusercontent.com/alrra/browser-logos/main/src/safari-ios/safari-ios_48x48.png
[samsung-internet-image]: https://raw.githubusercontent.com/alrra/browser-logos/main/src/samsung-internet/samsung-internet_48x48.png
[uc-image]: https://raw.githubusercontent.com/alrra/browser-logos/main/src/uc/uc_48x48.png

View File

@@ -2,6 +2,25 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.4.22](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.21...@ivuorinen/eslint-config@0.4.22) (2024-04-12)
### Bug Fixes
- **deps:** update dependency eslint-plugin-jest to v28 ([#220](https://github.com/ivuorinen/base-configs/issues/220)) ([b01dc7c](https://github.com/ivuorinen/base-configs/commit/b01dc7c19d0e7a7b0c24ef93df716a72cad25226))
- **deps:** update dependency eslint-plugin-n to v17 ([#221](https://github.com/ivuorinen/base-configs/issues/221)) ([28c385e](https://github.com/ivuorinen/base-configs/commit/28c385ecbdb0f806820d75c94f32a2ce321b9687))
## [0.4.21](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.20...@ivuorinen/eslint-config@0.4.21) (2024-04-07)
### Bug Fixes
- **deps:** update dependency eslint-plugin-sonarjs to v0.25.1 ([#216](https://github.com/ivuorinen/base-configs/issues/216)) ([8039493](https://github.com/ivuorinen/base-configs/commit/803949390e5057680c0816937d3f43bb7a71ced1))
## [0.4.20](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.19...@ivuorinen/eslint-config@0.4.20) (2024-03-31)
### Bug Fixes
- **deps:** update dependency eslint-plugin-sonarjs to v0.25.0 ([#215](https://github.com/ivuorinen/base-configs/issues/215)) ([21fddab](https://github.com/ivuorinen/base-configs/commit/21fddabb15068ec11f16ecc34097a9c6ac3f9e95))
## [0.4.19](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.18...@ivuorinen/eslint-config@0.4.19) (2024-02-27)
### Bug Fixes

View File

@@ -1,8 +1,6 @@
# @ivuorinen/eslint-config <!-- omit in toc -->
[![npm package][npm-badge]][npm-link]
[![license MIT][license-badge]][license-link]
[![ivuorinen's Code Style][style-badge]][style-link]
[![npm package][npm-badge]][npm-link] [![license MIT][license-badge]][license-link] [![ivuorinen's Code Style][style-badge]][style-link]
> ivuorinen's shareable configuration for [`ESLint`][eslint-link].
@@ -76,5 +74,4 @@ Distributed under the MIT License. See [LICENSE][license-link] for more informat
[pull-request-link]: https://github.com/ivuorinen/base-configs/pulls
[style-badge]: https://img.shields.io/badge/code_style-ivuorinen%E2%80%99s-663399.svg?labelColor=292a44&style=flat-square
[style-link]: https://github.com/ivuorinen/base-configs
[jest-link]: https://jestjs.io

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/eslint-config",
"version": "0.4.19",
"version": "0.4.22",
"description": "ivuorinen's shareable configuration for ESLint.",
"author": {
"name": "Ismo Vuorinen",
@@ -41,10 +41,10 @@
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-jest": "28.2.0",
"eslint-plugin-n": "17.0.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-sonarjs": "0.24.0"
"eslint-plugin-sonarjs": "0.25.1"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}

View File

@@ -1,8 +1,6 @@
# @ivuorinen/markdownlint-config <!-- omit in toc -->
[![npm package][npm-badge]][npm-link]
[![license MIT][license-badge]][license-link]
[![code style][style-badge]][style-link]
[![npm package][npm-badge]][npm-link] [![license MIT][license-badge]][license-link] [![code style][style-badge]][style-link]
> ivuorinen's shareable configuration for [`MarkdownLint`][markdownlint-link].

View File

@@ -1,8 +1,6 @@
# @ivuorinen/prettier-config <!-- omit in toc -->
[![npm package][npm-badge]][npm-link]
[![license MIT][license-badge]][license-link]
[![ivuorinen's Code Style][style-badge]][style-link]
[![npm package][npm-badge]][npm-link] [![license MIT][license-badge]][license-link] [![ivuorinen's Code Style][style-badge]][style-link]
> ivuorinen's shareable configuration for [`Prettier`][prettier-link].
@@ -37,8 +35,7 @@ After installing it, a _`.prettierrc.json`_ file will be created automatically i
> ```js
> module.exports = {
> ...require('@ivuorinen/prettier-config'),
>
> // Add custom options bellow:
> // Add custom options below:
> semi: true
> }
> ```

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.2.18](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.2.17...@ivuorinen/semantic-release-config@0.2.18) (2024-04-06)
### Bug Fixes
- **deps:** update dependency semantic-release to v23.0.7 ([9e6929e](https://github.com/ivuorinen/base-configs/commit/9e6929eb6b42dccb267a48267c07f9798ae234fd))
## [0.2.17](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.2.16...@ivuorinen/semantic-release-config@0.2.17) (2024-03-28)
### Bug Fixes

View File

@@ -1,8 +1,6 @@
# @ivuorinen/semantic-release-config <!-- omit in toc -->
[![npm package][npm-badge]][npm-link]
[![license MIT][license-badge]][license-link]
[![ivuorinen's Code Style][style-badge]][style-link]
[![npm package][npm-badge]][npm-link] [![license MIT][license-badge]][license-link] [![ivuorinen's Code Style][style-badge]][style-link]
> ivuorinen's shareable configuration for [`semantic-release`][semantic-release-link].
@@ -82,8 +80,8 @@ jobs:
uses: actions/setup-node@v2.1.5
with:
always-auth: true
node-version: 14
registry-url: "https://registry.npmjs.org"
node-version: 20
registry-url: 'https://registry.npmjs.org'
- name: Install Dependencies with Caching
uses: bahmutov/npm-install@v1.6.0

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/semantic-release-config",
"version": "0.2.17",
"version": "0.2.18",
"description": "ivuorinen's shareable configuration for semantic-release.",
"author": {
"name": "Ismo Vuorinen",
@@ -39,7 +39,7 @@
"@ivuorinen/config-checker": "^1.1.2",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"semantic-release": "23.0.6"
"semantic-release": "23.0.7"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}

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.2.20](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.2.19...@ivuorinen/stylelint-config@0.2.20) (2024-03-30)
### Bug Fixes
- **deps:** update dependency stylelint to v16.3.1 ([dd8dcd2](https://github.com/ivuorinen/base-configs/commit/dd8dcd2b7d8e14c7cb5d434df88ac4dc3cfca3fa))
## [0.2.19](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.2.18...@ivuorinen/stylelint-config@0.2.19) (2024-03-27)
### Bug Fixes

View File

@@ -1,8 +1,6 @@
# @ivuorinen/stylelint-config <!-- omit in toc -->
[![npm package][npm-badge]][npm-link]
[![license MIT][license-badge]][license-link]
[![ivuorinen's Code Style][style-badge]][style-link]
[![npm package][npm-badge]][npm-link] [![license MIT][license-badge]][license-link] [![ivuorinen's Code Style][style-badge]][style-link]
> ivuorinen's shareable configuration for [`stylelint`][stylelint-link].
@@ -74,7 +72,6 @@ The defined rules can be modified by adding other configurations, plugins or cus
]
}
}
```
## Documentations

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/stylelint-config",
"version": "0.2.19",
"version": "0.2.20",
"description": "ivuorinen's shareable configuration for stylelint.",
"author": {
"name": "Ismo Vuorinen",
@@ -39,7 +39,7 @@
"dependencies": {
"@ivuorinen/config-checker": "^1.1.2",
"postcss": "^8.4.2",
"stylelint": "16.3.0",
"stylelint": "16.3.1",
"stylelint-config-recommended-scss": "14.0.0",
"stylelint-config-standard": "36.0.0",
"stylelint-order": "6.0.4",

3379
yarn.lock

File diff suppressed because it is too large Load Diff