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 postcss and netlify-cli #63

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps postcss to 8.4.31 and updates ancestor dependency netlify-cli. These dependencies need to be updated together.

Updates postcss from 8.4.24 to 8.4.31

Release notes

Sourced from postcss's releases.

8.4.31

8.4.30

8.4.29

8.4.28

  • Fixed Root.source.end for better source map (by @​romainmenke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.

8.4.25

Changelog

Sourced from postcss's changelog.

8.4.31

8.4.30

  • Improved source map performance (by Romain Menke).

8.4.29

  • Fixed Node#source.offset (by Ido Rosenthal).
  • Fixed docs (by Christian Oliff).

8.4.28

  • Fixed Root.source.end for better source map (by Romain Menke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.

8.4.25

Commits

Updates netlify-cli from 2.71.0 to 16.5.1

Release notes

Sourced from netlify-cli's releases.

v16.5.1

16.5.1 (2023-10-03)

Bug Fixes

v16.5.0

16.5.0 (2023-10-02)

Features

  • functions:serve should announce port via banner (#6019) (afef98f)
  • support npm modules in edge functions locally (#6018) (8360547)

Bug Fixes

  • add flag that allows us to control al2 rollout independent of buildbot (#6021) (c498ed3)
  • deps: pin dependency @​netlify/edge-bundler to 9.1.0 (#6028) (02965a5)
  • include routes in functions config on deploy (#6027) (f83327e)
  • simplify file watching expression (#6030) (1196f8f)

v16.4.2

16.4.2 (2023-09-21)

Bug Fixes

  • deps: update version of edge functions bootstrap (#6015) (c38a839)

v16.4.1

16.4.1 (2023-09-20)

Bug Fixes

  • set invocationMode on deployed functions (#6012) (e5aa1e7)

v16.4.0

16.4.0 (2023-09-19)

Features

... (truncated)

Changelog

Sourced from netlify-cli's changelog.

16.5.1 (2023-10-03)

Bug Fixes

16.5.0 (2023-10-02)

Features

  • functions:serve should announce port via banner (#6019) (afef98f)
  • support npm modules in edge functions locally (#6018) (8360547)

Bug Fixes

  • add flag that allows us to control al2 rollout independent of buildbot (#6021) (c498ed3)
  • deps: pin dependency @​netlify/edge-bundler to 9.1.0 (#6028) (02965a5)
  • include routes in functions config on deploy (#6027) (f83327e)
  • simplify file watching expression (#6030) (1196f8f)

16.4.2 (2023-09-21)

Bug Fixes

  • deps: update version of edge functions bootstrap (#6015) (c38a839)

16.4.1 (2023-09-20)

Bug Fixes

  • set invocationMode on deployed functions (#6012) (e5aa1e7)

16.4.0 (2023-09-19)

Features

Bug Fixes

  • decompress body from edge functions errors (#6010) (e6f5113)
  • deps: update dependency netlify-redirector to v0.5.0 (#6007) (3dcae88)

... (truncated)

Commits
  • 5c9e096 chore(main): release 16.5.1 (#6032)
  • 2b959d1 fix(deps): update netlify packages (#6031)
  • 094c520 chore(main): release 16.5.0 (#6022)
  • 1196f8f fix: simplify file watching expression (#6030)
  • 02965a5 fix(deps): pin dependency @​netlify/edge-bundler to 9.1.0 (#6028)
  • f83327e fix: include routes in functions config on deploy (#6027)
  • 8360547 feat: support npm modules in edge functions locally (#6018)
  • c498ed3 fix: add flag that allows us to control al2 rollout independent of buildbot (...
  • 6aa53d6 Pass functions manifest runtimeVersion to api when uploading functions (#6020)
  • afef98f feat: functions:serve should announce port via banner (#6019)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by netlify-bot, a new releaser for netlify-cli since your current version.


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.

Bumps [postcss](https://github.com/postcss/postcss) to 8.4.31 and updates ancestor dependency [netlify-cli](https://github.com/netlify/cli). These dependencies need to be updated together.


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

Updates `netlify-cli` from 2.71.0 to 16.5.1
- [Release notes](https://github.com/netlify/cli/releases)
- [Changelog](https://github.com/netlify/cli/blob/main/CHANGELOG.md)
- [Commits](netlify/cli@v2.71.0...v16.5.1)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
- dependency-name: netlify-cli
  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 Oct 5, 2023
@netlify
Copy link

netlify bot commented Oct 5, 2023

Deploy Preview for tricitiesdev failed.

Name Link
🔨 Latest commit 715610f
🔍 Latest deploy log https://app.netlify.com/sites/tricitiesdev/deploys/651eccc8b452750009dbc7c7

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