Skip to content

Commit fa3264d

Browse files
author
Trygve Lie
committed
Merge remote-tracking branch 'origin/master' into next
2 parents ffaf5e1 + 8594130 commit fa3264d

File tree

5 files changed

+134
-45
lines changed

5 files changed

+134
-45
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717
- name: Setup Node.js
18-
uses: actions/setup-node@v1
18+
uses: actions/setup-node@v3
1919
with:
20-
node-version: 14.x
20+
node-version: 16.x
2121
- name: npm install
2222
run: |
2323
npm install
@@ -34,11 +34,11 @@ jobs:
3434
needs: [test]
3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@v2
37+
uses: actions/checkout@v3
3838
- name: Setup Node.js
39-
uses: actions/setup-node@v1
39+
uses: actions/setup-node@v3
4040
with:
41-
node-version: 14.x
41+
node-version: 16.x
4242
- name: npm install
4343
run: |
4444
npm install

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
os: [ubuntu-latest, macOS-latest, windows-latest]
1111
node-version: [12.x, 14.x, 16.x]
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
- name: Use Node.js ${{ matrix.node-version }}
15-
uses: actions/setup-node@v1
15+
uses: actions/setup-node@v3
1616
with:
1717
node-version: ${{ matrix.node-version }}
1818
- name: npm install

CHANGELOG.md

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
11
# [5.0.0-next.4](https://github.com/podium-lib/schemas/compare/v5.0.0-next.3...v5.0.0-next.4) (2021-04-25)
2+
## [4.1.32](https://github.com/podium-lib/schemas/compare/v4.1.31...v4.1.32) (2022-03-23)
23

34

45
### Bug Fixes
56

67
* Use ESM workaround for dirname to find path to schema ([#113](https://github.com/podium-lib/schemas/issues/113)) ([ed40808](https://github.com/podium-lib/schemas/commit/ed408081e4c56e4ba794839459331d5454e0c5f3))
78

89
# [5.0.0-next.3](https://github.com/podium-lib/schemas/compare/v5.0.0-next.2...v5.0.0-next.3) (2021-04-25)
10+
* **deps:** update dependency ajv to v8.11.0 ([5f3a961](https://github.com/podium-lib/schemas/commit/5f3a9619f7f7cf3b8368ba8e53a3e1f8b82bf573))
11+
12+
## [4.1.31](https://github.com/podium-lib/schemas/compare/v4.1.30...v4.1.31) (2022-02-04)
913

1014

1115
### Bug Fixes
1216

1317
* Optimize the npm package ([#112](https://github.com/podium-lib/schemas/issues/112)) ([149ce28](https://github.com/podium-lib/schemas/commit/149ce28a9cd89c625c0a8ead1127e0c07d368cbb))
1418

1519
# [5.0.0-next.2](https://github.com/podium-lib/schemas/compare/v5.0.0-next.1...v5.0.0-next.2) (2021-04-25)
20+
* **deps:** update dependency ajv to v8.10.0 ([57f4065](https://github.com/podium-lib/schemas/commit/57f406586280c8aa9ec894fa04b8c88050ff851b))
21+
22+
## [4.1.30](https://github.com/podium-lib/schemas/compare/v4.1.29...v4.1.30) (2022-01-15)
1623

1724

1825
### Bug Fixes
@@ -130,6 +137,106 @@ Resolves: https://github.com/podium-lib/issues/issues/26
130137
Co-authored-by: Trygve Lie <[email protected]>
131138

132139
## [4.0.3-next.1](https://github.com/podium-lib/schemas/compare/v4.0.2...v4.0.3-next.1) (2020-07-11)
140+
* **deps:** update dependency ajv to v8.9.0 ([607a494](https://github.com/podium-lib/schemas/commit/607a494538567138f18c798893756ce7e7947db8))
141+
142+
## [4.1.29](https://github.com/podium-lib/schemas/compare/v4.1.28...v4.1.29) (2021-11-21)
143+
144+
145+
### Bug Fixes
146+
147+
* **deps:** update dependency ajv to v8.8.2 ([e8afafc](https://github.com/podium-lib/schemas/commit/e8afafc02c27744bfc303c15284c4ce1daef99ed))
148+
149+
## [4.1.28](https://github.com/podium-lib/schemas/compare/v4.1.27...v4.1.28) (2021-11-16)
150+
151+
152+
### Bug Fixes
153+
154+
* **deps:** update dependency ajv to v8.8.1 ([aa4b973](https://github.com/podium-lib/schemas/commit/aa4b9730f9cf0eabb73d5d9cc18823daf1baa258))
155+
156+
## [4.1.27](https://github.com/podium-lib/schemas/compare/v4.1.26...v4.1.27) (2021-11-13)
157+
158+
159+
### Bug Fixes
160+
161+
* **deps:** update dependency ajv to v8.8.0 ([2df5db1](https://github.com/podium-lib/schemas/commit/2df5db12ea012bcd53c8396cd64c2c1e655cc45f))
162+
163+
## [4.1.26](https://github.com/podium-lib/schemas/compare/v4.1.25...v4.1.26) (2021-11-09)
164+
165+
166+
### Bug Fixes
167+
168+
* **deps:** update dependency ajv to v8.7.1 ([8f16d28](https://github.com/podium-lib/schemas/commit/8f16d289bc3b08c182d6525b236f0b1e0782e6a9))
169+
170+
## [4.1.25](https://github.com/podium-lib/schemas/compare/v4.1.24...v4.1.25) (2021-09-12)
171+
172+
173+
### Bug Fixes
174+
175+
* **deps:** update dependency ajv to v8.6.3 ([a6c641f](https://github.com/podium-lib/schemas/commit/a6c641f6758ef2f143cc8b4debdf61cd9080c676))
176+
177+
## [4.1.24](https://github.com/podium-lib/schemas/compare/v4.1.23...v4.1.24) (2021-08-14)
178+
179+
180+
### Bug Fixes
181+
182+
* **deps:** update dependency ajv-formats to v2.1.1 ([1131278](https://github.com/podium-lib/schemas/commit/11312786466b9d351b7923d1f565a963c51c4556))
183+
184+
## [4.1.23](https://github.com/podium-lib/schemas/compare/v4.1.22...v4.1.23) (2021-07-15)
185+
186+
187+
### Bug Fixes
188+
189+
* **deps:** update dependency ajv to v8.6.2 ([4142faa](https://github.com/podium-lib/schemas/commit/4142faad8716e23a09c756030c5be81c5195015a))
190+
191+
## [4.1.22](https://github.com/podium-lib/schemas/compare/v4.1.21...v4.1.22) (2021-07-04)
192+
193+
194+
### Bug Fixes
195+
196+
* **deps:** update dependency ajv to v8.6.1 ([8d288a6](https://github.com/podium-lib/schemas/commit/8d288a6543490db8147ddb8595a43c87da00cee2))
197+
198+
## [4.1.21](https://github.com/podium-lib/schemas/compare/v4.1.20...v4.1.21) (2021-06-06)
199+
200+
201+
### Bug Fixes
202+
203+
* **deps:** update dependency ajv to v8.6.0 ([438bd64](https://github.com/podium-lib/schemas/commit/438bd64e4ed46c63b73bbcf35c87a37310674fc7))
204+
205+
## [4.1.20](https://github.com/podium-lib/schemas/compare/v4.1.19...v4.1.20) (2021-05-24)
206+
207+
208+
### Bug Fixes
209+
210+
* **deps:** update dependency ajv to v8.5.0 ([cc175de](https://github.com/podium-lib/schemas/commit/cc175de19678e94928e2d260e3b014afab195856))
211+
212+
## [4.1.19](https://github.com/podium-lib/schemas/compare/v4.1.18...v4.1.19) (2021-05-14)
213+
214+
215+
### Bug Fixes
216+
217+
* **deps:** update dependency ajv to v8.4.0 ([3c45d1e](https://github.com/podium-lib/schemas/commit/3c45d1e970f02c0d8e3c31ee578c46462a499c85))
218+
219+
## [4.1.18](https://github.com/podium-lib/schemas/compare/v4.1.17...v4.1.18) (2021-05-09)
220+
221+
222+
### Bug Fixes
223+
224+
* **deps:** update dependency ajv to v8.3.0 ([7cb68ce](https://github.com/podium-lib/schemas/commit/7cb68cef97f22156faede1ea2b6889db01524921))
225+
226+
## [4.1.17](https://github.com/podium-lib/schemas/compare/v4.1.16...v4.1.17) (2021-05-04)
227+
228+
229+
### Bug Fixes
230+
231+
* **deps:** update dependency ajv-formats to v2.1.0 ([d863293](https://github.com/podium-lib/schemas/commit/d8632934da49b3d437fb9f8564d9d75f47b60aff))
232+
233+
## [4.1.16](https://github.com/podium-lib/schemas/compare/v4.1.15...v4.1.16) (2021-04-27)
234+
235+
236+
### Bug Fixes
237+
238+
* **deps:** update dependency ajv to v8.2.0 ([766d756](https://github.com/podium-lib/schemas/commit/766d756dd77836208dd90250f8e9e7a6bb467d4d))
239+
133240
## [4.1.15](https://github.com/podium-lib/schemas/compare/v4.1.14...v4.1.15) (2021-04-11)
134241

135242

package.json

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -40,24 +40,23 @@
4040
"build": "rollup -c"
4141
},
4242
"dependencies": {
43-
"ajv": "8.1.0",
44-
"ajv-formats": "2.0.2"
43+
"ajv": "8.11.0",
44+
"ajv-formats": "2.1.1"
4545
},
4646
"devDependencies": {
47-
"@semantic-release/changelog": "5.0.1",
48-
"@semantic-release/commit-analyzer": "8.0.1",
49-
"@semantic-release/git": "9.0.0",
50-
"@semantic-release/github": "7.2.1",
51-
"@semantic-release/npm": "7.1.1",
52-
"@semantic-release/release-notes-generator": "9.0.2",
53-
"eslint": "7.24.0",
54-
"eslint-config-airbnb-base": "14.2.1",
55-
"eslint-config-prettier": "8.2.0",
56-
"eslint-plugin-import": "2.22.1",
57-
"eslint-plugin-prettier": "3.4.0",
58-
"prettier": "2.2.1",
59-
"rollup": "2.45.2",
60-
"semantic-release": "17.4.2",
61-
"tap": "15.0.4"
47+
"@semantic-release/changelog": "6.0.1",
48+
"@semantic-release/commit-analyzer": "9.0.2",
49+
"@semantic-release/git": "10.0.1",
50+
"@semantic-release/github": "8.0.4",
51+
"@semantic-release/npm": "9.0.1",
52+
"@semantic-release/release-notes-generator": "10.0.3",
53+
"eslint": "8.14.0",
54+
"eslint-config-airbnb-base": "15.0.0",
55+
"eslint-config-prettier": "8.5.0",
56+
"eslint-plugin-import": "2.26.0",
57+
"eslint-plugin-prettier": "4.0.0",
58+
"prettier": "2.6.2",
59+
"semantic-release": "19.0.2",
60+
"tap": "16.1.0"
6261
}
6362
}

renovate.json

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,6 @@
11
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
23
"extends": [
3-
"config:base",
4-
"group:linters"
5-
],
6-
"packageRules": [{
7-
"depTypeList": ["dependencies"],
8-
"automerge": true,
9-
"major": {
10-
"automerge": false
11-
}
12-
},
13-
{
14-
"depTypeList": ["devDependencies"],
15-
"schedule": ["before 4am on monday"],
16-
"commitMessage": "Dev dependency {{depName}} updated to version {{newValue}}",
17-
"prTitle": "Dev dependency update: {{depName}}",
18-
"automerge": true,
19-
"major": {
20-
"automerge": false
21-
}
22-
}]
4+
"github>podium-lib/renovate-presets:sub-level-module"
5+
]
236
}

0 commit comments

Comments
 (0)