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 flat, gatsby, @release-it/conventional-changelog and release-it #581

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 Dec 30, 2022

Bumps flat to 5.0.2 and updates ancestor dependencies flat, gatsby, @release-it/conventional-changelog and release-it. These dependencies need to be updated together.

Updates flat from 4.1.0 to 5.0.2

Commits
  • e5ffd66 Release 5.0.2
  • fdb79d5 Update dependencies, refresh lockfile, format with standard.
  • e52185d Test against node 14 in CI.
  • 0189cb1 Avoid arrow function syntax.
  • f25d3a1 Release 5.0.1
  • 54cc7ad use standard formatting
  • 779816e drop dependencies
  • 2eea6d3 Bump lodash from 4.17.15 to 4.17.19
  • a61a554 Bump acorn from 7.1.0 to 7.4.0
  • 20ef0ef Fix prototype pollution on unflatten
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by timoxley, a new releaser for flat since your current version.


Updates gatsby from 2.20.17 to 2.32.13

Release notes

Sourced from gatsby's releases.

v2.32 (February 2021 #1)

Welcome to gatsby@2.32.0 release (February 2021. 1)

Key highlights of this release:

Also check out notable bugfixes.

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

v2.31 (January 2021 #2)

Welcome to gatsby@2.31.0 release (January 2021 #2)

Key highlights of this release:

Also check out notable bugfixes.

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

v2.30 (January 2021 #1)

Welcome to gatsby@2.30.0 release (January 2021 #‎1)

See full release notes

Key highlights of this release:

... (truncated)

Commits
  • 5a654fa chore(release): Publish
  • c8b9b7c fix(gatsby-telemetry): Read installedGatsbyVersion correctly for workspaces (...
  • 08cc344 chore(release): Publish
  • 9095266 fix(gatsby-plugin-netlify-cms): align mini-css-extract-plugin version (#31093)
  • 83c26f8 chore(release): Publish
  • 8d7c3a1 fix(gatsby-source-wordpress): schema customization errors (#30358) (#30650)
  • 4ffcf78 fix(gatsby-source-contentful): Contentful page limit backoff (#30549) (#30618)
  • fc61c88 feat(gatsby-source-contentful): Increase Contentful sync by up to 10x (#30422...
  • b3315a0 fix(gatsby-source-contentful): Improve network error handling (#30257) (#30617)
  • 0eac672 fix(gatsby): fix incorrect intersection of filtered results (#30594) (#30619)
  • Additional commits viewable in compare view

Updates @release-it/conventional-changelog from 1.1.0 to 1.1.4

Release notes

Sourced from @​release-it/conventional-changelog's releases.

Release 1.1.4

  • Update dependencies (fa3872a)
  • Ignore recommended bump for prereleases (e751510)

Release 1.1.3

  • Prepare and always send full config argument to conventional-changelog (efc2795)

Release 1.1.2

  • Update dependencies (8296882)
  • Hook into release-it plugin.getChangelog mechanism (b9afe93)

Release 1.1.1

  • Housekeeping (5f0d4dd)
  • Update dependency (ece7f23)
  • Replace ava with bron (a6a2ef5)
Commits

Updates release-it from 12.3.0 to 15.6.0

Release notes

Sourced from release-it's releases.

Release 15.6.0

  • Fix specs for #966 (39a318b)
  • Move space (quickfix) (cfae247)
  • fix: use spec formdata (#958) (c21e6b6)
  • Fix npm.isCollaborator() on npm v9 (#966) (3bd405a)
  • feat(git): added option to use --exclude option on git describe (#963) (2b484bf)

Release 15.5.1

  • Update dependencies (aa89cbd)
  • Prompt for npm OTP in --only-version (fixes #948) (ff626d1)
  • Remove unused export/function (331b0de)
  • Add knip + config (ee99f63)

Release 15.5.0

  • Update dependencies (5d035be)
  • Add npm.versionArgs option (5efc57f)

Release 15.4.3

  • Update dependencies (67da5d9)
  • Update got to 12.5.1 (#943) (a9c8c34)

Release 15.4.2

  • Update dependencies (97095d5)
  • Defer dry run bail out in asset globbing (to include the warning in dry runs) (bf6ccc8)
  • Housekeeping for Actions (feff2eb)

Release 15.4.1

  • Handle file paths and dots in git urls (055a4ff)
  • Update dependencies (including git-url-parse) (1851650)

Release 15.4.0

  • Add npm.name to config.context and extend context for tagName (closes #933) (627763f)

Release 15.3.0

  • Add new features to docs (e2101ed)
  • Add tests for branchName in tag name (a6f6eff)
  • Update dependencies (ae9ccb9)
  • add branchName for template (#897) (9aa9a5d)
  • add new --changelog option (#912) (5798a7a)

Release 15.2.0

  • Update dependencies (b78eb1e)
  • Add package.json to exports (acc66f7)
  • Fixes loading scoped plugins to ensure name is preserved (#926) (145fc71)
  • Add workaround for Windows by removing drive letter from git url (#924) (ce3a726)
  • Enable manual triggers and disable tag triggers in test pipeline (b830876)
  • Fix plugin links (b7cd505)

Release 15.1.4

  • Migrate to git-url-parse v12 (41aad00)

... (truncated)

Changelog

Sourced from release-it's changelog.

Changelog

This document lists breaking changes for each major release.

See the GitHub Releases page for detailed changelogs: https://github.com/release-it/release-it/releases

v15 (2022-04-30)

  • Removed support for Node.js v10 and v12.
  • Removed support for GitLab v12.4 and lower.
  • Removed anonymous metrics (and the option to disable it).
  • Programmatic usage and plugins only through ES Module syntax (import)

Use release-it v14 in legacy environments.

v14 (2020-09-03)

  • Removed global property from plugins. Use this.config[key] instead.
  • Removed deprecated npm.access option. Set this in package.json instead.

v13 (2020-03-07)

  • Dropped support for Node v8
  • Dropped support for GitLab v11.6 and lower.
  • Deprecated scripts are removed (in favor of hooks).
  • Removed deprecated --non-interactive (-n) argument. Use --ci instead.
  • Removed old %s and [REV_RANGE] syntax in command substitutions. Use ${version} and ${latestTag} instead.

v12 (2019-05-03)

  • The --follow-tags argument for git push has been moved to the default configuration. This is only a breaking change if git.pushArgs was not empty (it was empty by default).

v11

  • The custom conventional-changelog increment (e.g. "increment": "conventional:angular") with additional script configuration is replaced with a plugin. Please see conventional changelog how to use this plugin.
  • The pkgFiles option has been removed. If there's a need to bump other files than what npm version bumps, it should be (part of) a plugin.
  • By default, the latest version was derived from the latest Git tag. From v11, if the repo has a package.json then that version is used instead. The use option has been removed. Also see latest version.
  • scripts.changelog has been moved to git.changelog

v10

  • Dropped support for Node v6

... (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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

…d release-it

Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependencies [flat](https://github.com/hughsk/flat), [gatsby](https://github.com/gatsbyjs/gatsby), [@release-it/conventional-changelog](https://github.com/release-it/conventional-changelog) and [release-it](https://github.com/release-it/release-it). These dependencies need to be updated together.


Updates `flat` from 4.1.0 to 5.0.2
- [Release notes](https://github.com/hughsk/flat/releases)
- [Commits](hughsk/flat@4.1.0...5.0.2)

Updates `gatsby` from 2.20.17 to 2.32.13
- [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@2.20.17...gatsby@2.32.13)

Updates `@release-it/conventional-changelog` from 1.1.0 to 1.1.4
- [Release notes](https://github.com/release-it/conventional-changelog/releases)
- [Commits](release-it/conventional-changelog@1.1.0...1.1.4)

Updates `release-it` from 12.3.0 to 15.6.0
- [Release notes](https://github.com/release-it/release-it/releases)
- [Changelog](https://github.com/release-it/release-it/blob/master/CHANGELOG.md)
- [Commits](release-it/release-it@12.3.0...15.6.0)

---
updated-dependencies:
- dependency-name: flat
  dependency-type: indirect
- dependency-name: gatsby
  dependency-type: direct:production
- dependency-name: "@release-it/conventional-changelog"
  dependency-type: direct:development
- dependency-name: release-it
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 30, 2022
@HarrisJT
Copy link
Owner

Deploy Preview for harrisjt failed.

Name Link
🔨 Latest commit 482d2a1
🔍 Latest deploy log https://app.netlify.com/sites/harrisjt/deploys/63af310cecabf2000808523e

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.

None yet

1 participant