linter-bundle 3.1.0 → 3.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -6,14 +6,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
- [Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v3.1.0...HEAD)
9
+ [Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v3.2.0...HEAD)
10
+
11
+ ## [3.2.0] - 2023-06-06
12
+
13
+ ### Changed
14
+
15
+ - [eslint] Updated `@typescript-eslint` from `5.59.8` to `5.59.9`
16
+ - [stylelint] Updated `stylelint` from `15.6.3` to `15.7.0`
17
+
18
+ [Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v3.1.0...v3.2.0)
10
19
 
11
20
  ## [3.1.0] - 2023-06-05
12
21
 
13
22
  ### Changed
14
23
 
15
24
  - [eslint] Disabled [`unicorn/prefer-blob-reading-methods`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-blob-reading-methods.md) rule, as it's not widely supported yet
16
- - [eslint] Updated `@typescript-eslint/utils` from `5.59.6` to `5.59.8`
25
+ - [eslint] Updated `@typescript-eslint` from `5.59.6` to `5.59.8`
17
26
  - [eslint] Updated `eslint` from `8.40.0` to `8.42.0`
18
27
  - [eslint] Updated `eslint-plugin-jsdoc` from `44.2.4` to `46.2.4`
19
28
  - [stylelint] Updated `stylelint` from `15.6.1` to `15.6.3`
@@ -47,7 +56,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
47
56
 
48
57
  ### Changed
49
58
 
50
- - [eslint] Updated `@typescript-eslint/utils` from `5.59.0` to `5.59.2`
59
+ - [eslint] Updated `@typescript-eslint` from `5.59.0` to `5.59.2`
51
60
  - [eslint] Updated `eslint-plugin-jsdoc` from `43.0.7` to `43.2.0`
52
61
  - [markdownlint] Updated `markdownlint-cli` from `0.33.0` to `0.34.0`
53
62
  - [stylelint] Updated `stylelint` from `15.5.0` to `15.6.1`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "linter-bundle",
3
- "version": "3.1.0",
3
+ "version": "3.2.0",
4
4
  "description": "Ready-to use bundle of linting tools, containing configurations for ESLint, stylelint and markdownlint.",
5
5
  "keywords": [
6
6
  "eslint",
@@ -40,9 +40,9 @@
40
40
  "check-outdated": "npx --yes -- check-outdated --ignore-pre-releases"
41
41
  },
42
42
  "dependencies": {
43
- "@typescript-eslint/eslint-plugin": "5.59.8",
44
- "@typescript-eslint/parser": "5.59.8",
45
- "@typescript-eslint/utils": "5.59.8",
43
+ "@typescript-eslint/eslint-plugin": "5.59.9",
44
+ "@typescript-eslint/parser": "5.59.9",
45
+ "@typescript-eslint/utils": "5.59.9",
46
46
  "eslint": "8.42.0",
47
47
  "eslint-import-resolver-typescript": "3.5.5",
48
48
  "eslint-import-resolver-webpack": "0.13.2",
@@ -60,7 +60,7 @@
60
60
  "markdownlint-cli": "0.34.0",
61
61
  "micromatch": "4.0.5",
62
62
  "postcss-scss": "4.0.6",
63
- "stylelint": "15.6.3",
63
+ "stylelint": "15.7.0",
64
64
  "stylelint-declaration-block-no-ignored-properties": "2.7.0",
65
65
  "stylelint-order": "6.0.3",
66
66
  "stylelint-scss": "5.0.0",