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

build(deps): bump parse-url, gatsby, gatsby-plugin-react-helmet and gatsby-plugin-sass #287

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 2, 2023

Bumps parse-url to 8.1.0 and updates ancestor dependencies parse-url, gatsby, gatsby-plugin-react-helmet and gatsby-plugin-sass. These dependencies need to be updated together.

Updates parse-url from 6.0.5 to 8.1.0

Release notes

Sourced from parse-url's releases.

8.1.0

parse-url@8.1.0

  • fix: cjs to load normalize-url /cc #58
  • fix: Include index.d.ts in package.json /cc #63
  • feat: support custom SSH username /cc #60
  • feat: improve regex pattern /cc #59

Thanks to @​privatenumber and @​briancoit for their contributions! 🍰

8.0.0

parse-url 8.0.0

Breaking Changes

  • The resource property will not contain the port, but the host one will.
  • Throw an error if the input is invalid. Hence, file paths like /home/path/to/dir will only be valid if the file:// protocol is added (file://home/path/to/dir)
  • Throw an error if the input length exceeds the maximum length (parse.MAX_URL_LENGTH), by default 2048.

Fixes

Other changes

7.0.2

Add the url in the error object, fixes #14

7.0.1

📝 docs

7.0.0

parse-url 7.0.0

⭐ This is a major release of parse-url! ⭐

Breaking changes

  • If the input url has a trailing slash, the trailing slash will be added in the pathname too.
  • The port field is a string. By default empty.
  • Added the password field (default: "")
  • The resource may contain the port in it (e.g. resource: "domain.com:4200").

Features

  • Faster
  • More secure
  • Cleaner codebase
Commits
  • 4412976 Updated docs
  • ac17353 Merge branch 'patch-1' of github.com:briancoit/parse-url into new-version
  • 778a0a5 Merge branch 'support-custom-user' of github.com:privatenumber/parse-url into...
  • 0baab4f Merge branch 'improve-regex' of github.com:privatenumber/parse-url into new-v...
  • d1a4395 Merge branch 'fix-cjs' of github.com:privatenumber/parse-url into new-version
  • 9cacf38 ⬆️ 8.1.0 🎉
  • 9a78bd8 Merge pull request #61 from privatenumber/move-funding-yml
  • 1883136 Include index.d.ts in package
  • 92f899b chore: move FUNDING.yml out of workflows
  • 9500430 feat: support custom user in ssh url
  • Additional commits viewable in compare view

Updates gatsby from 3.15.0 to 5.12.5

Release notes

Sourced from gatsby's releases.

v5.12.0

Welcome to gatsby@5.12.0 release (August 2023 #1)

Key highlight 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

v5.11.0

Welcome to gatsby@5.11.0 release (June 2023 #1)

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

Full changelog

v5.10.0

Welcome to gatsby@5.10.0 release (May 2023 #1)

This release focused on bug fixes and perf improvements. Check out notable bugfixes and improvements.

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

Full changelog

v5.9.0

Welcome to gatsby@5.9.0 release (April 2023 #1)

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

Full changelog

... (truncated)

Commits
  • aefefa9 chore(release): Publish
  • 9ffed29 feat(gatsby-graphiql-explorer): lower minimum node version (#38577) (#38579)
  • d055a99 chore(release): Publish
  • 56ddcce fix(gatsby-adapter-netlify): handle cases with large cached _redirects and/or...
  • 68be864 chore(release): Publish
  • dfcc546 Update gatsby-cloud-plugin README (#38479) (#38550)
  • 0642eb7 chore(release): Publish
  • 232ec13 fix(gatsby): don't break builds when using features unsupported by adapter (#...
  • 4b082d3 chore(release): Publish
  • da050e5 fix(gatsby): fix api function compilation on Windows (#38489) (#38491)
  • Additional commits viewable in compare view

Updates gatsby-plugin-react-helmet from 4.15.0 to 6.12.0

Release notes

Sourced from gatsby-plugin-react-helmet's releases.

v5.12.0

Welcome to gatsby@5.12.0 release (August 2023 #1)

Key highlight 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

v5.11.0

Welcome to gatsby@5.11.0 release (June 2023 #1)

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

Full changelog

v5.10.0

Welcome to gatsby@5.10.0 release (May 2023 #1)

This release focused on bug fixes and perf improvements. Check out notable bugfixes and improvements.

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

Full changelog

v5.9.0

Welcome to gatsby@5.9.0 release (April 2023 #1)

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

Full changelog

... (truncated)

Changelog

Sourced from gatsby-plugin-react-helmet's changelog.

6.12.0 (2023-08-24)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-react-helmet

6.11.0 (2023-06-15)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-react-helmet

6.10.0 (2023-05-16)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-react-helmet

6.9.0 (2023-04-18)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-react-helmet

6.8.0 (2023-03-21)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-react-helmet

6.7.0 (2023-02-21)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-react-helmet

6.6.0 (2023-02-07)

🧾 Release notes

Bug Fixes

6.5.0 (2023-01-24)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-react-helmet

... (truncated)

Commits

Updates gatsby-plugin-sass from 4.14.0 to 6.12.0

Release notes

Sourced from gatsby-plugin-sass's releases.

v5.12.0

Welcome to gatsby@5.12.0 release (August 2023 #1)

Key highlight 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

v5.11.0

Welcome to gatsby@5.11.0 release (June 2023 #1)

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

Full changelog

v5.10.0

Welcome to gatsby@5.10.0 release (May 2023 #1)

This release focused on bug fixes and perf improvements. Check out notable bugfixes and improvements.

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

Full changelog

v5.9.0

Welcome to gatsby@5.9.0 release (April 2023 #1)

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

Full changelog

... (truncated)

Changelog

Sourced from gatsby-plugin-sass's changelog.

6.12.0 (2023-08-24)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-sass

6.11.0 (2023-06-15)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-sass

6.10.0 (2023-05-16)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-sass

6.9.0 (2023-04-18)

🧾 Release notes

Chores

  • update dependency autoprefixer to ^10.4.14 for gatsby-plugin-sass #37819 (e193c81)

6.8.0 (2023-03-21)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-sass

6.7.0 (2023-02-21)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-sass

6.6.0 (2023-02-07)

🧾 Release notes

Bug Fixes

6.5.0 (2023-01-24)

🧾 Release notes

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 2, 2023
…atsby-plugin-sass

Bumps [parse-url](https://github.com/IonicaBizau/parse-url) to 8.1.0 and updates ancestor dependencies [parse-url](https://github.com/IonicaBizau/parse-url), [gatsby](https://github.com/gatsbyjs/gatsby), [gatsby-plugin-react-helmet](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-react-helmet) and [gatsby-plugin-sass](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sass). These dependencies need to be updated together.


Updates `parse-url` from 6.0.5 to 8.1.0
- [Release notes](https://github.com/IonicaBizau/parse-url/releases)
- [Commits](IonicaBizau/parse-url@6.0.5...8.1.0)

Updates `gatsby` from 3.15.0 to 5.12.5
- [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.15.0...gatsby@5.12.5)

Updates `gatsby-plugin-react-helmet` from 4.15.0 to 6.12.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-react-helmet/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@6.12.0/packages/gatsby-plugin-react-helmet)

Updates `gatsby-plugin-sass` from 4.14.0 to 6.12.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sass/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@6.12.0/packages/gatsby-plugin-sass)

---
updated-dependencies:
- dependency-name: parse-url
  dependency-type: indirect
- dependency-name: gatsby
  dependency-type: direct:production
- dependency-name: gatsby-plugin-react-helmet
  dependency-type: direct:production
- dependency-name: gatsby-plugin-sass
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/parse-url-and-gatsby-and-gatsby-plugin-react-helmet-and-gatsby-plugin-sass-8.1.0 branch from ae18a00 to 007e6c3 Compare October 5, 2023 08:04
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants