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 browserslist and gatsby in /client #2124

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2022

Bumps browserslist to 4.20.2 and updates ancestor dependency gatsby. These dependencies need to be updated together.

Updates browserslist from 4.14.2 to 4.20.2

Changelog

Sourced from browserslist's changelog.

4.20.2

  • Fixed package.funding URL format.

4.20.1

  • Fixed package.funding.
  • Fixed docs (by Michael Lohmann).

4.20

  • Added last 2 node versions and last 2 node major versions (by @​g-plane).

4.19.3

  • Updated Firefox ESR (by Christophe Coevoet).

4.19.2

  • Fixed --help output.

4.19.1

  • Fixed throwOnMissing types (by Øyvind Saltvik).

4.19

  • Added queries grammar definition (by Pig Fang).
  • Added throwOnMissing option (by Øyvind Saltvik).
  • Fixed null data ignoring in < 50% in CN (byPig Fang).
  • Fixed data parsing in in my stats (by Sun Xiaoran).
  • Fixed yarn.lock support with integrity (by Alexey Berezin).
  • Fixed Yarn Berry error message in --update-db.

4.18.1

  • Fixed case inventiveness for cover queries (by Pig Fang).
  • Fixed since 1970 query for null in release date (by Pig Fang).

4.18

  • Added --ignore-unknown-versions CLI option (by Pig Fang).

4.17.6

  • Fixed sharable config resolution (by Adaline Valentina Simonian).

4.17.5

  • Fixed --update-db for some pnpm cases.

4.17.4

  • Reduced package size.

4.17.3

  • Use picocolors for color output in --update-db.

4.17.2

  • Reduced package size.

4.17.1

... (truncated)

Commits

Updates gatsby from 3.14.6 to 5.2.0

Release notes

Sourced from gatsby's releases.

v5.2.0

Welcome to gatsby@5.2.0 release (November 2022 #3)

This is an out of band release due to the removal of the Potrace library in Gatsby. We'll continue with our biweekly schedule as normal.

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

v5.1.0

Welcome to gatsby@5.1.0 release (November 2022 #2)

This is the first minor release after the recent major release of Gatsby 5! We are focused on your feedback and implementing fixes as needed.

If you haven’t migrated yet, please refer to the migration guide. We’ve done our best to make the transition smooth!

Some brief notes about what Gatsby 5 brings to the table:

  • Slices API unlocks up to 90% reduction in build duration for content changes in highly shared components
  • Partial Hydration allows you to ship only the necessary JavaScript to the browser

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

v5.0.0

Welcome to gatsby@5.0.0 release (November 2022 #1)

Key highlights of this release:

Major dependency updates:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

v4.24

Welcome to gatsby@4.24.0 release (September 2022 #2)

Key highlights of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

... (truncated)

Commits
  • cec2ab0 chore(release): Publish
  • 94c2d73 chore: remove tracedSVG (#37093)
  • 0889d31 fix(gatsby): Sanitize length on objects (#34253)
  • c935f05 chore(gatsby-plugin-image): Add peerDependenciesMeta (#35146)
  • 0b3c34c chore(docs): Update "Working with Images in Markdown" (#34621)
  • 21cbfb3 fix(gatsby): stale node manifests (#37091)
  • ce0d8b2 chore(docs): Clarify MDX sourcing instructions (#37088)
  • 53a68c6 chore(docs): Update building with components
  • a259ff8 docs: add onCreateNode params and example (#27503)
  • fb15745 fix(deps): update dependency contentful to ^9.1.34 for gatsby-source-contentf...
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [browserslist](https://github.com/browserslist/browserslist) to 4.20.2 and updates ancestor dependency [gatsby](https://github.com/gatsbyjs/gatsby). These dependencies need to be updated together.


Updates `browserslist` from 4.14.2 to 4.20.2
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](browserslist/browserslist@4.14.2...4.20.2)

Updates `gatsby` from 3.14.6 to 5.2.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.14.6...gatsby@5.2.0)

---
updated-dependencies:
- dependency-name: browserslist
  dependency-type: indirect
- dependency-name: gatsby
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 12, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 8, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 15, 2023

Superseded by #2202.

@dependabot dependabot bot closed this Mar 15, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/client/browserslist-and-gatsby-4.20.2 branch March 15, 2023 17:19
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