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 netlify-cli from 12.14.0 to 13.0.1 #745

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 6, 2023

Bumps netlify-cli from 12.14.0 to 13.0.1.

Release notes

Sourced from netlify-cli's releases.

v13.0.1

13.0.1 (2023-03-03)

Bug Fixes

  • deps: update dependency @​netlify/edge-bundler to ^8.9.0 (#5521) (3566ad7)
  • deps: update dependency @​netlify/framework-info to ^9.8.3 (#5506) (748bc5c)
  • deps: update dependency @​netlify/zip-it-and-ship-it to ^8.8.0 (#5511) (5fb20ff)
  • deps: update dependency axios to v1.3.4 (#5498) (cb4479f)
  • deps: update dependency chalk to v5 (#5478) (a78f641)
  • deps: update dependency hashids to v2.2.11 (#5499) (48ec641)
  • deps: update dependency is-docker to v3 (#5509) (0c3fd0a)
  • deps: update dependency is-plain-obj to v4 (#5510) (4b6d387)
  • deps: update dependency p-filter to v3 (#5513) (8fd947a)
  • deps: update dependency p-map to v5 (#5514) (881dff6)
  • deps: update dependency raw-body to v2.5.2 (#5500) (985208a)
  • deps: update dependency shell-quote to 1.8.0 (#5189) (b94711b)
  • deps: update netlify packages (#5520) (3f71564)
  • deps: update rust crate http to 0.2.9 (#5502) (c638edb)
  • graph deprecation snapshots with normalization (#5524) (48e94f7)

v13.0.0

13.0.0 (2023-02-21)

⚠ BREAKING CHANGES

  • The x-powered-by header in Netlify Dev responses was replaced with a server header

Features

  • bring dev server headers to parity with production (#5490) (edad634)
Changelog

Sourced from netlify-cli's changelog.

13.0.1 (2023-03-03)

Bug Fixes

  • deps: update dependency @​netlify/edge-bundler to ^8.9.0 (#5521) (3566ad7)
  • deps: update dependency @​netlify/framework-info to ^9.8.3 (#5506) (748bc5c)
  • deps: update dependency @​netlify/zip-it-and-ship-it to ^8.8.0 (#5511) (5fb20ff)
  • deps: update dependency axios to v1.3.4 (#5498) (cb4479f)
  • deps: update dependency chalk to v5 (#5478) (a78f641)
  • deps: update dependency hashids to v2.2.11 (#5499) (48ec641)
  • deps: update dependency is-docker to v3 (#5509) (0c3fd0a)
  • deps: update dependency is-plain-obj to v4 (#5510) (4b6d387)
  • deps: update dependency p-filter to v3 (#5513) (8fd947a)
  • deps: update dependency p-map to v5 (#5514) (881dff6)
  • deps: update dependency raw-body to v2.5.2 (#5500) (985208a)
  • deps: update dependency shell-quote to 1.8.0 (#5189) (b94711b)
  • deps: update netlify packages (#5520) (3f71564)
  • deps: update rust crate http to 0.2.9 (#5502) (c638edb)
  • graph deprecation snapshots with normalization (#5524) (48e94f7)

13.0.0 (2023-02-21)

⚠ BREAKING CHANGES

  • The x-powered-by header in Netlify Dev responses was replaced with a server header

Features

  • bring dev server headers to parity with production (#5490) (edad634)
Commits
  • 43d1850 chore(main): release 13.0.1 (#5501)
  • 3f71564 fix(deps): update netlify packages (#5520)
  • 3566ad7 fix(deps): update dependency @​netlify/edge-bundler to ^8.9.0 (#5521)
  • 5dd7269 chore(deps): update vitest monorepo to v0.29.2 (#5525)
  • 48e94f7 fix: graph deprecation snapshots with normalization (#5524)
  • f667d27 test: fix snapshots that contain graph commands due to deprecation (#5522)
  • bbb80e9 docs: add links to compliance content in the footer (#5517)
  • 536db4e chore: deprecate graph command (#5448)
  • b94711b fix(deps): update dependency shell-quote to 1.8.0 (#5189)
  • a78f641 fix(deps): update dependency chalk to v5 (#5478)
  • Additional commits viewable in compare view

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 [netlify-cli](https://github.com/netlify/cli) from 12.14.0 to 13.0.1.
- [Release notes](https://github.com/netlify/cli/releases)
- [Changelog](https://github.com/netlify/cli/blob/main/CHANGELOG.md)
- [Commits](netlify/cli@v12.14.0...v13.0.1)

---
updated-dependencies:
- dependency-name: netlify-cli
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 6, 2023
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

0 participants