Skip to content

Commit 0ce70f1

Browse files
committed
chore: pin and bump dependencies
1 parent 1629032 commit 0ce70f1

File tree

7 files changed

+911
-850
lines changed

7 files changed

+911
-850
lines changed

.github/workflows/build-and-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111

1212
- uses: actions/setup-node@v1
1313
with:
14-
node-version: '16'
14+
node-version: '20'
1515

16-
- run: npm i -g npm@7 --registry=https://registry.npmjs.org
16+
- run: npm i -g npm@10 --registry=https://registry.npmjs.org
1717
- run: npm run setup
1818
- run: npm test
1919
- run: npm run build

.npmrc

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
save-prefix='~'
2+
save-exact=true

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,22 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [1.0.3] - 2024-02-19
11+
12+
### Changed
13+
14+
- All dependencies are now pinned.
15+
- Pipelines now use Node.js v20 and npm@10.
16+
17+
### Chore
18+
19+
- Add linting for `package.json`.
20+
1021
## [1.0.2] - 2023-08-15
1122

1223
### Chore

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Raphael Pigulla
3+
Copyright (c) 2022-2024 Raphael Pigulla
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)