Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump astro and @astrojs/node in /website #1284

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 8, 2024

Preview: https://dependabot-npm-and-yarn-w.loculus.org/

Bumps astro and @astrojs/node. These dependencies needed to be updated together.
Updates astro from 3.6.5 to 4.4.15

Release notes

Sourced from astro's releases.

astro@4.4.15

Patch Changes

astro@4.4.14

Patch Changes

astro@4.4.13

Patch Changes

astro@4.4.12

Patch Changes

astro@4.4.11

Patch Changes

astro@4.4.10

Patch Changes

astro@4.4.9

Patch Changes

... (truncated)

Changelog

Sourced from astro's changelog.

4.4.15

Patch Changes

4.4.14

Patch Changes

4.4.13

Patch Changes

4.4.12

Patch Changes

4.4.11

Patch Changes

4.4.10

Patch Changes

... (truncated)

Commits

Updates @astrojs/node from 6.1.0 to 8.2.3

Release notes

Sourced from @​astrojs/node's releases.

@​astrojs/node@​8.2.3

Patch Changes

@​astrojs/node@​8.2.2

Patch Changes

@​astrojs/node@​8.2.1

Patch Changes

@​astrojs/node@​8.2.0

Minor Changes

@​astrojs/node@​8.1.0

Minor Changes

@​astrojs/node@​8.0.0

Major Changes

  • #9661 d6edc7540864cf5d294d7b881eb886a3804f6d05 Thanks @​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 d6edc7540864cf5d294d7b881eb886a3804f6d05 Thanks @​ematipico! - Breaking: Minimum required Astro version is now 4.2.0. Reorganizes internals to be more maintainable.

Patch Changes

Changelog

Sourced from @​astrojs/node's changelog.

8.2.3

Patch Changes

8.2.2

Patch Changes

8.2.1

Patch Changes

8.2.0

Minor Changes

8.1.0

Minor Changes

8.0.0

Major Changes

  • #9661 d6edc7540864cf5d294d7b881eb886a3804f6d05 Thanks @​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 d6edc7540864cf5d294d7b881eb886a3804f6d05 Thanks @​ematipico! - Breaking: Minimum required Astro version is now 4.2.0. Reorganizes internals to be more maintainable.

Patch Changes

7.0.4

Patch Changes

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript labels Mar 8, 2024
@corneliusroemer
Copy link
Contributor

This is a major version bump - is there a reason we didn't get this upgrade earlier from dependabot? It's surprising dependabot gives this now when astro has had v4 releases for a while. I couldn't find us closing similar PRs earlier. @chaoran-chen any ideas?

@corneliusroemer corneliusroemer added the preview Triggers a deployment to argocd label Mar 8, 2024
@chaoran-chen
Copy link
Member

We had issues with Astro 4: #644 (comment)

@corneliusroemer corneliusroemer mentioned this pull request Mar 9, 2024
@corneliusroemer corneliusroemer removed the preview Triggers a deployment to argocd label Mar 9, 2024
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node). These dependencies needed to be updated together.

Updates `astro` from 3.6.5 to 4.4.15
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@4.4.15/packages/astro)

Updates `@astrojs/node` from 6.1.0 to 8.2.3
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/node/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/node@8.2.3/packages/integrations/node)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@astrojs/node"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/website/astro-and-astrojs/node-4.4.15 branch from 39a0f22 to ac38d8d Compare March 9, 2024 00:13
@corneliusroemer corneliusroemer added the preview Triggers a deployment to argocd label Mar 9, 2024
@corneliusroemer
Copy link
Contributor

There seems to still be an issue with post-submission -> processing. The sequences don't seem to end up in processing until quite some time passes.

Copy link
Contributor

@corneliusroemer corneliusroemer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Submission -> processing doesn't seem to work normally. The spinner starts spinning as if sequences were in processing straight after submission - but the preprocessing logs indicate no sequences were received from the backend.

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 11, 2024

Superseded by #1336.

@dependabot dependabot bot closed this Mar 11, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/website/astro-and-astrojs/node-4.4.15 branch March 11, 2024 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file preview Triggers a deployment to argocd
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants