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

Bump astro from 1.0.0-beta.31 to 1.0.0-beta.46 #52

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 15, 2022

Bumps astro from 1.0.0-beta.31 to 1.0.0-beta.46.

Release notes

Sourced from astro's releases.

[email protected]

Patch Changes

[email protected]

Patch Changes

  • #3593 0e2314d8 Thanks @​matthewp! - Fixes uses of inline hoisted scripts in SSR

  • #3590 d46f8fb1 Thanks @​okikio! - Add support for optional integrations

    By making integration optional, Astro can now ignore null, undefined or other falsy "Integration" values instead of giving an internal error most devs can't and/or won't understand.

    This also enables conditional integrations, e.g.

    integration: [
      // Only run `compress` integration when in production environments, etc...
      import.meta.env.production ? compress() : null,
    ];

[email protected]

Patch Changes

[email protected]

Patch Changes

  • #3552 3eb96a7a Thanks @​tony-sull! - Fix: Astro.site should default to localhost when not provided in a project's config

  • #3540 78164033 Thanks @​tony-sull! - Fix: showing a more helpful error message when an import in an Astro component could not be resolved

... (truncated)

Changelog

Sourced from astro's changelog.

1.0.0-beta.46

Patch Changes

  • d1f3406d - Add support for the injectRoute hook proposed in RFC0023. Feature documentation is available in #704

1.0.0-beta.45

Patch Changes

  • #3590 d46f8fb1 Thanks @​okikio! - Add support for optional integrations

    By making integration optional, Astro can now ignore null, undefined or other falsy "Integration" values instead of giving an internal error most devs can't and/or won't understand.

    This also enables conditional integrations, e.g.

    integration: [
      // Only run `compress` integration when in production environments, etc...
      import.meta.env.production ? compress() : null,
    ];

1.0.0-beta.44

Patch Changes

1.0.0-beta.43

Patch Changes

  • #3540 78164033 Thanks @​tony-sull! - Fix: showing a more helpful error message when an import in an Astro component could not be resolved
  • #3547 a83d5817 Thanks @​bholmesdev! - Fix: show "unable to find network to expose" with local network log when using --host without suitable networks

... (truncated)

Commits

Dependabot compatibility score

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 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)

Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 1.0.0-beta.31 to 1.0.0-beta.46.
- [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/[email protected]/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 15, 2022
@netlify
Copy link

netlify bot commented Jun 15, 2022

Deploy Preview for nifty-bardeen-5c7e53 ready!

Name Link
🔨 Latest commit 90e4bda
🔍 Latest deploy log https://app.netlify.com/sites/nifty-bardeen-5c7e53/deploys/62a9c5389bf90200083378d6
😎 Deploy Preview https://deploy-preview-52--nifty-bardeen-5c7e53.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 17, 2022

Superseded by #54.

@dependabot dependabot bot closed this Jun 17, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/astro-1.0.0-beta.46 branch June 17, 2022 11:42
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants