pob 10.3.1 → 10.4.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,23 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [10.4.0](https://github.com/christophehurpeau/pob/compare/pob@10.3.1...pob@10.4.0) (2022-03-05)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** update dependency @yarnpkg/parsers to v2.5.0 ([#1216](https://github.com/christophehurpeau/pob/issues/1216)) ([87cfb68](https://github.com/christophehurpeau/pob/commit/87cfb68046d184a30c0e5ede696dd4d74a7c7382))
12
+
13
+
14
+ ### Features
15
+
16
+ * **deps:** update dependency eslint to v8.10.0 ([#1223](https://github.com/christophehurpeau/pob/issues/1223)) ([a0bec26](https://github.com/christophehurpeau/pob/commit/a0bec26c62a46771458e061add0f008dcd5e2681))
17
+ * update actions/checkout ([b8abb40](https://github.com/christophehurpeau/pob/commit/b8abb40cfecaeceda0998246be17c7ef35f05d32))
18
+
19
+
20
+
21
+
22
+
6
23
  ## [10.3.1](https://github.com/christophehurpeau/pob/compare/pob@10.3.0...pob@10.3.1) (2022-02-20)
7
24
 
8
25
 
@@ -17,7 +17,7 @@ jobs:
17
17
  package-name: release-please-action
18
18
 
19
19
  # publish:
20
- - uses: actions/checkout@v2
20
+ - uses: actions/checkout@v3
21
21
  # these if statements ensure that a publication only occurs when
22
22
  # a new release is created:
23
23
  if: ${{ steps.release.outputs.release_created }}
@@ -8,7 +8,7 @@ jobs:
8
8
  create-documentation-and-deploy:
9
9
  runs-on: ubuntu-latest
10
10
  steps:
11
- - uses: actions/checkout@v2
11
+ - uses: actions/checkout@v3
12
12
 
13
13
  - uses: actions/setup-node@v2
14
14
  with:
@@ -11,7 +11,7 @@ jobs:
11
11
  node-version: [<% if (supportsNode14) { -%>14.x, <% } -%>16.x]
12
12
 
13
13
  steps:
14
- - uses: actions/checkout@v2
14
+ - uses: actions/checkout@v3
15
15
 
16
16
  - name: Use Node.js ${{ matrix.node-version }}
17
17
  uses: actions/setup-node@v2
@@ -11,7 +11,7 @@ jobs:
11
11
  publish:
12
12
  runs-on: ubuntu-latest
13
13
  steps:
14
- - uses: actions/checkout@v2
14
+ - uses: actions/checkout@v3
15
15
  with:
16
16
  token: ${{ secrets.GH_TOKEN }}
17
17
  fetch-depth: 0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pob",
3
- "version": "10.3.1",
3
+ "version": "10.4.0",
4
4
  "description": "Pile of bones, library generator with git/babel/typescript/typedoc/readme/jest",
5
5
  "keywords": [
6
6
  "skeleton"
@@ -47,8 +47,8 @@
47
47
  "@pob/sort-eslint-config": "^3.0.1",
48
48
  "@pob/sort-object": "^4.0.1",
49
49
  "@pob/sort-pkg": "^4.0.1",
50
- "@yarnpkg/parsers": "2.5.0-rc.14",
51
- "eslint": "8.9.0",
50
+ "@yarnpkg/parsers": "2.5.0",
51
+ "eslint": "8.10.0",
52
52
  "findup-sync": "^5.0.0",
53
53
  "git-remote-url": "^1.0.1",
54
54
  "github-username": "^6.0.0",
@@ -67,5 +67,5 @@
67
67
  "yeoman-environment": "^3.5.1",
68
68
  "yeoman-generator": "^5.4.0"
69
69
  },
70
- "gitHead": "653a6285b86a5d132da7b351abdad31eb5f44e1d"
70
+ "gitHead": "2e8a1622f20909fb5f9f6793ad85963bf094c23e"
71
71
  }