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

chore(deps): update all non-major dependencies #923

Merged
merged 2 commits into from
Feb 12, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 12, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@swc/core (source) 1.3.107 -> 1.4.0 age adoption passing confidence devDependencies minor
@swc/jest (source) 0.2.34 -> 0.2.36 age adoption passing confidence devDependencies patch
@testing-library/jest-dom 6.4.1 -> 6.4.2 age adoption passing confidence devDependencies patch
@types/react (source) 18.2.52 -> 18.2.55 age adoption passing confidence devDependencies patch
@types/react-dom (source) 18.2.18 -> 18.2.19 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 6.20.0 -> 6.21.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 6.20.0 -> 6.21.0 age adoption passing confidence devDependencies minor
@typescript-eslint/typescript-estree (source) 6.20.0 -> 6.21.0 age adoption passing confidence devDependencies minor
chokidar 3.5.3 -> 3.6.0 age adoption passing confidence devDependencies minor
go 1.21.6 -> 1.22.0 age adoption passing confidence minor
go (source) 1.21.6 -> 1.22.0 age adoption passing confidence golang minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.22.0 -> v1.23.1 age adoption passing confidence require minor
golang.org/x/mod v0.14.0 -> v0.15.0 age adoption passing confidence require minor
golang.org/x/net v0.20.0 -> v0.21.0 age adoption passing confidence require minor
goreleaser 1.23.0 -> 1.24.0 age adoption passing confidence minor
just 1.23.0 -> 1.24.0 age adoption passing confidence minor
lint-staged 15.2.1 -> 15.2.2 age adoption passing confidence devDependencies patch
postcss (source) 8.4.33 -> 8.4.35 age adoption passing confidence devDependencies patch
pre-commit 3.6.0 -> 3.6.1 age adoption passing confidence patch
yq 4.40.5 -> 4.40.7 age adoption passing confidence patch
com.squareup.wire:wire-grpc-server 4.9.6 -> 4.9.7 age adoption passing confidence compile patch
com.squareup.wire:wire-runtime-jvm 4.9.6 -> 4.9.7 age adoption passing confidence compile patch

Release Notes

swc-project/swc (@​swc/core)

v1.4.0

Compare Source

Bug Fixes
Features
Refactor
Testing
  • (es/minifer) Update the passing terser test list (#​8573) (8b86638)

  • (es/testing) Ensure that test_inline! is working properly (#​8590) (872a47b)

testing-library/jest-dom (@​testing-library/jest-dom)

v6.4.2

Compare Source

Bug Fixes
  • Remove errant export of GetByRoleMatcher, fixing type checking in some TS configurations (#​575) (a93c0c4)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.21.0

Compare Source

🚀 Features
  • export plugin metadata

  • allow parserOptions.project: false

  • eslint-plugin: add rule prefer-find

🩹 Fixes
  • eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression

  • eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values

  • eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions

  • eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option

  • eslint-plugin: [class-literal-property-style] allow getter when same key setter exists

  • eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before as keyword

❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v6.21.0

Compare Source

🚀 Features
  • allow parserOptions.project: false
❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/typescript-estree)

v6.21.0

Compare Source

🚀 Features
  • allow parserOptions.project: false

  • typescript-estree: forbid duplicated accessibility modifiers

❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

You can read about our versioning strategy and releases on our website.

paulmillr/chokidar (chokidar)

v3.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: paulmillr/chokidar@3.5.3...3.6.0

golang/go (go)

v1.22.0

open-telemetry/opentelemetry-go (go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc)

v1.23.1: /v0.45.2

Compare Source

Fixed
  • Register all callbacks passed during observable instrument creation instead of just the last one multiple times in go.opentelemetry.io/otel/sdk/metric. (#​4888)

v1.23.0: /v0.45.1

Compare Source

This release contains the first stable, v1, release of the following modules:

  • go.opentelemetry.io/otel/bridge/opencensus
  • go.opentelemetry.io/otel/bridge/opencensus/test
  • go.opentelemetry.io/otel/example/opencensus
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
  • go.opentelemetry.io/otel/exporters/stdout/stdoutmetric

See our versioning policy for more information about these stability guarantees.

Added
  • Add WithEndpointURL option to the exporters/otlp/otlpmetric/otlpmetricgrpc, exporters/otlp/otlpmetric/otlpmetrichttp, exporters/otlp/otlptrace/otlptracegrpc and exporters/otlp/otlptrace/otlptracehttp packages. (#​4808)
  • Experimental exemplar exporting is added to the metric SDK. See metric documentation for more information about this feature and how to enable it. (#​4871)
  • ErrSchemaURLConflict is added to go.opentelemetry.io/otel/sdk/resource. This error is returned when a merge of two Resources with different (non-empty) schema URL is attempted. (#​4876)
Changed
  • The Merge and New functions in go.opentelemetry.io/otel/sdk/resource now returns a partial result if there is a schema URL merge conflict. Instead of returning nil when two Resources with different (non-empty) schema URLs are merged the merged Resource, along with the new ErrSchemaURLConflict error, is returned. It is up to the user to decide if they want to use the returned Resource or not. It may have desired attributes overwritten or include stale semantic conventions. (#​4876)
Fixed
  • Fix ContainerID resource detection on systemd when cgroup path has a colon. (#​4449)
  • Fix go.opentelemetry.io/otel/sdk/metric to cache instruments to avoid leaking memory when the same instrument is created multiple times. (#​4820)
  • Fix missing Mix and Max values for go.opentelemetry.io/otel/exporters/stdout/stdoutmetric by introducing MarshalText and MarshalJSON for the Extrema type in go.opentelemetry.io/sdk/metric/metricdata. (#​4827)
New Contributors

Full Changelog: open-telemetry/opentelemetry-go@v1.22.0...v1.23.0

goreleaser/goreleaser (goreleaser)

v1.24.0

Changelog

New Features
Security updates
Bug fixes
Dependency updates
Documentation updates
Build process updates

Full Changelog: goreleaser/goreleaser@v1.23.0...v1.24.0

Helping out

This release is only possible thanks to all the support of some awesome people!

Want to be one of them?
You can sponsor, get a Pro License or contribute with code.

Where to go next?

GoReleaser logo

casey/just (just)

v1.24.0

Compare Source

Added
  • Support recipe paths containing :: in Bash completion script (#​1863 by crdx)
  • Add function to canonicalize paths (#​1859)
Misc
okonet/lint-staged (lint-staged)

v15.2.2

Compare Source

Patch Changes
  • #​1391 fdcdad4 Thanks @​iiroj! - Lint-staged no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout.
postcss/postcss (postcss)

v8.4.35

Compare Source

  • Avoid ! in node.parent.nodes type.
  • Allow to pass undefined to node adding method to simplify types.

v8.4.34

Compare Source

  • Fixed AtRule#nodes type (by Tim Weißenfels).
  • Cleaned up code (by Dmitry Kirillov).
pre-commit/pre-commit (pre-commit)

v3.6.1

Compare Source

==================

Fixes
mikefarah/yq (yq)

v4.40.7

square/wire (com.squareup.wire:wire-grpc-server)

v4.9.7

Compare Source

2024-02-12

Common
  • Support all struct types for JSON encoding (#​2824 by [Arnaud Frugier][quanturium])

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2ec5c4e to fd01789 Compare February 12, 2024 23:05
Copy link
Contributor Author

renovate bot commented Feb 12, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@alecthomas alecthomas merged commit 5207057 into main Feb 12, 2024
@alecthomas alecthomas deleted the renovate/all-minor-patch branch February 12, 2024 23:12
alecthomas pushed a commit that referenced this pull request Feb 13, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence | Type |
Update |
|---|---|---|---|---|---|---|---|
| [@swc/core](https://swc.rs)
([source](https://github.com/swc-project/swc)) | [`1.3.107` ->
`1.4.0`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.107/1.4.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/@swc%2fcore/1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@swc%2fcore/1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@swc%2fcore/1.3.107/1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@swc%2fcore/1.3.107/1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor |
|
[@swc/jest](https://github.com/swc-project/pkgs/tree/main/packages/jest)
([source](https://github.com/swc-project/pkgs)) | [`0.2.34` ->
`0.2.36`](https://renovatebot.com/diffs/npm/@swc%2fjest/0.2.34/0.2.36) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/@swc%2fjest/0.2.36?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@swc%2fjest/0.2.36?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@swc%2fjest/0.2.34/0.2.36?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@swc%2fjest/0.2.34/0.2.36?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch |
|
[@testing-library/jest-dom](https://github.com/testing-library/jest-dom)
| [`6.4.1` ->
`6.4.2`](https://renovatebot.com/diffs/npm/@testing-library%2fjest-dom/6.4.1/6.4.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@testing-library%2fjest-dom/6.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@testing-library%2fjest-dom/6.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@testing-library%2fjest-dom/6.4.1/6.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@testing-library%2fjest-dom/6.4.1/6.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch |
|
[@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react)
([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react))
| [`18.2.52` ->
`18.2.55`](https://renovatebot.com/diffs/npm/@types%2freact/18.2.52/18.2.55)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact/18.2.55?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2freact/18.2.55?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2freact/18.2.52/18.2.55?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2freact/18.2.52/18.2.55?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch |
|
[@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom)
([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom))
| [`18.2.18` ->
`18.2.19`](https://renovatebot.com/diffs/npm/@types%2freact-dom/18.2.18/18.2.19)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact-dom/18.2.19?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2freact-dom/18.2.19?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2freact-dom/18.2.18/18.2.19?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2freact-dom/18.2.18/18.2.19?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch |
|
[@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint)
([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin))
| [`6.20.0` ->
`6.21.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/6.20.0/6.21.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/6.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2feslint-plugin/6.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2feslint-plugin/6.20.0/6.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2feslint-plugin/6.20.0/6.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor |
|
[@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint)
([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
| [`6.20.0` ->
`6.21.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/6.20.0/6.21.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2fparser/6.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2fparser/6.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2fparser/6.20.0/6.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2fparser/6.20.0/6.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor |
|
[@typescript-eslint/typescript-estree](https://github.com/typescript-eslint/typescript-eslint)
([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-estree))
| [`6.20.0` ->
`6.21.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2ftypescript-estree/6.20.0/6.21.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2ftypescript-estree/6.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2ftypescript-estree/6.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2ftypescript-estree/6.20.0/6.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2ftypescript-estree/6.20.0/6.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor |
| [chokidar](https://github.com/paulmillr/chokidar) | [`3.5.3` ->
`3.6.0`](https://renovatebot.com/diffs/npm/chokidar/3.5.3/3.6.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/chokidar/3.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/chokidar/3.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/chokidar/3.5.3/3.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/chokidar/3.5.3/3.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor |
| [go](https://github.com/golang/go) | `1.21.6` -> `1.22.0` |
[![age](https://developer.mend.io/api/mc/badges/age/hermit/go/1.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/hermit/go/1.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/hermit/go/1.21.6/1.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/hermit/go/1.21.6/1.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| | minor |
| [go](https://go.dev/) ([source](https://github.com/golang/go)) |
`1.21.6` -> `1.22.0` |
[![age](https://developer.mend.io/api/mc/badges/age/golang-version/go/1.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/golang-version/go/1.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/golang-version/go/1.21.6/1.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/golang-version/go/1.21.6/1.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| golang | minor |
|
[go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go)
| `v1.22.0` -> `v1.23.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlptrace%2fotlptracegrpc/v1.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlptrace%2fotlptracegrpc/v1.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlptrace%2fotlptracegrpc/v1.22.0/v1.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fotel%2fexporters%2fotlp%2fotlptrace%2fotlptracegrpc/v1.22.0/v1.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| require | minor |
| golang.org/x/mod | `v0.14.0` -> `v0.15.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fmod/v0.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/golang.org%2fx%2fmod/v0.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/golang.org%2fx%2fmod/v0.14.0/v0.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2fmod/v0.14.0/v0.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| require | minor |
| golang.org/x/net | `v0.20.0` -> `v0.21.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fnet/v0.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/golang.org%2fx%2fnet/v0.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/golang.org%2fx%2fnet/v0.20.0/v0.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2fnet/v0.20.0/v0.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| require | minor |
| [goreleaser](https://github.com/goreleaser/goreleaser) | `1.23.0` ->
`1.24.0` |
[![age](https://developer.mend.io/api/mc/badges/age/hermit/goreleaser/1.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/hermit/goreleaser/1.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/hermit/goreleaser/1.23.0/1.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/hermit/goreleaser/1.23.0/1.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| | minor |
| [just](https://github.com/casey/just) | `1.23.0` -> `1.24.0` |
[![age](https://developer.mend.io/api/mc/badges/age/hermit/just/1.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/hermit/just/1.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/hermit/just/1.23.0/1.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/hermit/just/1.23.0/1.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| | minor |
| [lint-staged](https://github.com/okonet/lint-staged) | [`15.2.1` ->
`15.2.2`](https://renovatebot.com/diffs/npm/lint-staged/15.2.1/15.2.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/lint-staged/15.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/lint-staged/15.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/lint-staged/15.2.1/15.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lint-staged/15.2.1/15.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch |
| [postcss](https://postcss.org/)
([source](https://github.com/postcss/postcss)) | [`8.4.33` ->
`8.4.35`](https://renovatebot.com/diffs/npm/postcss/8.4.33/8.4.35) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/postcss/8.4.35?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/postcss/8.4.35?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/postcss/8.4.33/8.4.35?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/postcss/8.4.33/8.4.35?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `3.6.0` ->
`3.6.1` |
[![age](https://developer.mend.io/api/mc/badges/age/hermit/pre-commit/3.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/hermit/pre-commit/3.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/hermit/pre-commit/3.6.0/3.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/hermit/pre-commit/3.6.0/3.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| | patch |
| [yq](https://github.com/mikefarah/yq) | `4.40.5` -> `4.40.7` |
[![age](https://developer.mend.io/api/mc/badges/age/hermit/yq/4.40.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/hermit/yq/4.40.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/hermit/yq/4.40.5/4.40.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/hermit/yq/4.40.5/4.40.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| | patch |
| [com.squareup.wire:wire-grpc-server](https://github.com/square/wire)
| `4.9.6` -> `4.9.7` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.squareup.wire:wire-grpc-server/4.9.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.squareup.wire:wire-grpc-server/4.9.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.squareup.wire:wire-grpc-server/4.9.6/4.9.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.squareup.wire:wire-grpc-server/4.9.6/4.9.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| compile | patch |
| [com.squareup.wire:wire-runtime-jvm](https://github.com/square/wire)
| `4.9.6` -> `4.9.7` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.squareup.wire:wire-runtime-jvm/4.9.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.squareup.wire:wire-runtime-jvm/4.9.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.squareup.wire:wire-runtime-jvm/4.9.6/4.9.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.squareup.wire:wire-runtime-jvm/4.9.6/4.9.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| compile | patch |

---

### Release Notes

<details>
<summary>swc-project/swc (@&#8203;swc/core)</summary>

###
[`v1.4.0`](https://github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#140---2024-02-05)

[Compare
Source](https://github.com/swc-project/swc/compare/v1.3.107...v1.4.0)

##### Bug Fixes

- **(cli)** Make Rust CLI use sourcemap code from the `swc` crate
([#&#8203;8576](https://github.com/swc-project/swc/issues/8576))
([82bc061](https://github.com/swc-project/swc/commit/82bc061b8caad9b240f3c2ab75c2a53aed502297))

- **(es/codegen)** Fix codegen of async methods with decorators
([#&#8203;8575](https://github.com/swc-project/swc/issues/8575))
([8c32225](https://github.com/swc-project/swc/commit/8c322250b7276f002fc0848bbb5c53bdb8802c00))

- **(es/lexer)** Fix typo in `package` keyword
([#&#8203;8589](https://github.com/swc-project/swc/issues/8589))
([8413a6c](https://github.com/swc-project/swc/commit/8413a6c48e94613b9ba264210acab4f7f1787057))

- **(es/minifier)** Fix top-level check
([#&#8203;8583](https://github.com/swc-project/swc/issues/8583))
([a7c5255](https://github.com/swc-project/swc/commit/a7c5255ad1ad98c183b676af5caaf9057a9eccf1))

- **(es/proposals)** Support using `using` keyword with functions
([#&#8203;8574](https://github.com/swc-project/swc/issues/8574))
([d81596c](https://github.com/swc-project/swc/commit/d81596cd2b03ab7523937ae3206797a9c3b819bf))

- **(es/resolver)** Skip property in JSX member
([#&#8203;8598](https://github.com/swc-project/swc/issues/8598))
([d480ab9](https://github.com/swc-project/swc/commit/d480ab9ae8226fd8330376e33f0ad556c50d5b75))

- **(es/testing)** Make `test_inline!` not read output as a file
([#&#8203;8569](https://github.com/swc-project/swc/issues/8569))
([d683089](https://github.com/swc-project/swc/commit/d683089be1116f7944fcd3dbd4536b343becdf5e))

- **(es/typescript)** Handle exported JSX binding name in TypeScript
namespace
([#&#8203;8596](https://github.com/swc-project/swc/issues/8596))
([2a70a6b](https://github.com/swc-project/swc/commit/2a70a6b1d477db5ae31c5c9412d299acaea10880))

##### Features

- **(es/minifier)** Inline more IIFE arguments
([#&#8203;8584](https://github.com/swc-project/swc/issues/8584))
([18e0b53](https://github.com/swc-project/swc/commit/18e0b53fbb19eb016fe3695a169ac7f0708c96d3))

- **(es/minifier)** Respect more options
([#&#8203;8582](https://github.com/swc-project/swc/issues/8582))
([fd997d3](https://github.com/swc-project/swc/commit/fd997d3712cf83d5de5bb63b3e2ac38871c4b736))

##### Refactor

- **(es/ast)** Improve type definitions of patterns
([#&#8203;8532](https://github.com/swc-project/swc/issues/8532))
([7f2a2c1](https://github.com/swc-project/swc/commit/7f2a2c1e406021b8907b8fd35da456bfdc5f55ac))

##### Testing

- **(es/minifer)** Update the passing terser test list
([#&#8203;8573](https://github.com/swc-project/swc/issues/8573))
([8b86638](https://github.com/swc-project/swc/commit/8b86638970797fe352db40128aabfb6a8cf9a43e))

- **(es/testing)** Ensure that `test_inline!` is working properly
([#&#8203;8590](https://github.com/swc-project/swc/issues/8590))
([872a47b](https://github.com/swc-project/swc/commit/872a47b851504f4c0095f7c9f2729d50451c97a6))

</details>

<details>
<summary>testing-library/jest-dom
(@&#8203;testing-library/jest-dom)</summary>

###
[`v6.4.2`](https://github.com/testing-library/jest-dom/releases/tag/v6.4.2)

[Compare
Source](https://github.com/testing-library/jest-dom/compare/v6.4.1...v6.4.2)

##### Bug Fixes

- Remove errant export of GetByRoleMatcher, fixing type checking in some
TS configurations
([#&#8203;575](https://github.com/testing-library/jest-dom/issues/575))
([a93c0c4](https://github.com/testing-library/jest-dom/commit/a93c0c4a20ed4d3a9656261ea6a449d1015b7879))

</details>

<details>
<summary>typescript-eslint/typescript-eslint
(@&#8203;typescript-eslint/eslint-plugin)</summary>

###
[`v6.21.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#6210-2024-02-05)

[Compare
Source](https://github.com/typescript-eslint/typescript-eslint/compare/v6.20.0...v6.21.0)

##### 🚀 Features

-   export plugin metadata

-   allow `parserOptions.project: false`

-   **eslint-plugin:** add rule prefer-find

##### 🩹 Fixes

- **eslint-plugin:** \[no-unused-vars] don't report on types referenced
in export assignment expression

- **eslint-plugin:** \[switch-exhaustiveness-check] better support for
intersections, infinite types, non-union values

- **eslint-plugin:** \[consistent-type-imports] dont report on types
used in export assignment expressions

- **eslint-plugin:** \[no-unnecessary-condition] handle left-hand
optional with exactOptionalPropertyTypes option

- **eslint-plugin:** \[class-literal-property-style] allow getter when
same key setter exists

- **eslint-plugin:** \[no-unnecessary-type-assertion] provide valid
fixes for assertions with extra tokens before `as` keyword

##### ❤️  Thank You

-   auvred
-   Brad Zacher
-   Kirk Waiblinger
-   Pete Gonzalez
-   YeonJuan

You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.

</details>

<details>
<summary>typescript-eslint/typescript-eslint
(@&#8203;typescript-eslint/parser)</summary>

###
[`v6.21.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#6210-2024-02-05)

[Compare
Source](https://github.com/typescript-eslint/typescript-eslint/compare/v6.20.0...v6.21.0)

##### 🚀 Features

-   allow `parserOptions.project: false`

##### ❤️  Thank You

-   auvred
-   Brad Zacher
-   Kirk Waiblinger
-   Pete Gonzalez
-   YeonJuan

You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.

</details>

<details>
<summary>typescript-eslint/typescript-eslint
(@&#8203;typescript-eslint/typescript-estree)</summary>

###
[`v6.21.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-estree/CHANGELOG.md#6210-2024-02-05)

[Compare
Source](https://github.com/typescript-eslint/typescript-eslint/compare/v6.20.0...v6.21.0)

##### 🚀 Features

-   allow `parserOptions.project: false`

-   **typescript-estree:** forbid duplicated accessibility modifiers

##### ❤️  Thank You

-   auvred
-   Brad Zacher
-   Kirk Waiblinger
-   Pete Gonzalez
-   YeonJuan

You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.

</details>

<details>
<summary>paulmillr/chokidar (chokidar)</summary>

###
[`v3.6.0`](https://github.com/paulmillr/chokidar/releases/tag/3.6.0)

[Compare
Source](https://github.com/paulmillr/chokidar/compare/3.5.3...3.6.0)

#### What's Changed

- fix readyCount logic by
[@&#8203;JLHwung](https://github.com/JLHwung) in
[https://github.com/paulmillr/chokidar/pull/1288](https://github.com/paulmillr/chokidar/pull/1288)
- handle MustScanSubDirs by
[@&#8203;MarcCelani-at](https://github.com/MarcCelani-at) in
[https://github.com/paulmillr/chokidar/pull/1197](https://github.com/paulmillr/chokidar/pull/1197)
- update fs.FSWatcher types to satisfy nodejs versions >= 16; fixes
[#&#8203;1299](https://github.com/paulmillr/chokidar/issues/1299) by
[@&#8203;ben-polinsky](https://github.com/ben-polinsky) in
[https://github.com/paulmillr/chokidar/pull/1300](https://github.com/paulmillr/chokidar/pull/1300)

#### New Contributors

- [@&#8203;Mutahhar](https://github.com/Mutahhar) made their first
contribution in
[https://github.com/paulmillr/chokidar/pull/1226](https://github.com/paulmillr/chokidar/pull/1226)
- [@&#8203;zqianem](https://github.com/zqianem) made their first
contribution in
[https://github.com/paulmillr/chokidar/pull/1242](https://github.com/paulmillr/chokidar/pull/1242)
- [@&#8203;JLHwung](https://github.com/JLHwung) made their first
contribution in
[https://github.com/paulmillr/chokidar/pull/1288](https://github.com/paulmillr/chokidar/pull/1288)
- [@&#8203;MarcCelani-at](https://github.com/MarcCelani-at) made their
first contribution in
[https://github.com/paulmillr/chokidar/pull/1197](https://github.com/paulmillr/chokidar/pull/1197)
- [@&#8203;ben-polinsky](https://github.com/ben-polinsky) made their
first contribution in
[https://github.com/paulmillr/chokidar/pull/1300](https://github.com/paulmillr/chokidar/pull/1300)

**Full Changelog**:
https://github.com/paulmillr/chokidar/compare/3.5.3...3.6.0

</details>

<details>
<summary>golang/go (go)</summary>

###
[`v1.22.0`](https://github.com/golang/go/compare/go1.21.7...go1.22rc1)

</details>

<details>
<summary>open-telemetry/opentelemetry-go
(go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc)</summary>

###
[`v1.23.1`](https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.23.1):
/v0.45.2

[Compare
Source](https://github.com/open-telemetry/opentelemetry-go/compare/v1.23.0...v1.23.1)

##### Fixed

- Register all callbacks passed during observable instrument creation
instead of just the last one multiple times in
`go.opentelemetry.io/otel/sdk/metric`.
([#&#8203;4888](https://github.com/open-telemetry/opentelemetry-go/issues/4888))

###
[`v1.23.0`](https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.23.0):
/v0.45.1

[Compare
Source](https://github.com/open-telemetry/opentelemetry-go/compare/v1.22.0...v1.23.0)

This release contains the first stable, `v1`, release of the following
modules:

-   `go.opentelemetry.io/otel/bridge/opencensus`
-   `go.opentelemetry.io/otel/bridge/opencensus/test`
-   `go.opentelemetry.io/otel/example/opencensus`
-   `go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc`
-   `go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp`
-   `go.opentelemetry.io/otel/exporters/stdout/stdoutmetric`

See our [versioning policy](VERSIONING.md) for more information about
these stability guarantees.

##### Added

- Add `WithEndpointURL` option to the
`exporters/otlp/otlpmetric/otlpmetricgrpc`,
`exporters/otlp/otlpmetric/otlpmetrichttp`,
`exporters/otlp/otlptrace/otlptracegrpc` and
`exporters/otlp/otlptrace/otlptracehttp` packages.
([#&#8203;4808](https://github.com/open-telemetry/opentelemetry-go/issues/4808))
- Experimental exemplar exporting is added to the metric SDK. See
[metric documentation](./sdk/metric/EXPERIMENTAL.md#exemplars) for more
information about this feature and how to enable it.
([#&#8203;4871](https://github.com/open-telemetry/opentelemetry-go/issues/4871))
- `ErrSchemaURLConflict` is added to
`go.opentelemetry.io/otel/sdk/resource`. This error is returned when a
merge of two `Resource`s with different (non-empty) schema URL is
attempted.
([#&#8203;4876](https://github.com/open-telemetry/opentelemetry-go/issues/4876))

##### Changed

- The `Merge` and `New` functions in
`go.opentelemetry.io/otel/sdk/resource` now returns a partial result if
there is a schema URL merge conflict. Instead of returning `nil` when
two `Resource`s with different (non-empty) schema URLs are merged the
merged `Resource`, along with the new `ErrSchemaURLConflict` error, is
returned. It is up to the user to decide if they want to use the
returned `Resource` or not. It may have desired attributes overwritten
or include stale semantic conventions.
([#&#8203;4876](https://github.com/open-telemetry/opentelemetry-go/issues/4876))

##### Fixed

- Fix `ContainerID` resource detection on systemd when cgroup path has a
colon.
([#&#8203;4449](https://github.com/open-telemetry/opentelemetry-go/issues/4449))
- Fix `go.opentelemetry.io/otel/sdk/metric` to cache instruments to
avoid leaking memory when the same instrument is created multiple times.
([#&#8203;4820](https://github.com/open-telemetry/opentelemetry-go/issues/4820))
- Fix missing `Mix` and `Max` values for
`go.opentelemetry.io/otel/exporters/stdout/stdoutmetric` by introducing
`MarshalText` and `MarshalJSON` for the `Extrema` type in
`go.opentelemetry.io/sdk/metric/metricdata`.
([#&#8203;4827](https://github.com/open-telemetry/opentelemetry-go/issues/4827))

##### New Contributors

- [@&#8203;Fricounet](https://github.com/Fricounet) made their first
contribution in
[https://github.com/open-telemetry/opentelemetry-go/pull/4449](https://github.com/open-telemetry/opentelemetry-go/pull/4449)
- [@&#8203;StLeoX](https://github.com/StLeoX) made their first
contribution in
[https://github.com/open-telemetry/opentelemetry-go/pull/4855](https://github.com/open-telemetry/opentelemetry-go/pull/4855)
- [@&#8203;m-posluszny](https://github.com/m-posluszny) made their
first contribution in
[https://github.com/open-telemetry/opentelemetry-go/pull/4827](https://github.com/open-telemetry/opentelemetry-go/pull/4827)

**Full Changelog**:
https://github.com/open-telemetry/opentelemetry-go/compare/v1.22.0...v1.23.0

</details>

<details>
<summary>goreleaser/goreleaser (goreleaser)</summary>

###
[`v1.24.0`](https://github.com/goreleaser/goreleaser/releases/tag/v1.24.0)

#### Changelog

##### New Features

-
[`ee7a1e6`](https://github.com/goreleaser/goreleaser/commit/ee7a1e66ab2aff596a2963a5f03b493916befa41):
feat(artifactory): publish source archives too, log when no archives
found
([#&#8203;4586](https://github.com/goreleaser/goreleaser/issues/4586))
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`189aa15`](https://github.com/goreleaser/goreleaser/commit/189aa15101a7a2693bddbaf72c3bbe47640cac50):
feat(blob): acl support for s3
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`e800061`](https://github.com/goreleaser/goreleaser/commit/e800061e8620b4ae6bf3d024ef0e30b7b6d447e8):
feat(blob): allow to customize whether to force path style
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`88ebab0`](https://github.com/goreleaser/goreleaser/commit/88ebab066d1ae4d0476c9ec065d7dc526da20248):
feat(blob): cache_control
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`a342f02`](https://github.com/goreleaser/goreleaser/commit/a342f027d7952dfba0a89111d96f6e3feaff27c6):
feat(blob): content disposition
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`5040227`](https://github.com/goreleaser/goreleaser/commit/50402270ab56ab90c872c5e46106f95fc7a060e0):
feat(blob): deprecate disableSSL
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`0f57398`](https://github.com/goreleaser/goreleaser/commit/0f57398745ff5def264b1687f846c07e6254f45f):
feat(blob): deprecate kmskey
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`b294759`](https://github.com/goreleaser/goreleaser/commit/b294759d9550476c7d0fe9b71a511f98eab14ae3):
feat(nfpm): add .Format tmpl var
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`765d534`](https://github.com/goreleaser/goreleaser/commit/765d534c2e480c7e1d15272a71250843e3823b43):
feat(nfpm): support libraries
([#&#8203;4587](https://github.com/goreleaser/goreleaser/issues/4587))
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`1ba3138`](https://github.com/goreleaser/goreleaser/commit/1ba3138c679cbd7f330e19d88adaae20c4a32eee):
feat(tmpl): .GitTreeState and .IsGitClean
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`5d44ed1`](https://github.com/goreleaser/goreleaser/commit/5d44ed14fda18831c628109ad297502dfceabb1b):
feat(tmpl): contains ([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`f724460`](https://github.com/goreleaser/goreleaser/commit/f724460ac11c213b9323a99c915541511363da93):
feat: --skip=chocolately
([@&#8203;twpayne](https://github.com/twpayne))
-
[`5e9f01e`](https://github.com/goreleaser/goreleaser/commit/5e9f01e6ea362f5594e56b61b0edcec18c62d82b):
feat: --skip=nfpm ([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`29f30b6`](https://github.com/goreleaser/goreleaser/commit/29f30b623ef8f0a19607afab22b3f3a2f9f68172):
feat: deprecated changelog.skip in favor of changelog.disable
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`12469c4`](https://github.com/goreleaser/goreleaser/commit/12469c42515772d6a4c45901d994b64e3c8d632f):
feat: store which action is being taken in the context
([#&#8203;4508](https://github.com/goreleaser/goreleaser/issues/4508))
([@&#8203;caarlos0](https://github.com/caarlos0))

##### Security updates

-
[`e91a0f5`](https://github.com/goreleaser/goreleaser/commit/e91a0f513e88b1f3d4e6dc0eaa2f25496d72d332):
sec(deps): bump github.com/go-git/go-git/v5 from 5.7.0 to 5.11.0
([#&#8203;4505](https://github.com/goreleaser/goreleaser/issues/4505))
([@&#8203;dependabot](https://github.com/dependabot)\[bot])
-
[`5df54b7`](https://github.com/goreleaser/goreleaser/commit/5df54b79ed2bf06c1d531437b7bd124579593652):
sec: do not log env when --verbose
([@&#8203;caarlos0](https://github.com/caarlos0))

##### Bug fixes

-
[`ac398de`](https://github.com/goreleaser/goreleaser/commit/ac398de727e20033f9d36ad0823419dad22fa512):
fix(brew): improve handling of single os
([#&#8203;4562](https://github.com/goreleaser/goreleaser/issues/4562))
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`917cae5`](https://github.com/goreleaser/goreleaser/commit/917cae54f01f4f87b5a2026d450435f3fd842b6a):
fix(config): handle relative git repos
([#&#8203;4575](https://github.com/goreleaser/goreleaser/issues/4575))
([@&#8203;aauren](https://github.com/aauren))
-
[`2ced7ac`](https://github.com/goreleaser/goreleaser/commit/2ced7acdd91988d9bac45a117dd917c92e8ba853):
fix(docker): remove --builder=default from default args when use=buildx
([#&#8203;4566](https://github.com/goreleaser/goreleaser/issues/4566))
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`7f95ff0`](https://github.com/goreleaser/goreleaser/commit/7f95ff0a9af4c54644446788239cb8350d1b4b6a):
fix(nix): improve generated derivations
([#&#8203;4582](https://github.com/goreleaser/goreleaser/issues/4582))
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`da30c39`](https://github.com/goreleaser/goreleaser/commit/da30c39ccb20641ad75a2dc091a04acc162efdcd):
fix(nix): prevent importing makeWrapper when it's not needed
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`1e0d269`](https://github.com/goreleaser/goreleaser/commit/1e0d269c972755196e757272bea413ff81ce1894):
fix(nix): sourceRoot when using archives.wrap_in_directory
([#&#8203;4550](https://github.com/goreleaser/goreleaser/issues/4550))
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`003a881`](https://github.com/goreleaser/goreleaser/commit/003a8815038db80ebfd5798c741c1c482e607ac9):
fix(nix): use stdenvNoCC
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`0becc41`](https://github.com/goreleaser/goreleaser/commit/0becc41508c99dc63f2a8db366e9629db2b8ba9f):
fix(winget): schema ([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`2a71473`](https://github.com/goreleaser/goreleaser/commit/2a71473bf6ed6a24ca9301e6d39eb0e94a455270):
fix: Allow using double quotes for templates in Slack notifications
([#&#8203;4555](https://github.com/goreleaser/goreleaser/issues/4555))
([@&#8203;jamietanna](https://github.com/jamietanna))
-
[`fe1bc52`](https://github.com/goreleaser/goreleaser/commit/fe1bc52d6ab0f9af4ac92e200a633d25dd989a04):
fix: build does not run chocolatey
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`6f72ac3`](https://github.com/goreleaser/goreleaser/commit/6f72ac34598e231a26630f70de62ee3ca99fba41):
fix: improve linkedin error message
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`6e0fc79`](https://github.com/goreleaser/goreleaser/commit/6e0fc795eec50fa5bec2ad8e1e020f593045921e):
fix: improve skip details
([#&#8203;4522](https://github.com/goreleaser/goreleaser/issues/4522))
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`9ce21d3`](https://github.com/goreleaser/goreleaser/commit/9ce21d3b95ca2ca894bcd96d8f4731951fee0ef1):
fix: invalid jsonschema
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`6097ea5`](https://github.com/goreleaser/goreleaser/commit/6097ea50f50b937f5f9385c803ee95cf4c2b0cd8):
fix: possible nil pointers on logs
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`e7f4b10`](https://github.com/goreleaser/goreleaser/commit/e7f4b10fc6bbac8bedeaab9e1d73e4798d6c138e):
fix: prevent having whitespaces in artifact names
([#&#8203;4515](https://github.com/goreleaser/goreleaser/issues/4515))
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`2ab840b`](https://github.com/goreleaser/goreleaser/commit/2ab840b675217918d5c83ed45f6e2a9b0d81bab0):
fix: remove disgo dependency
([#&#8203;4521](https://github.com/goreleaser/goreleaser/issues/4521))
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`a0ead03`](https://github.com/goreleaser/goreleaser/commit/a0ead03ef5ab1aa26cbe6897b794ed085e858c3f):
fix: typo in jsonschema
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`1d44832`](https://github.com/goreleaser/goreleaser/commit/1d44832f6b9400224b440239be44a488b5c8893c):
refactor(http): remove redundant `nil` check
([#&#8203;4563](https://github.com/goreleaser/goreleaser/issues/4563))
([@&#8203;Juneezee](https://github.com/Juneezee))
-
[`bfa9e7f`](https://github.com/goreleaser/goreleaser/commit/bfa9e7fd1792d1d464d8371fdbffd6a345a5ce2b):
refactor(winget): improve winget code
([@&#8203;caarlos0](https://github.com/caarlos0))

##### Dependency updates

-
[`2de878e`](https://github.com/goreleaser/goreleaser/commit/2de878e4187360d93a412441299a47e408ac87cd):
feat(deps): bump github.com/aws/aws-sdk-go from 1.49.0 to 1.49.17
([@&#8203;dependabot](https://github.com/dependabot)\[bot])
-
[`5c0c82a`](https://github.com/goreleaser/goreleaser/commit/5c0c82afa2febce4fb3b91dd0dd957e74dcf687b):
feat(deps): bump github.com/aws/aws-sdk-go from 1.49.17 to 1.49.18
([@&#8203;dependabot](https://github.com/dependabot)\[bot])
-
[`f0bf2d7`](https://github.com/goreleaser/goreleaser/commit/f0bf2d756e8d3478ee3ddc00bf09eecabdcb6ac4):
feat(deps): bump github.com/cloudflare/circl from 1.3.5 to 1.3.7
([#&#8203;4525](https://github.com/goreleaser/goreleaser/issues/4525))
([@&#8203;dependabot](https://github.com/dependabot)\[bot])
-
[`8ac985b`](https://github.com/goreleaser/goreleaser/commit/8ac985b9d2bc604f8c61ad491300518b67d0651e):
feat(deps): bump golang from 1.21.5-alpine to 1.21.6-alpine
([@&#8203;dependabot](https://github.com/dependabot)\[bot])
-
[`835ee39`](https://github.com/goreleaser/goreleaser/commit/835ee39ff4778b1f04481482b5bbb787428e2d6c):
feat(deps): bump golang.org/x/oauth2 from 0.15.0 to 0.16.0
([#&#8203;4528](https://github.com/goreleaser/goreleaser/issues/4528))
([@&#8203;dependabot](https://github.com/dependabot)\[bot])
-
[`45d2152`](https://github.com/goreleaser/goreleaser/commit/45d2152f61d481f0dec742429d01b83798e0ab11):
fix(deps): bump code.gitea.io/sdk/gitea from 0.17.0 to 0.17.1
([#&#8203;4512](https://github.com/goreleaser/goreleaser/issues/4512))
([@&#8203;dependabot](https://github.com/dependabot)\[bot])
-
[`2a45266`](https://github.com/goreleaser/goreleaser/commit/2a452665fbbeea83b1242c3186a13672d5ecdfe2):
fix(deps): bump github.com/goreleaser/nfpm/v2 from 2.35.1 to 2.35.2
([#&#8203;4519](https://github.com/goreleaser/goreleaser/issues/4519))
([@&#8203;dependabot](https://github.com/dependabot)\[bot])
-
[`bbb6b5c`](https://github.com/goreleaser/goreleaser/commit/bbb6b5ce00112fe6f571e61e8884047f18ed33aa):
fix(deps): bump gocloud.dev from 0.35.0 to 0.36.0
([#&#8203;4506](https://github.com/goreleaser/goreleaser/issues/4506))
([@&#8203;dependabot](https://github.com/dependabot)\[bot])
-
[`dcdd623`](https://github.com/goreleaser/goreleaser/commit/dcdd6234fa2aab38599518ba005f5cab9710d0fa):
fix(deps): bump golang.org/x/sync from 0.5.0 to 0.6.0
([#&#8203;4518](https://github.com/goreleaser/goreleaser/issues/4518))
([@&#8203;dependabot](https://github.com/dependabot)\[bot])

##### Documentation updates

-
[`afd8410`](https://github.com/goreleaser/goreleaser/commit/afd841043afe147471a2283d827d73fb2a4a00e5):
docs(blob): update ([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`87aa3b6`](https://github.com/goreleaser/goreleaser/commit/87aa3b625131a58eefb53719ae5161de5edf49f0):
docs(blog): fixed backlinks, imported last post
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`5bff616`](https://github.com/goreleaser/goreleaser/commit/5bff6168f6b0dce2f77383104e4fdf68ff6aa757):
docs(blog): import more posts
([#&#8203;4544](https://github.com/goreleaser/goreleaser/issues/4544))
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`29d55a7`](https://github.com/goreleaser/goreleaser/commit/29d55a74f8399a38632bc23acb6774a330d375bd):
docs(blog): import more posts
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`75c23ab`](https://github.com/goreleaser/goreleaser/commit/75c23abdca4b7dcf4d458fbe90aec910a0164e22):
docs: GitHub Actions code example
([#&#8203;4516](https://github.com/goreleaser/goreleaser/issues/4516))
([@&#8203;cafferata](https://github.com/cafferata))
-
[`aea2568`](https://github.com/goreleaser/goreleaser/commit/aea2568cacf905f45e189c7591d02d2d7a574645):
docs: add installation links for mkdocs and extensions
([@&#8203;zimeg](https://github.com/zimeg))
-
[`e41178c`](https://github.com/goreleaser/goreleaser/commit/e41178cf51546c1e3cab06ee000cb94cd0560368):
docs: add more details to the gon integration
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`66b3daa`](https://github.com/goreleaser/goreleaser/commit/66b3daa8d7de283906dc8ebe0259944c032b4c59):
docs: announce v1.23.0
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`00c2ff7`](https://github.com/goreleaser/goreleaser/commit/00c2ff733758f63201811c337f8d043e8fcc9d58):
docs: announce v1.24
([#&#8203;4602](https://github.com/goreleaser/goreleaser/issues/4602))
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`deaa221`](https://github.com/goreleaser/goreleaser/commit/deaa221a9b886a56762bea2e2aef8d1b01c72799):
docs: correct a typo in the apple notes
([@&#8203;zimeg](https://github.com/zimeg))
-
[`9e02a14`](https://github.com/goreleaser/goreleaser/commit/9e02a144cac4c728af065b4caa6ba4ed6a259c44):
docs: document nightly oss install options
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`c8c7e3e`](https://github.com/goreleaser/goreleaser/commit/c8c7e3e78a3911204c861843e0d7564a6a0b5d80):
docs: fix description of AUR directory parameter
([#&#8203;4581](https://github.com/goreleaser/goreleaser/issues/4581))
([@&#8203;j178](https://github.com/j178))
-
[`1feae08`](https://github.com/goreleaser/goreleaser/commit/1feae08de702385d3b03a83bc78fc017911c8c13):
docs: fix typo in link to nightly releases
([@&#8203;zimeg](https://github.com/zimeg))
-
[`f62e945`](https://github.com/goreleaser/goreleaser/commit/f62e94528f35631b9fa0ca353111c1cc71ac16e5):
docs: format ([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`dd365c2`](https://github.com/goreleaser/goreleaser/commit/dd365c2f2371e73225b9597796c440b8f693dfaf):
docs: github changeloger needs tags to be pushed
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`368db21`](https://github.com/goreleaser/goreleaser/commit/368db21212bdbf65b313dce5e45f70aef5debf5b):
docs: ignore medium.com in htmltest
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`15e77cb`](https://github.com/goreleaser/goreleaser/commit/15e77cbc1bbe055e57005e5df64208a29190d4e0):
docs: include a section for running documentation
([@&#8203;zimeg](https://github.com/zimeg))
-
[`d15dab3`](https://github.com/goreleaser/goreleaser/commit/d15dab3a797e744fac0d0577fc2e3c4ab7a2b758):
docs: little formatting improvements
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`ea6910a`](https://github.com/goreleaser/goreleaser/commit/ea6910a84405728056c7b0d7c0b48e308f71209c):
docs: udpate starcharts url
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`325cea7`](https://github.com/goreleaser/goreleaser/commit/325cea727766bc7456c38911880537fae8dc0c4e):
docs: update ([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`24722b0`](https://github.com/goreleaser/goreleaser/commit/24722b0a6a63bc2b4a2bb10db1067a6861bd8b4f):
docs: update ([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`87a2370`](https://github.com/goreleaser/goreleaser/commit/87a237066f4fd395c195f53d5c6ea6260ebd2687):
docs: update ([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`2489da3`](https://github.com/goreleaser/goreleaser/commit/2489da3a96f695e6698d01928db31dc9a1651cea):
docs: update continue --dist docs
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`be92144`](https://github.com/goreleaser/goreleaser/commit/be921449153e18a67e95250c632e12bc8845b0ea):
docs: update deprecations page
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`e74c849`](https://github.com/goreleaser/goreleaser/commit/e74c849ad469882d892dc8d4ea31e7e575cce3ab):
docs: update docs/readme.md
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`46c639b`](https://github.com/goreleaser/goreleaser/commit/46c639bc8b20136dd47b50df5564cb2318249e29):
docs: update gitlab docs
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`136b4d5`](https://github.com/goreleaser/goreleaser/commit/136b4d5438a64a6a0aaefb6e17c784950e57d17e):
docs: update gon link
([@&#8203;cfabianski](https://github.com/cfabianski))
-
[`1134f9b`](https://github.com/goreleaser/goreleaser/commit/1134f9b40af38e4609efa29ef36d2cf6055a50ff):
docs: update run script
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`a4ecc87`](https://github.com/goreleaser/goreleaser/commit/a4ecc87986216989e3de9d3056c4147f74642c81):
docs: update users.md
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`d245afc`](https://github.com/goreleaser/goreleaser/commit/d245afc60c95b95b018fe74575f2ec9fdfe494a8):
docs: updated the GitHub Code Search syntax
([#&#8203;4579](https://github.com/goreleaser/goreleaser/issues/4579))
([@&#8203;cafferata](https://github.com/cafferata))

##### Build process updates

-
[`4d82016`](https://github.com/goreleaser/goreleaser/commit/4d820160387f50093c640c06ebf823d4705abce2):
build(nix): shell dont need CC
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`0c90fb4`](https://github.com/goreleaser/goreleaser/commit/0c90fb420b068f6acf3e1558feaefe288308db05):
build: fix generate workflow
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`48f036b`](https://github.com/goreleaser/goreleaser/commit/48f036b5d67d58785955f5f4cf44c4b0c3be9c4a):
build: nix devShell
([#&#8203;4507](https://github.com/goreleaser/goreleaser/issues/4507))
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`90a1bbe`](https://github.com/goreleaser/goreleaser/commit/90a1bbe8bbaae72b911f8d9a15701b995a5d409a):
build: publish :nightly docker images
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`28ced1d`](https://github.com/goreleaser/goreleaser/commit/28ced1ddf7e53d8a38c921f8580b966d9cd439f3):
build: remove duplicated schema generation
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`cbb288b`](https://github.com/goreleaser/goreleaser/commit/cbb288be5be892df9c8a86ea5545a83773592d58):
ci: change dependabot commit prefix to chore
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`8e3b7ef`](https://github.com/goreleaser/goreleaser/commit/8e3b7efcfbc63c7cf80fcd2660d6aa6c75895ee6):
ci: dependabot automerge
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`75c6d1a`](https://github.com/goreleaser/goreleaser/commit/75c6d1a580e4ec0b83fb52d7c53587d8113648f7):
ci: improve changelog
([@&#8203;caarlos0](https://github.com/caarlos0))
-
[`f07af4c`](https://github.com/goreleaser/goreleaser/commit/f07af4c269be0a1f4acf805b7e2cedd5330f04a8):
ci: remove dependabot auto approve
([@&#8203;caarlos0](https://github.com/caarlos0))

**Full Changelog**:
https://github.com/goreleaser/goreleaser/compare/v1.23.0...v1.24.0

#### Helping out

This release is only possible thanks to **all** the support of some
**awesome people**!

Want to be one of them?
You can [sponsor](https://goreleaser.com/sponsors/), get a [Pro
License](https://goreleaser.com/pro) or [contribute with
code](https://goreleaser.com/contributing).

#### Where to go next?

- Find examples and commented usage of all options in our
[website](https://goreleaser.com/intro/).
- Reach out on [Discord](https://discord.gg/RGEBtg8vQ6) and
[Twitter](https://twitter.com/goreleaser)!

<a href="https://goreleaser.com"><img
src="https://raw.githubusercontent.com/goreleaser/artwork/master/opencollective-header.png"
with="100%" alt="GoReleaser logo"></a>

</details>

<details>
<summary>casey/just (just)</summary>

###
[`v1.24.0`](https://github.com/casey/just/blob/HEAD/CHANGELOG.md#1240---2024-02-11)

[Compare
Source](https://github.com/casey/just/compare/1.23.0...1.24.0)

##### Added

- Support recipe paths containing `::` in Bash completion script
([#&#8203;1863](https://github.com/casey/just/pull/1863) by
[crdx](https://github.com/crdx))
- Add function to canonicalize paths
([#&#8203;1859](https://github.com/casey/just/pull/1859))

##### Misc

- Document installing just on Github Actions in readme
([#&#8203;1867](https://github.com/casey/just/pull/1867) by
[cclauss](https://github.com/cclauss))
- Use unlikely-to-be-set variable name in env tests
([#&#8203;1882](https://github.com/casey/just/pull/1882))
- Skip write_error test if running as root
([#&#8203;1881](https://github.com/casey/just/pull/1881))
- Convert run_shebang into integration test
([#&#8203;1880](https://github.com/casey/just/pull/1880))
- Install mdbook with cargo in CI workflow
([#&#8203;1877](https://github.com/casey/just/pull/1877))
- Remove deprecated actions-rs/toolchain
([#&#8203;1874](https://github.com/casey/just/pull/1874) by
[cclauss](https://github.com/cclauss))
- Fix Gentoo package link
([#&#8203;1875](https://github.com/casey/just/pull/1875) by
[vozbu](https://github.com/vozbu))
- Fix typos found by codespell
([#&#8203;1872](https://github.com/casey/just/pull/1872) by
[cclauss](https://github.com/cclauss))
- Replace deprecated set-output command in Github Actions workflows
([#&#8203;1869](https://github.com/casey/just/pull/1869) by
[cclauss](https://github.com/cclauss))
- Update `actions/checkout` and `softprops/action-gh-release`
([#&#8203;1871](https://github.com/casey/just/pull/1871) by
[app/dependabot](https://github.com/app/dependabot))
- Keep GitHub Actions up to date with Dependabot
([#&#8203;1868](https://github.com/casey/just/pull/1868) by
[cclauss](https://github.com/cclauss))
- Add contrib directory
([#&#8203;1870](https://github.com/casey/just/pull/1870))
- Fix install script
([#&#8203;1844](https://github.com/casey/just/pull/1844))

</details>

<details>
<summary>okonet/lint-staged (lint-staged)</summary>

###
[`v15.2.2`](https://github.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#1522)

[Compare
Source](https://github.com/okonet/lint-staged/compare/v15.2.1...v15.2.2)

##### Patch Changes

- [#&#8203;1391](https://github.com/lint-staged/lint-staged/pull/1391)
[`fdcdad4`](https://github.com/lint-staged/lint-staged/commit/fdcdad42ff96fea3c05598e378d3c44ad4a51bde)
Thanks [@&#8203;iiroj](https://github.com/iiroj)! - *Lint-staged* no
longer tries to load configuration from files that are not checked out.
This might happen when using sparse-checkout.

</details>

<details>
<summary>postcss/postcss (postcss)</summary>

###
[`v8.4.35`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8435)

[Compare
Source](https://github.com/postcss/postcss/compare/8.4.34...8.4.35)

-   Avoid `!` in `node.parent.nodes` type.
-   Allow to pass `undefined` to node adding method to simplify types.

###
[`v8.4.34`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8434)

[Compare
Source](https://github.com/postcss/postcss/compare/8.4.33...8.4.34)

-   Fixed `AtRule#nodes` type (by Tim Weißenfels).
-   Cleaned up code (by Dmitry Kirillov).

</details>

<details>
<summary>pre-commit/pre-commit (pre-commit)</summary>

###
[`v3.6.1`](https://github.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#361---2024-02-10)

[Compare
Source](https://github.com/pre-commit/pre-commit/compare/v3.6.0...v3.6.1)

\==================

##### Fixes

-   Remove `PYTHONEXECUTABLE` from environment when running.
- [#&#8203;3110](https://github.com/pre-commit/pre-commit/issues/3110)
PR by [@&#8203;untitaker](https://github.com/untitaker).
-   Handle staged-files-only with only a crlf diff.
- [#&#8203;3126](https://github.com/pre-commit/pre-commit/issues/3126)
PR by [@&#8203;asottile](https://github.com/asottile).
    -   issue by [@&#8203;tyyrok](https://github.com/tyyrok).

</details>

<details>
<summary>mikefarah/yq (yq)</summary>

### [`v4.40.7`](https://github.com/mikefarah/yq/releases/tag/v4.40.7)

- Fix: empty TOML table
[#&#8203;1924](https://github.com/mikefarah/yq/issues/1924) - Thanks
[@&#8203;elibroftw](https://github.com/elibroftw)
- Fixed "all" error message
[#&#8203;1845](https://github.com/mikefarah/yq/issues/1845)
- Fixed to_entries\[]
[#&#8203;1246](https://github.com/mikefarah/yq/issues/1246)
    -   Bumped dependencies

</details>

<details>
<summary>square/wire (com.squareup.wire:wire-grpc-server)</summary>

###
[`v4.9.7`](https://github.com/square/wire/blob/HEAD/CHANGELOG.md#Version-497)

[Compare Source](https://github.com/square/wire/compare/4.9.6...4.9.7)

*2024-02-12*

##### Common

- Support all struct types for JSON encoding
([#&#8203;2824](https://github.com/square/wire/issues/2824) by
\[Arnaud Frugier]\[quanturium])

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/TBD54566975/ftl).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant