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 #1572

Merged
merged 3 commits into from
May 27, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 27, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@headlessui/react (source) 2.0.3 -> 2.0.4 age adoption passing confidence dependencies patch
@types/react (source) 18.3.2 -> 18.3.3 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 7.9.0 -> 7.10.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 7.9.0 -> 7.10.0 age adoption passing confidence devDependencies minor
@typescript-eslint/typescript-estree (source) 7.9.0 -> 7.10.0 age adoption passing confidence devDependencies minor
@vitejs/plugin-react (source) 4.2.1 -> 4.3.0 age adoption passing confidence dependencies minor
@viz-js/viz (source) 3.5.0 -> 3.6.0 age adoption passing confidence dependencies minor
buf 1.32.0 -> 1.32.1 age adoption passing confidence patch
dbmate 2.15.0 -> 2.16.0 age adoption passing confidence minor
github.com/BurntSushi/toml v1.3.2 -> v1.4.0 age adoption passing confidence require minor
github.com/alecthomas/types v0.15.0 -> v0.16.0 age adoption passing confidence require minor
github.com/go-logr/logr v1.4.1 -> v1.4.2 age adoption passing confidence require patch
github.com/jackc/pgx/v5 v5.5.5 -> v5.6.0 age adoption passing confidence require minor
go.opentelemetry.io/otel v1.26.0 -> v1.27.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.26.0 -> v1.27.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.26.0 -> v1.27.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/metric v1.26.0 -> v1.27.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/sdk v1.26.0 -> v1.27.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/sdk/metric v1.26.0 -> v1.27.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/trace v1.26.0 -> v1.27.0 age adoption passing confidence require minor
goreleaser 1.26.1 -> 1.26.2 age adoption passing confidence patch
helm 3.15.0 -> 3.15.1 age adoption passing confidence patch
just 1.26.0 -> 1.27.0 age adoption passing confidence minor
lint-staged 15.2.2 -> 15.2.5 age adoption passing confidence devDependencies patch
postcss-nesting (source) 12.1.4 -> 12.1.5 age adoption passing confidence devDependencies patch
type-fest 4.18.2 -> 4.18.3 age adoption passing confidence dependencies patch
org.codehaus.mojo:exec-maven-plugin (source) 3.2.0 -> 3.3.0 age adoption passing confidence build minor
org.assertj:assertj-core (source) 3.25.3 -> 3.26.0 age adoption passing confidence test minor

Release Notes

tailwindlabs/headlessui (@​headlessui/react)

v2.0.4

Compare Source

Fixed
  • [internal] Don’t set a focus fallback for Dialog’s in demo mode (#​3194)
  • Ensure page doesn't scroll down when pressing Escape to close the Dialog component (#​3218)
  • Fix crash when toggling between virtual and non-virtual mode in Combobox component (#​3236)
  • Ensure tabbing to a portalled <PopoverPanel> component moves focus inside (without using <PortalGroup>) (#​3239)
  • Only handle form reset when defaultValue is used (#​3240)
Deprecated
  • Mark SwitchGroup as deprecated, prefer Field instead (#​3232)
Changed
  • Use native fieldset instead of div by default for <Fieldset /> component (#​3237)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.10.0

Compare Source

🚀 Features
  • eslint-plugin: [sort-type-constituents] support case sensitive sorting
🩹 Fixes
  • eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag
❤️ Thank You
  • auvred
  • Emanuel Hoogeveen
  • jsfm01
  • Kirk Waiblinger

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

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

v7.10.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

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

v7.10.0

Compare Source

🩹 Fixes
  • typescript-estree: don't add in-project files to defaultProjectMatchedFiles
❤️ Thank You
  • auvred
  • Emanuel Hoogeveen
  • jsfm01
  • Kirk Waiblinger

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

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.3.0

Compare Source

Fix support for React compiler

Don't set retainLines: true when the React compiler is used. This creates whitespace issues and the compiler is modifying the JSX too much to get correct line numbers after that. If you want to use the React compiler and get back correct line numbers for tools like vite-plugin-react-click-to-component to work, you should update your config to something like:

export default defineConfig(({ command }) => {
  const babelPlugins = [['babel-plugin-react-compiler', {}]]
  if (command === 'serve') {
    babelPlugins.push(['@&#8203;babel/plugin-transform-react-jsx-development', {}])
  }

  return {
    plugins: [react({ babel: { plugins: babelPlugins } })],
  }
})
Support HMR for class components

This is a long overdue and should fix some issues people had with HMR when migrating from CRA.

mdaines/viz-js (@​viz-js/viz)

v3.6.0

Compare Source

  • Update Expat to 2.6.2.
bufbuild/buf (buf)

v1.32.1

  • Fix archive and git inputs so that --path and --exclude-path paths are relative to
    the #subdir rather than the root of the input. This fixes an unintended behavior change
    that was introduced in v1.32.0.
  • Add module input for protoc-gen-buf-lint and protoc-gen-buf-breaking to allow
    users to specify the module for v2 configuration files.
amacneil/dbmate (dbmate)

v2.16.0

What's Changed

Full Changelog: amacneil/dbmate@v2.15.0...v2.16.0

BurntSushi/toml (github.com/BurntSushi/toml)

v1.4.0

Compare Source

This version requires Go 1.18

  • Add toml.Marshal() (#​405)

  • Require 2-digit hour (#​320)

  • Wrap UnmarshalTOML() and UnmarshalText() return values in ParseError for position information (#​398)

  • Fix inline tables with dotted keys inside inline arrays (e.g. k=[{a.b=1}]) (#​400)

alecthomas/types (github.com/alecthomas/types)

v0.16.0

Compare Source

go-logr/logr (github.com/go-logr/logr)

v1.4.2

Compare Source

What's Changed

Dependencies:

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

jackc/pgx (github.com/jackc/pgx/v5)

v5.6.0

Compare Source

open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)

v1.27.0: /v0.49.0/v0.3.0

Compare Source

This release includes the first beta release of the OpenTelemetry Logs Bridge API and SDK for Go.

Overview
Added
  • Add example for go.opentelemetry.io/otel/exporters/stdout/stdoutlog. (#​5242)
  • Add RecordFactory in go.opentelemetry.io/otel/sdk/log/logtest to facilitate testing exporter and processor implementations. (#​5258)
  • Add RecordFactory in go.opentelemetry.io/otel/log/logtest to facilitate testing bridge implementations. (#​5263)
  • The count of dropped records from the BatchProcessor in go.opentelemetry.io/otel/sdk/log is logged. (#​5276)
  • Add metrics in the otel-collector example. (#​5283)
  • Add the synchronous gauge instrument to go.opentelemetry.io/otel/metric. (#​5304)
    • An int64 or float64 synchronous gauge instrument can now be created from a Meter.
    • All implementations of the API (go.opentelemetry.io/otel/metric/noop, go.opentelemetry.io/otel/sdk/metric) are updated to support this instrument.
  • Add logs to go.opentelemetry.io/otel/example/dice. (#​5349)
Changed
  • The Shutdown method of Exporter in go.opentelemetry.io/otel/exporters/stdout/stdouttrace ignores the context cancellation and always returns nil. (#​5189)
  • The ForceFlush and Shutdown methods of the exporter returned by New in go.opentelemetry.io/otel/exporters/stdout/stdoutmetric ignore the context cancellation and always return nil. (#​5189)
  • Apply the value length limits to Record attributes in go.opentelemetry.io/otel/sdk/log. (#​5230)
  • De-duplicate map attributes added to a Record in go.opentelemetry.io/otel/sdk/log. (#​5230)
  • go.opentelemetry.io/otel/exporters/stdout/stdoutlog won't print timestamps when WithoutTimestamps option is set. (#​5241)
  • The go.opentelemetry.io/otel/exporters/stdout/stdoutlog exporter won't print AttributeValueLengthLimit and AttributeCountLimit fields now, instead it prints the DroppedAttributes field. (#​5272)
  • Improved performance in the Stringer implementation of go.opentelemetry.io/otel/baggage.Member by reducing the number of allocations. (#​5286)
  • Set the start time for last-value aggregates in go.opentelemetry.io/otel/sdk/metric. (#​5305)
  • The Span in go.opentelemetry.io/otel/sdk/trace will record links without span context if either non-empty TraceState or attributes are provided. (#​5315)
  • Upgrade all dependencies of go.opentelemetry.io/otel/semconv/v1.24.0 to go.opentelemetry.io/otel/semconv/v1.25.0. (#​5374)
Fixed
  • Comparison of unordered maps for go.opentelemetry.io/otel/log.KeyValue and go.opentelemetry.io/otel/log.Value. (#​5306)
  • Fix the empty output of go.opentelemetry.io/otel/log.Value in go.opentelemetry.io/otel/exporters/stdout/stdoutlog. (#​5311)
  • Split the behavior of Recorder in go.opentelemetry.io/otel/log/logtest so it behaves as a LoggerProvider only. (#​5365)
  • Fix wrong package name of the error message when parsing endpoint URL in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#​5371)
  • Identify the Logger returned from the global LoggerProvider in go.opentelemetry.io/otel/log/global with its schema URL. (#​5375)
What's Changed

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 requested review from alecthomas and a team as code owners May 27, 2024 00:57
@renovate renovate bot requested review from deniseli and removed request for a team May 27, 2024 00:57
Copy link
Contributor Author

renovate bot commented May 27, 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.

@matt2e matt2e self-requested a review May 27, 2024 01:18
@matt2e matt2e merged commit 051269a into main May 27, 2024
24 checks passed
@matt2e matt2e deleted the renovate/all-minor-patch branch May 27, 2024 01:18
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.

None yet

1 participant