Skip to content

fix(deps): update non-minor dependencies#84

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/non-minor-deps
Open

fix(deps): update non-minor dependencies#84
renovate[bot] wants to merge 1 commit intomainfrom
renovate/non-minor-deps

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2026

This PR contains the following updates:

Package Change Age Confidence
autoprefixer 10.4.1610.4.27 age confidence
github.com/cloudfoundry-community/go-cfclient/v3 v3.0.0-alpha.5v3.0.0-alpha.19 age confidence
github.com/go-logr/logr v1.4.1v1.4.3 age confidence
postcss (source) 8.5.68.5.8 age confidence
postcss-cli 11.0.011.0.1 age confidence

Release Notes

postcss/autoprefixer (autoprefixer)

v10.4.27

Compare Source

  • Removed development key from package.json.

v10.4.26

Compare Source

  • Reduced package size.

v10.4.25

Compare Source

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).

v10.4.24

Compare Source

  • Made Autoprefixer a little faster (by @​Cherry).

v10.4.23

Compare Source

v10.4.22

Compare Source

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.

v10.4.21

Compare Source

v10.4.20

Compare Source

  • Fixed fit-content prefix for Firefox.

v10.4.19

Compare Source

  • Removed end value has mixed support, consider using flex-end warning
    since end/start now have good support.

v10.4.18

Compare Source

  • Fixed removing -webkit-box-orient on -webkit-line-clamp (@​Goodwine).

v10.4.17

Compare Source

  • Fixed user-select: contain prefixes.
cloudfoundry-community/go-cfclient (github.com/cloudfoundry-community/go-cfclient/v3)

v3.0.0-alpha.19

Compare Source

What's Changed

  • Add missing fields to Deployment object and new deployment continue function. Deployment status details is no longer a map[string]string.

Full Changelog: cloudfoundry/go-cfclient@v3.0.0-alpha.18...v3.0.0-alpha.19

v3.0.0-alpha.18

Compare Source

What's Changed

  • Add version to Process object

Full Changelog: cloudfoundry/go-cfclient@v3.0.0-alpha.17...v3.0.0-alpha.18

v3.0.0-alpha.17

Compare Source

What's Changed

  • Added process monitoring to blue-green deployment
  • Add support for Service Broker-provided metadata on Service Instances

Full Changelog: cloudfoundry/go-cfclient@v3.0.0-alpha.16...v3.0.0-alpha.17

v3.0.0-alpha.16

Compare Source

What's Changed

  • Apps can be pushed without optionally starting
  • Post-deploy, explicitly restart apps that were already running
  • Ensure application stops when the stopped flag is set with rolling or blue-green strategy
  • Extend process stats object to include some missing fields
  • Service plan method names have been normalized (fixed)

Full Changelog: cloudfoundry/go-cfclient@v3.0.0-alpha.15...v3.0.0-alpha.16

v3.0.0-alpha.15

Compare Source

What's Changed

  • Add lifecycle to manifest

Full Changelog: cloudfoundry/go-cfclient@v3.0.0-alpha.14...v3.0.0-alpha.15

v3.0.0-alpha.14

Compare Source

What's Changed

  • Fix Docker lifecycle creation

Full Changelog: cloudfoundry/go-cfclient@v3.0.0-alpha.13...v3.0.0-alpha.14

v3.0.0-alpha.13

Compare Source

What's Changed

  • Added support for assertion based auth
  • Add support for setting app lifecycle
  • Add Options field to Route structure
  • Correct ListOptions.CreateAt to ListOptions.CreatedAts
  • IncludeSpace string capitalization causes CF-BadQueryParameter
  • Updated autogenerated CF errors
  • Fix error when fetching parameters for service credentials binding

New Contributors

Full Changelog: cloudfoundry/go-cfclient@v3.0.0-alpha.12...v3.0.0-alpha.13

v3.0.0-alpha.12

Compare Source

What's Changed

  • Add Organization.Suspended as non-pointer bool
  • Added user creation via username and origin
  • Make username and origin fields for user resource as pointer strings
  • Add missing usage summary parameters

New Contributors

Full Changelog: cloudfoundry/go-cfclient@v3.0.0-alpha.11...v3.0.0-alpha.12

v3.0.0-alpha.11

Compare Source

What's Changed

  • Add ability to only update droplet metadata only and make the resource consistent with all others
  • Add optional image and type to build update for consistency with droplet updates
  • bump golang.org/x/oauth2 from 0.27.0 to 0.28.0

Full Changelog: cloudfoundry/go-cfclient@v3.0.0-alpha.10...v3.0.0-alpha.11

v3.0.0-alpha.10

Compare Source

What's Changed

  • Add rolling restart to deployment client.
  • Add cpu_entitlement and log_rate fields to ProcessStat.
  • Add relationships.current_droplet to app resource.
  • Add paid services allowed as non-pointer bool.
  • Fix issue #​437, add verbose errors to various async workflows that poll.
  • Fix issue #​446, support filtering by date range.
  • Fix issue #​444, deadline exceeded when renewing oauth tokens.
  • Bump go to 1.23
  • Bump golang.org/x/oauth2 to 0.27.0

New Contributors

Full Changelog: cloudfoundry/go-cfclient@v3.0.0-alpha.9...v3.0.0-alpha.10

v3.0.0-alpha.9

Compare Source

What's Changed

  • Fix 426 - remove pseudo C module import

Full Changelog: cloudfoundry/go-cfclient@v3.0.0-alpha.8...v3.0.0-alpha.9

v3.0.0-alpha.8

Compare Source

What's Changed

  • Allow to set manifest app instances to 0
  • Add CF app readiness checks
  • Add query parameters supported by CC 3.165.0 list operations
  • Added all fields for stack
  • Support parsing of environment variables other than strings
  • Return jobGuid on buildpack delete
  • Remove omitempty from stack attribute in buildpack
  • Make buildpack filename customizable
  • Make stack in buildpack pointer

New Contributors

Full Changelog: cloudfoundry/go-cfclient@v3.0.0-alpha.7...v3.0.0-alpha.8

v3.0.0-alpha.7: v3.0.0 alpha 7

Compare Source

Moved to cloudfoundry org and changed the way config is constructed to use the more typical Golang functional options pattern.

What's Changed

New Contributors

Full Changelog: cloudfoundry/go-cfclient@v3.0.0-alpha.6...v3.0.0-alpha.7

v3.0.0-alpha.6: v3.0.0 alpha 6

Compare Source

Fix multiple issues around oauth token renewals, especially for long lived processes and some additional features.

  • Add support for Docker upload
  • Add get process stats by application ID
  • Add enhanced query filtering and label selection
  • Fix issue 325
  • Fix issue 345
  • Fix issue 349
  • Fixed nil pointer error when no isolation segment has been assigned
  • Bump golang dependencies
go-logr/logr (github.com/go-logr/logr)

v1.4.3

Compare Source

Minor release.

What's Changed

New Contributors

Full Changelog: go-logr/logr@v1.4.2...v1.4.3

v1.4.2

Compare Source

What's Changed

Dependencies:

Full Changelog: go-logr/logr@v1.4.1...v1.4.2

postcss/postcss (postcss)

v8.5.8

Compare Source

  • Fixed Processor#version.

v8.5.7

Compare Source

  • Improved source map annotation cleaning performance (by CodeAnt AI).
postcss/postcss-cli (postcss-cli)

v11.0.1

Compare Source

  • Update and minimize dependencies

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 23, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 23, 2026
@renovate
Copy link
Contributor Author

renovate bot commented Jan 23, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: module github.com/cloudfoundry-community/go-cfclient/v3@v3.0.0-alpha.19 requires go >= 1.23.0; switching to go1.25.7
go: downloading go1.25.7 (linux/amd64)
go: github.com/cloudfoundry-community/go-cfclient/v3@v3.0.0-alpha.19: parsing go.mod:
	module declares its path as: github.com/cloudfoundry/go-cfclient/v3
	        but was required as: github.com/cloudfoundry-community/go-cfclient/v3

renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 28, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 30, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 2, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 4, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 10, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 12, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 17, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 24, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 25, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 25, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants