Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
127ba4f
chore: update version in lockfile
striezel Mar 13, 2023
9d95ec3
chore(deps): update ts-jest to 26.x to solve conflict with jest 26.0.1
striezel Mar 13, 2023
81d767d
chore(deps): update tar to 4.4.19 / 6.1.3
striezel Mar 13, 2023
e1d7c0f
chore(deps): update glob-parent to 5.1.2
striezel Mar 13, 2023
0499414
chore(deps): update ws to 7.5.9
striezel Mar 13, 2023
4a178ef
chore(deps): update normalize-url to 4.5.1
striezel Mar 13, 2023
810c75d
chore(deps): update hosted-git-info to 2.8.9 / 3.0.8
striezel Mar 13, 2023
789d0b8
ci: update actions/checkout to v3
striezel Mar 13, 2023
a8a1b6f
chore(deps): update @types/jest to 26.x to solve conflict with jest 2…
striezel Mar 13, 2023
1e6caaa
ci: fix for old OpenSSL stuff
striezel Mar 13, 2023
a14ea82
ci: add names for individual steps
striezel Mar 13, 2023
1346161
chore(deps): update y18n to 4.0.3
striezel Mar 13, 2023
4193023
chore(deps): update @actions/http-client to 1.0.11
striezel Mar 13, 2023
81705c4
chore(deps): update ssri to 8.0.1
striezel Mar 13, 2023
787279e
chore(deps): update lodash to 4.17.21
striezel Mar 13, 2023
a617cbb
chore(deps): update ini to 1.3.8
striezel Mar 13, 2023
97cc0b3
chore(deps): update npm-registry-fetch to 8.1.5
striezel Mar 13, 2023
f67df9f
chore(deps): update @actions/core to 1.10.0
striezel Mar 13, 2023
0c67660
chore(deps): update node-fetch to 2.6.9
striezel Mar 13, 2023
c1de437
chore(deps): update ansi-regex to 5.0.1
striezel Mar 13, 2023
d082c30
chore(deps): update decode-uri-component to 0.2.2
striezel Mar 13, 2023
d66583d
chore(deps): update tmpl to 1.0.5
striezel Mar 13, 2023
34220c3
chore(deps): update qs to 6.5.3
striezel Mar 13, 2023
65cf250
chore(deps): update minimatch to 3.1.2
striezel Mar 13, 2023
c064bd7
chore(deps): update json5 to 2.2.3
striezel Mar 13, 2023
3032978
chore(deps): update http-cache-semantics to 4.1.1
striezel Mar 13, 2023
fb395f3
chore(deps): update minimist to 1.2.8
striezel Mar 13, 2023
d333497
chore(deps): update path-parse to 1.0.7
striezel Mar 13, 2023
5f28288
chore(deps): update node-notifier to 7.0.2
striezel Mar 13, 2023
5c3f5d9
chore(deps): update jsdom to 16.7.0
striezel Mar 13, 2023
34f18fa
chore(deps): update ajv to 6.12.6
striezel Mar 13, 2023
2ca968e
chore(deps): update @npmcli/git to 2.1.0
striezel Mar 13, 2023
d6dc202
chore(deps): update nunjucks to 3.2.3
striezel Mar 13, 2023
728bdca
chore(deps): update npm-check-updates to 12.5.12
striezel Mar 13, 2023
710cc20
chore(deps): update @actions/github to 2.2.0
striezel Mar 13, 2023
030e00e
chore: bump version to 1.3.2
striezel Mar 13, 2023
7d2839f
chore: refresh build in dist/index.js
striezel Mar 13, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,14 @@ jobs:
env:
token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/checkout@v1
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npm run test
- uses: actions/checkout@v3
- name: Install dependencies
run: npm ci
- name: Linting
run: npm run lint
- name: Build
run: |
export NODE_OPTIONS=--openssl-legacy-provider
npm run build
- name: Tests
run: npm run test
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.2] - 2023-03-13

### Changed

- Update various dependencies to fix some known vulnerabilities.

## [1.3.1] - 2020-05-10

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

Loading