eslint-config-scratch 9.0.0 → 9.0.2

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.
@@ -5,7 +5,7 @@ orbs:
5
5
  alias:
6
6
  - &defaults
7
7
  docker:
8
- - image: cimg/node:lts
8
+ - image: cimg/node:18.12.1
9
9
  executor: node/default
10
10
  jobs:
11
11
  main-job:
@@ -14,13 +14,17 @@ jobs:
14
14
  - checkout
15
15
  - node/install-packages
16
16
  - run: npm test
17
- - run: npx semantic-release
17
+ - run: npx --no -- semantic-release
18
18
  workflows:
19
19
  version: 2
20
20
  commitlint:
21
21
  jobs:
22
22
  - commitlint/lint:
23
23
  target-branch: master
24
+ filters:
25
+ branches:
26
+ ignore:
27
+ - master
24
28
  main-workflow:
25
29
  jobs:
26
30
  - main-job
package/CHANGELOG.md CHANGED
@@ -3,6 +3,20 @@
3
3
  All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [9.0.2](https://github.com/LLK/eslint-config-scratch/compare/v9.0.1...v9.0.2) (2023-03-27)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** update dependency scratch-semantic-release-config to v1.0.7 ([ac7f20c](https://github.com/LLK/eslint-config-scratch/commit/ac7f20c9f998237dccaf21258bdfeca84956c3fb))
12
+
13
+ ## [9.0.1](https://github.com/LLK/eslint-config-scratch/compare/v9.0.0...v9.0.1) (2023-03-23)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **deps:** update dependency scratch-semantic-release-config to v1.0.6 ([82b06e0](https://github.com/LLK/eslint-config-scratch/commit/82b06e07d09a79dcd5f72739ca21eb1f03b793df))
19
+
6
20
  # [9.0.0](https://github.com/LLK/eslint-config-scratch/compare/v8.0.0...v9.0.0) (2022-10-13)
7
21
 
8
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-scratch",
3
- "version": "9.0.0",
3
+ "version": "9.0.2",
4
4
  "description": "Shareable ESLint config for Scratch",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -38,7 +38,8 @@
38
38
  "@commitlint/config-conventional": "17.1.0",
39
39
  "eslint": "8.15.0",
40
40
  "husky": "8.0.1",
41
- "scratch-semantic-release-config": "1.0.5"
41
+ "scratch-semantic-release-config": "1.0.7",
42
+ "semantic-release": "19.0.5"
42
43
  },
43
44
  "config": {
44
45
  "commitizen": {