Skip to content

Commit ab3f7d4

Browse files
committed
Bump deps
1 parent aba8d5e commit ab3f7d4

File tree

9 files changed

+31676
-5603
lines changed

9 files changed

+31676
-5603
lines changed

.node-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.9.0
1+
v20.11.1

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v12.16.1
1+
v20.11.1

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ build:
44
package: build
55
yarn package
66

7+
bump-deps:
8+
yarn upgrade --latest
9+
710
release: package

action.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: 'Setup clojure-lsp'
2-
description: 'Setup your runner with clojure-lsp, a Clojure tool for refactoring and cleaning your code.'
2+
description: 'Setup your runner with clojure-lsp, a Clojure tool for refactoring, formattting and cleaning your code.'
33
author: 'ericdallo'
44
branding:
55
icon: 'code'
66
color: 'blue'
77
inputs:
88
clojure-lsp-version:
9-
description: 'The clojure-lsp/clojure-lsp version to make available on the path. Only exact version allowed.'
9+
description: 'The clojure-lsp version to make available on the path. Only exact version allowed.'
1010
required: true
1111
runs:
12-
using: 'node12'
12+
using: 'node20'
1313
main: 'dist/index.js'

dist/LICENCE

+38-3
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,28 @@ The above copyright notice and this permission notice shall be included in all c
7171

7272
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
7373

74+
@fastify/busboy
75+
MIT
76+
Copyright Brian White. All rights reserved.
77+
78+
Permission is hereby granted, free of charge, to any person obtaining a copy
79+
of this software and associated documentation files (the "Software"), to
80+
deal in the Software without restriction, including without limitation the
81+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
82+
sell copies of the Software, and to permit persons to whom the Software is
83+
furnished to do so, subject to the following conditions:
84+
85+
The above copyright notice and this permission notice shall be included in
86+
all copies or substantial portions of the Software.
87+
88+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
89+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
90+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
91+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
92+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
93+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
94+
IN THE SOFTWARE.
95+
7496
semver
7597
ISC
7698
The ISC License
@@ -115,11 +137,11 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
115137
THE SOFTWARE.
116138

117139

118-
uuid
140+
undici
119141
MIT
120-
The MIT License (MIT)
142+
MIT License
121143

122-
Copyright (c) 2010-2016 Robert Kieffer and other contributors
144+
Copyright (c) Matteo Collina and Undici contributors
123145

124146
Permission is hereby granted, free of charge, to any person obtaining a copy
125147
of this software and associated documentation files (the "Software"), to deal
@@ -138,3 +160,16 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
138160
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
139161
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
140162
SOFTWARE.
163+
164+
165+
uuid
166+
MIT
167+
The MIT License (MIT)
168+
169+
Copyright (c) 2010-2020 Robert Kieffer and other contributors
170+
171+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
172+
173+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
174+
175+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)