|
2e4d24943b
|
chore(deps): update dependency @astrojs/node to v8 (#20)
Build, check & Test / run (push) Waiting to run
Build Docker Image / build_docker (push) Waiting to run
Lint / run (push) Waiting to run
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [@astrojs/node](https://docs.astro.build/en/guides/integrations-guide/node/) ([source](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node)) | dependencies | major | [`^7` -> `^8.0.0`](https://renovatebot.com/diffs/npm/@astrojs%2fnode/7.0.4/8.3.2) |
---
### Release Notes
<details>
<summary>withastro/astro (@​astrojs/node)</summary>
### [`v8.3.2`](https://github.com/withastro/astro/blob/HEAD/packages/integrations/node/CHANGELOG.md#832)
[Compare Source](https://github.com/withastro/astro/compare/@astrojs/node@8.3.1...@astrojs/node@8.3.2)
##### Patch Changes
- [#​11296](https://github.com/withastro/astro/pull/11296) [`5848d97`](5848d97867 ) Thanks [@​florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes `astro:env` getSecret compatibility
### [`v8.3.1`](https://github.com/withastro/astro/blob/HEAD/packages/integrations/node/CHANGELOG.md#831)
[Compare Source](https://github.com/withastro/astro/compare/@astrojs/node@8.3.0...@astrojs/node@8.3.1)
##### Patch Changes
- [#​11261](https://github.com/withastro/astro/pull/11261) [`f5f8ed2`](f5f8ed275b ) Thanks [@​matthewp](https://github.com/matthewp)! - Fix backwards compat with Astro <= 4.9
- [#​11263](https://github.com/withastro/astro/pull/11263) [`7d59750`](7d59750661 ) Thanks [@​wackbyte](https://github.com/wackbyte)! - Refactor to use Astro's integration logger for logging
### [`v8.3.0`](https://github.com/withastro/astro/blob/HEAD/packages/integrations/node/CHANGELOG.md#830)
[Compare Source](https://github.com/withastro/astro/compare/@astrojs/node@8.2.6...@astrojs/node@8.3.0)
##### Minor Changes
- [#​11199](https://github.com/withastro/astro/pull/11199) [`2bdca27`](2bdca27ff4 ) Thanks [@​florian-lefebvre](https://github.com/florian-lefebvre)! - Adds support for experimental `astro:env` released in Astro 4.10
### [`v8.2.6`](https://github.com/withastro/astro/blob/HEAD/packages/integrations/node/CHANGELOG.md#826)
[Compare Source](https://github.com/withastro/astro/compare/@astrojs/node@8.2.5...@astrojs/node@8.2.6)
##### Patch Changes
- [#​11202](https://github.com/withastro/astro/pull/11202) [`d0248bc`](d0248bc083 ) Thanks [@​dkobierski](https://github.com/dkobierski)! - Fixes suppressed logs when error occurs
### [`v8.2.5`](https://github.com/withastro/astro/blob/HEAD/packages/integrations/node/CHANGELOG.md#825)
[Compare Source](https://github.com/withastro/astro/compare/@astrojs/node@8.2.4...@astrojs/node@8.2.5)
##### Patch Changes
- [#​10491](https://github.com/withastro/astro/pull/10491) [`28e33a2f9c04373eae5da2e6edb0dc2981bce790`](28e33a2f9c ) Thanks [@​castarco](https://github.com/castarco)! - Fixes a bug where the preview server wrongly appends trailing slashes to subresource URLs.
### [`v8.2.4`](https://github.com/withastro/astro/blob/HEAD/packages/integrations/node/CHANGELOG.md#824)
[Compare Source](https://github.com/withastro/astro/compare/@astrojs/node@8.2.3...@astrojs/node@8.2.4)
##### Patch Changes
- [#​10454](https://github.com/withastro/astro/pull/10454) [`83f9105cd50e2756d02ca2be73ab84f9d582d3f8`](83f9105cd5 ) Thanks [@​lilnasy](https://github.com/lilnasy)! - Prevents crashes caused by rejections of offshoot promises.
### [`v8.2.3`](https://github.com/withastro/astro/blob/HEAD/packages/integrations/node/CHANGELOG.md#823)
[Compare Source](https://github.com/withastro/astro/compare/@astrojs/node@8.2.2...@astrojs/node@8.2.3)
##### Patch Changes
- [#​10285](https://github.com/withastro/astro/pull/10285) [`d5277df5a4d1e9a8a7b6c8d7b87912e13a163f7f`](d5277df5a4 ) Thanks [@​Princesseuh](https://github.com/Princesseuh)! - Fixes an issue where malformed requests could cause the server to error in certain cases.
### [`v8.2.2`](https://github.com/withastro/astro/blob/HEAD/packages/integrations/node/CHANGELOG.md#822)
[Compare Source](https://github.com/withastro/astro/compare/@astrojs/node@8.2.1...@astrojs/node@8.2.2)
##### Patch Changes
- [#​10282](https://github.com/withastro/astro/pull/10282) [`b47dcaa25968ec85ba96fce23381c94a94e389f6`](b47dcaa259 ) Thanks [@​SatanshuMishra](https://github.com/SatanshuMishra)! - Fixes the `server.host` option to properly listen on all network interfaces when set to `true`
### [`v8.2.1`](https://github.com/withastro/astro/blob/HEAD/packages/integrations/node/CHANGELOG.md#821)
[Compare Source](https://github.com/withastro/astro/compare/@astrojs/node@8.2.0...@astrojs/node@8.2.1)
##### Patch Changes
- [#​10208](https://github.com/withastro/astro/pull/10208) [`8cd38f02456640c063552aef00b2b8a216b3935d`](8cd38f0245 ) Thanks [@​log101](https://github.com/log101)! - Fixes custom headers are not added to the Node standalone server responses in preview mode
### [`v8.2.0`](https://github.com/withastro/astro/blob/HEAD/packages/integrations/node/CHANGELOG.md#820)
[Compare Source](https://github.com/withastro/astro/compare/@astrojs/node@8.1.0...@astrojs/node@8.2.0)
##### Minor Changes
- [#​9143](https://github.com/withastro/astro/pull/9143) [`041fdd5c89920f7ccf944b095f29e451f78b0e28`](041fdd5c89 ) Thanks [@​ematipico](https://github.com/ematipico)! - Adds experimental support for internationalization domains
### [`v8.1.0`](https://github.com/withastro/astro/blob/HEAD/packages/integrations/node/CHANGELOG.md#810)
[Compare Source](https://github.com/withastro/astro/compare/@astrojs/node@8.0.0...@astrojs/node@8.1.0)
##### Minor Changes
- [#​9080](https://github.com/withastro/astro/pull/9080) [`a12196d6b59e39f5d405734ecdbf6f6b42b39a93`](a12196d6b5 ) Thanks [@​msxdan](https://github.com/msxdan)! - Add trailingSlash support to NodeJS adapter
### [`v8.0.0`](https://github.com/withastro/astro/blob/HEAD/packages/integrations/node/CHANGELOG.md#800)
[Compare Source](https://github.com/withastro/astro/compare/@astrojs/node@7.0.4...@astrojs/node@8.0.0)
##### Major Changes
- [#​9661](https://github.com/withastro/astro/pull/9661) [`d6edc7540864cf5d294d7b881eb886a3804f6d05`](d6edc75408 ) Thanks [@​ematipico](https://github.com/ematipico)! - If host is unset in standalone mode, the server host will now fallback to `localhost` instead of `127.0.0.1`. When `localhost` is used, the operating system can decide to use either `::1` (ipv6) or `127.0.0.1` (ipv4) itself. This aligns with how the Astro dev and preview server works by default.
If you relied on `127.0.0.1` (ipv4) before, you can set the `HOST` environment variable to `127.0.0.1` to explicitly use ipv4. For example, `HOST=127.0.0.1 node ./dist/server/entry.mjs`.
- [#​9661](https://github.com/withastro/astro/pull/9661) [`d6edc7540864cf5d294d7b881eb886a3804f6d05`](d6edc75408 ) Thanks [@​ematipico](https://github.com/ematipico)! - **Breaking**: Minimum required Astro version is now 4.2.0.
Reorganizes internals to be more maintainable.
##### Patch Changes
- [#​9661](https://github.com/withastro/astro/pull/9661) [`d6edc7540864cf5d294d7b881eb886a3804f6d05`](d6edc75408 ) Thanks [@​ematipico](https://github.com/ematipico)! - Fixes an issue where the preview server appeared to be ready to serve requests before binding to a port.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Reviewed-on: #20
Co-authored-by: Renovate Bot <renovate@dzeio.com>
Co-committed-by: Renovate Bot <renovate@dzeio.com>
|
2024-06-26 09:25:19 +00:00 |
|
|
eb3b41be72
|
chore: Add linting
Build Docker Image / build_docker (push) Failing after 3m9s
Lint / run (push) Failing after 59s
Build, check & Test / run (push) Successful in 9m12s
Signed-off-by: Avior <git@avior.me>
|
2024-05-23 14:55:52 +02:00 |
|
|
9aa14b6778
|
feat: Upgrade to Astro 4
Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
|
2023-12-06 10:40:31 +01:00 |
|
|
5da7cf2faa
|
fix: Add back to lockfile
Build, check & Test / run (push) Failing after 54s
Signed-off-by: Florian Bouillon <f.bouillon@aptatio.com>
|
2023-10-09 11:56:43 +02:00 |
|
|
e26b4eb4a5
|
feat: Upgrade template based on projects made with it
Build, check & Test / run (push) Failing after 42s
Signed-off-by: Florian Bouillon <f.bouillon@aptatio.com>
|
2023-10-09 11:47:11 +02:00 |
|
|
8d3ee7bf8a
|
fix: Add charp to default packages
Build, check & Test / run (push) Failing after 29s
|
2023-10-09 08:08:00 +00:00 |
|
|
327dfed80a
|
fix: check issues
Build, check & Test / run (push) Successful in 6m20s
Signed-off-by: Avior <github@avior.me>
|
2023-09-30 15:47:21 +02:00 |
|
|
a0390bea73
|
feat: Upgrade to Astro 3
Build, check & Test / run (push) Failing after 13s
Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
|
2023-08-31 10:26:30 +02:00 |
|
|
9a17362de3
|
feat: Change e2e to be Playwright
Build, check & Test / run (push) Failing after 1m0s
Signed-off-by: Avior <github@avior.me>
|
2023-07-20 21:33:55 +02:00 |
|
|
db6236d8d8
|
fix: try to use browser
Build, check & Test / run (push) Failing after 1m24s
Signed-off-by: Avior <github@avior.me>
|
2023-07-20 20:25:57 +02:00 |
|
|
cef58aaca6
|
fix: deps
Build, check & Test / run (push) Failing after 1m13s
Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
|
2023-07-20 17:46:44 +02:00 |
|
|
09ed4c487d
|
feat: first version
Build, check & Test / run (push) Failing after 39s
Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
|
2023-07-20 17:41:16 +02:00 |
|
|
71fd87a716
|
fix: check failed
Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
|
2023-07-04 16:14:27 +02:00 |
|
|
3669078563
|
feat: Add basic full tests with actions
Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
|
2023-07-04 15:32:35 +02:00 |
|
|
ff07f8f4a5
|
fet: Add changes lol
Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
|
2023-06-28 17:30:18 +02:00 |
|
|
9530be5c43
|
feat: continue work
Signed-off-by: Avior <github@avior.me>
|
2023-06-28 01:15:56 +02:00 |
|
|
d76f412b82
|
feat: Add moer element
Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
|
2023-06-27 18:30:44 +02:00 |
|
|
ae1b7f9ec4
|
feat: v0
Signed-off-by: Avior <github@avior.me>
|
2023-06-22 00:50:42 +02:00 |
|
|
8442c7b4e3
|
feat: Add support for cypress and vitest
Signed-off-by: Avior <github@avior.me>
|
2023-06-21 20:01:17 +02:00 |
|
|
5c1ed32cb6
|
feat: Add Dao
|
2023-06-19 00:50:46 +02:00 |
|
|
70d52c096d
|
fix: package.json not pointing to crrect file
|
2023-06-14 02:32:34 +02:00 |
|
|
0f7128814c
|
feat: Move to Astro
|
2023-06-14 02:21:36 +02:00 |
|
|
dd330b7da9
|
feat: nearly complete
Signed-off-by: Avior <github@avior.me>
|
2023-04-05 01:22:24 +02:00 |
|
|
9249edf1c4
|
initial commit
Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
|
2023-04-04 17:49:44 +02:00 |
|