Ricky Chon
17e048de0e
fix(astro): do not open new tab when saving config files ( #11456 )
2024-07-16 18:50:51 +02:00
renovate[bot]
16ed760f99
fix(deps): update dependency vitest to v2 ( #11468 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-15 21:07:50 +08:00
renovate[bot]
db809b5fb0
fix(deps): update dependency boxen to v8 ( #11467 )
2024-07-15 18:22:56 +08:00
Ming-jun Lu
bc2e74de38
fix(audit): remove false positive warnings on elements with tabpanel
role ( #11459 )
...
* fix(audit): add `tabpanel` to `aria_non_interactive_roles`
* fix(audit): allow `tabIndex` on elements with `tabpanel` role
See: d32a27fb64/docs/rules/no-noninteractive-tabindex.md (rule-options)
* chore: add changeset
2024-07-12 13:46:15 +02:00
Ben Holmes
88e2b43305
fix: bad Handler type ( #11448 )
2024-07-10 14:11:39 +02:00
Ben Holmes
619f07db70
Actions: expose utility types ( #11438 )
...
* feat: expose ACTION_ERROR_CODES util
* feat: expose ActionHandler util type
* chore: changeset
2024-07-10 08:02:10 -04:00
Ben
0d6f3563a5
[ci] format
2024-07-10 11:33:46 +00:00
Ben
6ccb30e610
feat: astro:env allow schema keys to include numbers ( #11437 )
...
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2024-07-10 13:32:56 +02:00
Ben Holmes
ea4bc04e94
feat: ActionReturnType
( #11443 )
...
* feat: ActionReturnType util
* feat(test): ActionReturnType
* chore: changeset
2024-07-10 07:05:13 -04:00
Ben Holmes
7dca68ff2e
Fix: Actions accept
type completions ( #11436 )
...
* fix: `accept` type completions
* chore: changeset
* Edit: fix -> fixes astro:actions
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
* feat(test): accept types
---------
Co-authored-by: bholmesdev <bholmesdev@gmail.com>
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2024-07-09 16:35:28 -04:00
Ben Holmes
aa73316f20
[ci] format
2024-07-09 19:55:39 +00:00
Ben Holmes
08baf56f32
Actions: expand isInputError
to accept unknown
( #11439 )
...
* feat: allow type `unknown` on `isInputError`
* chore: move ErrorInferenceObject to internal utils
* chore: changeset
* deps: expect-type
* feat: first types test
* chore: add types test to general test command
* refactor: use describe and it for organization
2024-07-09 15:54:49 -04:00
Florian Lefebvre
ea8582f4fc
[ci] format
2024-07-09 17:47:29 +00:00
Florian Lefebvre
0a4b31ffeb
feat: astro:env validateSecrets ( #11337 )
...
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-07-09 19:46:37 +02:00
Houston (Bot)
75d118bf7f
[ci] release ( #11409 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-03 18:03:29 -04:00
Matthew Phillips
b9e906f8e7
Revert "Fix attribute rendering for boolean values ( #11369 )" ( #11408 )
...
* Revert "Fix attribute rendering for boolean values (#11369 )"
This reverts commit e6de11f4a9
.
* Add a changeset
2024-07-03 17:44:51 -04:00
Houston (Bot)
571e184d5a
[ci] release ( #11351 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-03 10:10:40 -04:00
Emanuele Stoppa
d958e08576
[ci] format
2024-07-01 13:56:26 +00:00
Emanuele Stoppa
a55ee0268e
fix(rewrite): correctly update the status code during a rewrite ( #11352 )
...
* fix(rewrite): correctly update the status code during a rewrite
* rebase
* remove `.only`
* remove log
2024-07-01 14:55:33 +01:00
Emanuele Stoppa
93993b77cf
fix(i18n): update strategy when defining manually astro i18n middleware ( #11362 )
2024-07-01 14:42:07 +01:00
Ming-jun Lu
3a223b4811
fix(overlay): adjust the color of punctuations ( #11388 )
...
* fix(overlay): adjust the color of punctuations
* chore: add changeset
2024-07-01 10:15:35 +01:00
renovate[bot]
e60aab9a9f
fix(deps): update all non-major dependencies ( #11383 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-07-01 16:32:17 +08:00
Bjorn Lu
e6de11f4a9
Fix attribute rendering for boolean values ( #11369 )
2024-07-01 15:27:34 +08:00
Florian Lefebvre
d1ad3898a7
Update config.yml ( #11370 )
2024-06-28 16:22:32 +02:00
Sarah Rainsberger
9176cf135b
[docs] update compressHTML entry for readability ( #11345 )
2024-06-26 12:39:06 -03:00
Emanuele Stoppa
84be17fdf6
[ci] format
2024-06-26 14:09:28 +00:00
Emanuele Stoppa
98d9ce41f2
fix: check experimental flag when using the rewrite function ( #11349 )
...
* fix: check experimental flag when using the rewrite function
* apply feedback
2024-06-26 15:08:36 +01:00
Houston (Bot)
d7ae91c83c
[ci] release ( #11346 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-26 21:09:08 +08:00
Bjorn Lu
33bdc54729
Fix getPackage resolve path ( #11347 )
2024-06-26 20:57:33 +08:00
Emanuele Stoppa
0df81422a8
fix(container): breakdown files to avoid importing vite
( #11327 )
...
* fix(container): breakdown files to avoid importing `vite`
* chore: update imports inside tests
* restore code
* format
2024-06-26 13:16:07 +01:00
Houston (Bot)
d9e6190a0d
[ci] release ( #11336 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-26 11:29:13 +02:00
Bjorn Lu
f1b78a4960
Remove resolve package and refactor db & studio exports ( #11331 )
2024-06-26 11:19:16 +02:00
Zakher Masri
9752a0b275
[ui] fix margin around devtool tooltip icon in rtl
( #11338 )
2024-06-26 13:52:51 +08:00
Matthew Phillips
8fdbf0e45b
Remove non-fatal errors from telemetry ( #11339 )
2024-06-25 12:34:20 -04:00
Simon He
16af927e14
[ci] format
2024-06-25 13:33:31 +00:00
Simon He
02c37c7b8c
refactor(plugin-content): code refactor ( #11312 )
2024-06-25 21:32:31 +08:00
Florian Lefebvre
86515f445e
[ci] format
2024-06-25 12:52:47 +00:00
Florian Lefebvre
41121fbe00
fix(astro): astro sync and astro:env ( #11326 )
2024-06-25 14:51:55 +02:00
Emanuele Stoppa
4c4741b42d
Revert "bug: removes type override from defineAction" ( #11335 )
...
* Revert "bug: removes type override from defineAction (#11292 )"
This reverts commit 7f8f347995
.
* changeset
2024-06-25 12:31:13 +01:00
Dillon Walsh
6ebc6c85de
[ci] format
2024-06-25 11:18:01 +00:00
Dillon Walsh
e79859129b
Update CompressHTML Whitespace issue #7502 ( #11298 )
2024-06-25 12:17:14 +01:00
Houston (Bot)
ce310f8292
[ci] release ( #11297 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-24 12:49:52 -04:00
renovate[bot]
47e78d4752
fix(deps): update all non-major dependencies ( #11318 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-06-24 22:33:33 +08:00
Emanuele Stoppa
7c59f043b2
[ci] format
2024-06-24 12:22:19 +00:00
Emanuele Stoppa
44c61ddfd8
fix(routing): return correct status code for 500.astro
and 404.astro
( #11308 )
...
* fix(routing): return correct status code for `500.astro` and `404.astro`
* changeset
* fix regression
* use `route` instead
2024-06-24 13:21:27 +01:00
renovate[bot]
edd35d3c69
fix(deps): update dependency sitemap to v8 ( #11321 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-24 17:40:23 +08:00
renovate[bot]
6b8bcd1c07
fix(deps): update dependency vite-svg-loader to v5 ( #11322 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-24 17:39:23 +08:00
Matt Kane
55baffe899
[ci] format
2024-06-24 09:13:19 +00:00
Matt Kane
41064cee78
chore: Extract fs helpers into shared internal-helpers package ( #11323 )
2024-06-24 10:12:14 +01:00
Bjorn Lu
ae3b096892
[ci] format
2024-06-21 16:14:12 +00:00