Commit graph

4097 commits

Author SHA1 Message Date
Tony Sullivan
875457a430 Revert "defaulting to Sharp for the initial @next release"
This reverts commit 1a8d4f7f60.
2022-09-14 09:30:16 -05:00
Tony Sullivan
1513296267
Merge branch 'main' into feat/squoosh-lib 2022-09-14 14:12:28 +00:00
Tony Sullivan
1e95da84e6 Merge branch 'feat/squoosh-lib' of github.com:withastro/astro into feat/squoosh-lib 2022-09-14 09:11:30 -05:00
Tony Sullivan
446b80bb53 fix built wasm location for SSG builds 2022-09-14 09:11:26 -05:00
Tony Sullivan
9430d38b46 Merge branch 'main' into feat/squoosh-lib 2022-09-14 09:08:47 -05:00
Bjorn Lu
c5e134d035
Fix console.error filtering (#4748) 2022-09-14 22:08:34 +08:00
Fred K. Bot
3372d757ca
[ci] update lockfile (#4751)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-09-14 09:58:38 -04:00
Bjorn Lu
13ca686ea1
Handle builds with outDir outside of cwd (#4736) 2022-09-14 21:24:35 +08:00
matthewp
a36d51d433 [ci] format 2022-09-14 11:59:49 +00:00
Matthew Phillips
cf8a7e933d
Properly handle multipart file uploads in the dev server (#4742)
* Properly allow file uploads in the dev server

* Smaller image

* movethe test over
2022-09-14 07:58:00 -04:00
Fred K. Schott
dc05bc04b1
Capture stderr in snapshot-release github action (#4747)
* Update snapshot-release.yml

* Update snapshot-release.yml

* Update snapshot-release.yml
2022-09-13 14:56:16 -07:00
Fred K. Schott
e73d2d14c6
Update snapshot-release.yml 2022-09-13 14:43:53 -07:00
Nate Moore
b9e73b4b0d
Delete examples/component/demo directory (#4739) 2022-09-13 16:24:11 -05:00
Nate Moore
65bef5d217
chore: fix eslint annotations (#4740)
Co-authored-by: Nate Moore <nate@astro.build>
2022-09-13 16:23:59 -05:00
Tony Sullivan
f654f38482
Merge branch 'main' into feat/squoosh-lib 2022-09-13 21:07:56 +00:00
Tony Sullivan
38eec3a56a
enabling the publish step for snapshot releases (#4746) 2022-09-13 21:07:32 +00:00
Tony Sullivan
192876a1f1
Merge branch 'main' into feat/squoosh-lib 2022-09-13 20:56:48 +00:00
Tony Sullivan
638dac9c79
fix: typo in snapshot ref checkout (#4745) 2022-09-13 20:56:36 +00:00
Tony Sullivan
e86408e161
Merge branch 'main' into feat/squoosh-lib 2022-09-13 20:48:56 +00:00
Tony Sullivan
fa89c71e98
resolving PR refs in snapshot release action (#4744) 2022-09-13 20:48:39 +00:00
Tony Sullivan
70e958993e Merge branch 'feat/squoosh-lib' of github.com:withastro/astro into feat/squoosh-lib 2022-09-13 15:18:32 -05:00
Tony Sullivan
fd38f37d41 chore: add TEMP changeset 2022-09-13 15:18:06 -05:00
Tony Sullivan
1eb03cb88d
Merge branch 'main' into feat/squoosh-lib 2022-09-13 20:00:36 +00:00
Tony Sullivan
0369bfd789 fixing lock file 2022-09-13 14:20:07 -05:00
Fred K. Bot
150cd8a582
[ci] release (#4729)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-13 15:15:05 -04:00
Nate Moore
8cfb3fb535
Migrate examples to type: module (#4662)
* chore: move examples to type module

* chore: prefer astro.config.mjs to astro.config.js

* chore: reference CJS config file

Co-authored-by: Nate Moore <nate@astro.build>
2022-09-13 14:02:57 -05:00
Sami Jaber
234057b020
Template (Blog): fix HeaderLink isActive check (#4647)
* remove trailing slashes when checking active href

* use simpler regex

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>

* remove unused code

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-09-13 14:02:32 -05:00
Tony Sullivan
f05eb7b395 Merge branch 'feat/squoosh-lib' of github.com:withastro/astro into feat/squoosh-lib 2022-09-13 13:59:17 -05:00
Tony Sullivan
e7984550b7 linter fixes 2022-09-13 13:18:17 -05:00
Tony Sullivan
11e4446f1c
Merge branch 'main' into feat/squoosh-lib 2022-09-13 18:10:25 +00:00
Fred K. Bot
013d15554e
[ci] update lockfile (#4735)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-09-13 12:09:55 -05:00
Tony Sullivan
256b0dab04 refactor: move the copy .wasm build step out of the SSR bundle 2022-09-13 11:16:21 -05:00
Tony Sullivan
175b8e51dc removing a few node dependencies 2022-09-13 10:55:57 -05:00
Tony Sullivan
d3c8185234 make sure pnpm always runs the postbuild script 2022-09-13 10:13:51 -05:00
Tony Sullivan
717785baa5 Merge branch 'main' into feat/squoosh-lib 2022-09-13 09:46:35 -05:00
Ben Holmes
4bc70f3545
Fix route validation for Netlify Edge (#4722)
* fix: serialize route pattern for Netlify edge

Co-authored-by: Jackie Macharia <jackiewmacharia>

* chore: changeset
2022-09-12 19:33:44 -04:00
Fred K. Schott
49006da077
Update snapshot-release.yml 2022-09-12 14:43:45 -07:00
Fred K. Schott
9558e2c810
Update snapshot-release.yml 2022-09-12 14:34:50 -07:00
Fred K. Schott
05778251db
Update snapshot-release.yml 2022-09-12 14:30:58 -07:00
Tony Sullivan
1a8d4f7f60 defaulting to Sharp for the initial @next release 2022-09-12 16:26:01 -05:00
Fred K. Schott
8031ef8039
Update snapshot-release.yml 2022-09-12 14:25:01 -07:00
Tony Sullivan
e6e375cceb removing the duplicated lib/*.wasm files 2022-09-12 16:23:39 -05:00
Fred K. Schott
c58d962dfa
Add a new preview release action (#4483)
* add a new preview release action

* Update snapshot-release.yml (#4485)

* small fixes

* Update snapshot-release.yml

Co-authored-by: Mayank <9084735+mayank99@users.noreply.github.com>
2022-09-12 14:21:20 -07:00
Tony Sullivan
b00776c02f hooking up the last build steps to copy over .wasm files 2022-09-12 16:19:25 -05:00
matthewp
8903edee88 [ci] format 2022-09-12 20:37:25 +00:00
Matthew Phillips
6efafa4b0e
Use import order to sort CSS in prod (#4724)
* Use import order to sort CSS in prod

* Adding a changeset

* Pass through the parent id

* Update remaining test
2022-09-12 16:35:39 -04:00
Fred K. Bot
56e225b41a
[ci] release (#4707)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-12 15:08:39 -04:00
Ben Holmes
6e1d62fe22
[RSS] Fix failure when globbing index route (#4701)
* fix: [rss] throw on undefined urls only

* test: "" url, passing glob outside pages/

* chore: changeset
2022-09-12 15:05:57 -04:00
matthewp
d614be4900 [ci] format 2022-09-12 18:43:54 +00:00
Juan Martín Seery
16113c3ae2
[vercel] Use Edge Functions instead of Edge Middlewares (#4713)
* Don't use middleware

* changeset

* breaking change
2022-09-12 14:40:48 -04:00