Skip to content

Commit 217b50d

Browse files
committed
chore: update deps
1 parent 7325e3e commit 217b50d

File tree

12 files changed

+6659
-11360
lines changed

12 files changed

+6659
-11360
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"editor.defaultFormatter": "biomejs.biome"
2+
"editor.defaultFormatter": "biomejs.biome"
33
}

biome.json

Lines changed: 59 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,61 @@
11
{
2-
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
3-
"vcs": {
4-
"enabled": true,
5-
"clientKind": "git"
6-
},
7-
"organizeImports": {
8-
"enabled": true
9-
},
10-
"linter": {
11-
"enabled": true,
12-
"rules": {
13-
"recommended": true
14-
}
15-
},
16-
"formatter": {
17-
"enabled": true,
18-
"lineWidth": 180,
19-
"indentStyle": "space",
20-
"indentWidth": 4,
21-
"lineEnding": "lf"
22-
},
23-
"javascript": {
24-
"formatter": {
25-
"enabled": true,
26-
"arrowParentheses": "always",
27-
"quoteStyle": "single",
28-
"jsxQuoteStyle": "double",
29-
"semicolons": "always",
30-
"trailingCommas": "all",
31-
"quoteProperties": "asNeeded",
32-
"bracketSpacing": true,
33-
"bracketSameLine": false
34-
}
35-
}
2+
"$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
3+
"vcs": {
4+
"enabled": true,
5+
"clientKind": "git",
6+
"useIgnoreFile": true
7+
},
8+
"files": {
9+
"ignoreUnknown": false
10+
},
11+
"formatter": {
12+
"enabled": true,
13+
"formatWithErrors": false,
14+
"includes": ["**"],
15+
"attributePosition": "auto",
16+
"indentStyle": "tab",
17+
"indentWidth": 4,
18+
"lineWidth": 140,
19+
"lineEnding": "lf"
20+
},
21+
"assist": {
22+
"actions": {
23+
"source": {
24+
"organizeImports": "on"
25+
}
26+
}
27+
},
28+
"linter": {
29+
"enabled": true,
30+
"rules": {
31+
"recommended": true
32+
}
33+
},
34+
"javascript": {
35+
"formatter": {
36+
"quoteStyle": "double",
37+
"attributePosition": "auto",
38+
"indentStyle": "tab",
39+
"indentWidth": 4,
40+
"lineWidth": 140,
41+
"lineEnding": "lf"
42+
},
43+
"parser": {
44+
"unsafeParameterDecoratorsEnabled": true
45+
}
46+
},
47+
"json": {
48+
"formatter": {
49+
"enabled": true,
50+
"indentStyle": "tab",
51+
"indentWidth": 4,
52+
"trailingCommas": "none",
53+
"lineEnding": "lf"
54+
}
55+
},
56+
"css": {
57+
"parser": {
58+
"tailwindDirectives": true
59+
}
60+
}
3661
}

dist/LICENSE

Lines changed: 122 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,13 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
8181
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
8282
IN THE SOFTWARE.
8383

84-
balanced-match
84+
@isaacs/balanced-match
8585
MIT
8686
(MIT)
8787

88-
Copyright (c) 2013 Julian Gruber <[email protected]>
88+
Original code Copyright Julian Gruber <[email protected]>
89+
90+
Port to TypeScript Copyright Isaac Z. Schlueter <[email protected]>
8991

9092
Permission is hereby granted, free of charge, to any person obtaining a copy of
9193
this software and associated documentation files (the "Software"), to deal in
@@ -106,11 +108,13 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
106108
SOFTWARE.
107109

108110

109-
brace-expansion
111+
@isaacs/brace-expansion
110112
MIT
111113
MIT License
112114

113-
Copyright (c) 2013 Julian Gruber <[email protected]>
115+
Copyright Julian Gruber <[email protected]>
116+
117+
TypeScript port Copyright Isaac Z. Schlueter <[email protected]>
114118

115119
Permission is hereby granted, free of charge, to any person obtaining a copy
116120
of this software and associated documentation files (the "Software"), to deal
@@ -132,22 +136,70 @@ SOFTWARE.
132136

133137

134138
glob
135-
ISC
136-
The ISC License
139+
BlueOak-1.0.0
140+
All packages under `src/` are licensed according to the terms in
141+
their respective `LICENSE` or `LICENSE.md` files.
137142

138-
Copyright (c) 2009-2023 Isaac Z. Schlueter and Contributors
143+
The remainder of this project is licensed under the Blue Oak
144+
Model License, as follows:
139145

140-
Permission to use, copy, modify, and/or distribute this software for any
141-
purpose with or without fee is hereby granted, provided that the above
142-
copyright notice and this permission notice appear in all copies.
146+
-----
143147

144-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
145-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
146-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
147-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
148-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
149-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
150-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
148+
# Blue Oak Model License
149+
150+
Version 1.0.0
151+
152+
## Purpose
153+
154+
This license gives everyone as much permission to work with
155+
this software as possible, while protecting contributors
156+
from liability.
157+
158+
## Acceptance
159+
160+
In order to receive this license, you must agree to its
161+
rules. The rules of this license are both obligations
162+
under that agreement and conditions to your license.
163+
You must not do anything with this software that triggers
164+
a rule that you cannot or will not follow.
165+
166+
## Copyright
167+
168+
Each contributor licenses you to do everything with this
169+
software that would otherwise infringe that contributor's
170+
copyright in it.
171+
172+
## Notices
173+
174+
You must ensure that everyone who gets a copy of
175+
any part of this software from you, with or without
176+
changes, also gets the text of this license or a link to
177+
<https://blueoakcouncil.org/license/1.0.0>.
178+
179+
## Excuse
180+
181+
If anyone notifies you in writing that you have not
182+
complied with [Notices](#notices), you can keep your
183+
license by taking all practical steps to comply within 30
184+
days after the notice. If you do not do so, your license
185+
ends immediately.
186+
187+
## Patent
188+
189+
Each contributor licenses you to do everything with this
190+
software that would otherwise infringe any patent claims
191+
they can license or become able to license.
192+
193+
## Reliability
194+
195+
No contributor can revoke this license.
196+
197+
## No Liability
198+
199+
***As far as the law allows, this software comes as is,
200+
without any warranty or condition, and no contributor
201+
will be liable to anyone for any damages related to this
202+
software or this license, under any kind of legal claim.***
151203

152204

153205
lru-cache
@@ -170,22 +222,62 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
170222

171223

172224
minimatch
173-
ISC
174-
The ISC License
225+
BlueOak-1.0.0
226+
# Blue Oak Model License
175227

176-
Copyright (c) 2011-2023 Isaac Z. Schlueter and Contributors
228+
Version 1.0.0
177229

178-
Permission to use, copy, modify, and/or distribute this software for any
179-
purpose with or without fee is hereby granted, provided that the above
180-
copyright notice and this permission notice appear in all copies.
230+
## Purpose
181231

182-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
183-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
184-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
185-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
186-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
187-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
188-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
232+
This license gives everyone as much permission to work with
233+
this software as possible, while protecting contributors
234+
from liability.
235+
236+
## Acceptance
237+
238+
In order to receive this license, you must agree to its
239+
rules. The rules of this license are both obligations
240+
under that agreement and conditions to your license.
241+
You must not do anything with this software that triggers
242+
a rule that you cannot or will not follow.
243+
244+
## Copyright
245+
246+
Each contributor licenses you to do everything with this
247+
software that would otherwise infringe that contributor's
248+
copyright in it.
249+
250+
## Notices
251+
252+
You must ensure that everyone who gets a copy of
253+
any part of this software from you, with or without
254+
changes, also gets the text of this license or a link to
255+
<https://blueoakcouncil.org/license/1.0.0>.
256+
257+
## Excuse
258+
259+
If anyone notifies you in writing that you have not
260+
complied with [Notices](#notices), you can keep your
261+
license by taking all practical steps to comply within 30
262+
days after the notice. If you do not do so, your license
263+
ends immediately.
264+
265+
## Patent
266+
267+
Each contributor licenses you to do everything with this
268+
software that would otherwise infringe any patent claims
269+
they can license or become able to license.
270+
271+
## Reliability
272+
273+
No contributor can revoke this license.
274+
275+
## No Liability
276+
277+
**_As far as the law allows, this software comes as is,
278+
without any warranty or condition, and no contributor
279+
will be liable to anyone for any damages related to this
280+
software or this license, under any kind of legal claim._**
189281

190282

191283
minipass

dist/index.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 40 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,42 @@
11
{
2-
"name": "frontify-app-deploy",
3-
"version": "1.0.6",
4-
"author": "Samuel Alev <[email protected]>",
5-
"description": "GitHub Action to deploy Frontify apps",
6-
"license": "MIT",
7-
"packageManager": "[email protected]+sha512.68046141893c66fad01c079231128e9afb89ef87e2691d69e4d40eee228988295fd4682181bae55b58418c3a253bde65a505ec7c5f9403ece5cc3cd37dcf2531",
8-
"repository": {
9-
"type": "git",
10-
"url": "git+https://github.com/SamuelAlev/frontify-app-deploy.git"
11-
},
12-
"bugs": {
13-
"url": "https://github.com/SamuelAlev/frontify-app-deploy/issues"
14-
},
15-
"main": "lib/index.js",
16-
"homepage": "https://github.com/SamuelAlev/frontify-app-deploy",
17-
"keywords": [
18-
"frontify",
19-
"marketplace",
20-
"app",
21-
"deploy",
22-
"github",
23-
"action"
24-
],
25-
"scripts": {
26-
"build": "tsc",
27-
"format": "biome ci src",
28-
"package": "ncc build --source-map --license LICENSE -m"
29-
},
30-
"dependencies": {
31-
"@actions/core": "^1.11.1",
32-
"@actions/github": "^6.0.0",
33-
"@frontify/frontify-cli": "^5.8.0",
34-
"glob": "^11.0.0"
35-
},
36-
"devDependencies": {
37-
"@biomejs/biome": "^1.9.4",
38-
"@types/glob": "^8.1.0",
39-
"@types/node": "^24.0.0",
40-
"@vercel/ncc": "^0.38.2",
41-
"typescript": "^5.6.3"
42-
}
2+
"name": "frontify-app-deploy",
3+
"version": "1.0.6",
4+
"author": "Samuel Alev <[email protected]>",
5+
"description": "GitHub Action to deploy Frontify apps",
6+
"license": "MIT",
7+
"packageManager": "[email protected]+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a",
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/SamuelAlev/frontify-app-deploy.git"
11+
},
12+
"bugs": {
13+
"url": "https://github.com/SamuelAlev/frontify-app-deploy/issues"
14+
},
15+
"main": "lib/index.js",
16+
"homepage": "https://github.com/SamuelAlev/frontify-app-deploy",
17+
"keywords": [
18+
"frontify",
19+
"marketplace",
20+
"app",
21+
"deploy",
22+
"github",
23+
"action"
24+
],
25+
"scripts": {
26+
"build": "tsc",
27+
"format": "biome ci src",
28+
"package": "ncc build --source-map --license LICENSE -m"
29+
},
30+
"dependencies": {
31+
"@actions/core": "^1.11.1",
32+
"@actions/github": "^6.0.1",
33+
"@frontify/frontify-cli": "^5.9.4",
34+
"glob": "^13.0.0"
35+
},
36+
"devDependencies": {
37+
"@biomejs/biome": "^2.3.8",
38+
"@types/node": "^24.10.1",
39+
"@vercel/ncc": "^0.38.4",
40+
"typescript": "^5.9.3"
41+
}
4342
}

0 commit comments

Comments
 (0)