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

Merged
merged 2 commits into from
Jan 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 15, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@connectrpc/connect (source) 1.2.1 -> 1.3.0 age adoption passing confidence dependencies minor
@connectrpc/connect-web (source) 1.2.1 -> 1.3.0 age adoption passing confidence dependencies minor
@connectrpc/protoc-gen-connect-es (source) 1.2.1 -> 1.3.0 age adoption passing confidence dependencies minor
@headlessui/react (source) 1.7.17 -> 1.7.18 age adoption passing confidence dependencies patch
@typescript-eslint/eslint-plugin (source) 6.18.0 -> 6.18.1 age adoption passing confidence devDependencies patch
@typescript-eslint/parser (source) 6.18.0 -> 6.18.1 age adoption passing confidence devDependencies patch
@typescript-eslint/typescript-estree (source) 6.18.0 -> 6.18.1 age adoption passing confidence devDependencies patch
connectrpc.com/otelconnect v0.6.0 -> v0.7.0 age adoption passing confidence require minor
github.com/jackc/pgx/v5 v5.5.1 -> v5.5.2 age adoption passing confidence require patch
go 1.21.5 -> 1.21.6 age adoption passing confidence patch
go (source) 1.21.5 -> 1.21.6 age adoption passing confidence golang patch
golang.org/x/net v0.19.0 -> v0.20.0 age adoption passing confidence require minor
golang.org/x/tools v0.16.1 -> v0.17.0 age adoption passing confidence require minor
json-schema-faker (source) 0.5.4 -> 0.5.5 age adoption passing confidence dependencies patch
just 1.22.0 -> 1.23.0 age adoption passing confidence minor
prettier (source) 3.1.1 -> 3.2.2 age adoption passing confidence devDependencies minor
protoc 25.1 -> 25.2 age adoption passing confidence minor
react-router-dom (source) 6.21.1 -> 6.21.2 age adoption passing confidence dependencies patch
org.codehaus.mojo:flatten-maven-plugin (source) 1.5.0 -> 1.6.0 age adoption passing confidence build minor
org.apache.maven.plugins:maven-surefire-plugin 3.2.3 -> 3.2.5 age adoption passing confidence build patch
io.grpc:grpc-stub 1.60.1 -> 1.61.0 age adoption passing confidence compile minor
io.grpc:grpc-protobuf 1.60.1 -> 1.61.0 age adoption passing confidence compile minor
io.grpc:grpc-netty 1.60.1 -> 1.61.0 age adoption passing confidence compile minor

Release Notes

connectrpc/connect-es (@​connectrpc/connect)

v1.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: connectrpc/connect-es@v1.2.1...v1.3.0

tailwindlabs/headlessui (@​headlessui/react)

v1.7.18

Compare Source

Fixed
  • Don't call <Dialog>'s onClose twice on mobile devices (#​2690)
  • Lazily resolve default containers in <Dialog> (#​2697)
  • Ensure hidden Tab.Panel components are hidden from the accessibility tree (#​2708)
  • Add support for role="alertdialog" to <Dialog> component (#​2709)
  • Ensure blurring the Combobox.Input component closes the Combobox (#​2712)
  • Allow changes to the className prop when the <Transition /> component is currently not transitioning (#​2722)
  • Export (internal-only) component interfaces for TypeScript compiler (#​2313)
  • Fix infinite render-loop for <Disclosure.Panel> and <Popover.Panel> when as={Fragment} (#​2760)
  • Fix VoiceOver bug for Listbox component in Chrome (#​2824)
  • Fix outside click detection when component is mounted in the Shadow DOM (#​2866)
  • Fix CJS types (#​2880)
  • Fix error when transition classes contain new lines (#​2871)
  • Improve iOS locking (7721aca)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.18.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line

  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee

  • eslint-plugin: [prefer-readonly] support modifiers of unions and intersections

  • eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option

❤️ Thank You
  • auvred
  • James
  • Josh Goldberg ✨
  • YeonJuan

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

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

v6.18.1

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)

v6.18.1

Compare Source

🩹 Fixes
  • typescript-estree: fix invalid parsing error when use update expression on non-null assertion

  • typescript-estree: only create project service from env setting if project is enabled

❤️ Thank You
  • auvred
  • James
  • Josh Goldberg ✨
  • YeonJuan

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

connectrpc/otelconnect-go (connectrpc.com/otelconnect)

v0.7.0

Compare Source

This release includes API changes that are not backwards-compatible. Migrating to the new API should be mechanical in most cases.

What's Changed
Bugfixes
  • Eagerly create instruments to fail fast on initialization by @​emcfarlane in #​141
    • This is a breaking change. The NewInterceptor factory function can now return an error.
  • Align gRPC server status code to span status code by @​dragon3 in #​144
  • Fix histogram counter for per RPC counts by @​emcfarlane in #​151
  • Mark stream operations complete correctly and promptly, including on context cancellation by @​emcfarlane in #​152
  • Fix streaming client context by @​emcfarlane in #​153
    • This is a breaking change. In order to fix span and context creation, the filter and attribute filter types had to change since not all information previously provided in the otelconnect.Request parameter was actually available in client-streaming operations. Filters now receive a *connect.Spec instead. With these filter types changed, otelconnect.Request was no longer used so has been deleted.
Enhancements
Other changes
New Contributors

Full Changelog: connectrpc/otelconnect-go@v0.6.0...v0.7.0

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

v5.5.2

Compare Source

golang/go (go)

v1.21.6

json-schema-faker/json-schema-faker (json-schema-faker)

v0.5.5

Compare Source

casey/just (just)

v1.23.0

Compare Source

Added
Fixed
  • Run imports in working directory of importer (#​1817)
Misc

v1.22.1

Compare Source

Fixed
  • Don't conflate recipes with the same name in different modules (#​1825)
Misc
  • Clarify that UUID is version 4 (#​1821 by tgross35)
  • Make sigil stripping from recipe lines less incomprehensible (#​1812)
  • Refactor invalid path argument check (#​1811)
prettier/prettier (prettier)

v3.2.2

Compare Source

diff

Fix crash when parsing template literal CSS in a JSX style tag using a spread attribute (#​15896 by @​eelco)

For example this code would crash before:

<style {...spread}>{`.{}`}</style>
Fix formatting error on optional call expression and member chain (#​15920 by @​sosukesuzuki)
// Input
a(() => {}, c?.d());

// Prettier 3.2.1
TypeError: Cannot read properties of undefined (reading 'type')

// Prettier 3.2.2
a(() => {}, c?.d());

v3.2.1

Compare Source

diff

Fix formatting error on member chain (#​15915 by @​sosukesuzuki)
// Input
test().test2().test2(thing?.something);

// Prettier 3.2.0
TypeError: Cannot read properties of undefined (reading 'type')

// Prettier 3.2.1
test().test2().test2(thing?.something);

v3.2.0

Compare Source

diff

🔗 Release Notes

protocolbuffers/protobuf (protoc)

v25.2: Protocol Buffers v25.2

Announcements

  • Protobuf News may include additional announcements or pre-announcements for upcoming changes.

C++

remix-run/react-router (react-router-dom)

v6.21.2

Compare Source

mojohaus/flatten-maven-plugin (org.codehaus.mojo:flatten-maven-plugin)

v1.6.0

Compare Source

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

🔧 Build

grpc/grpc-java (io.grpc:grpc-stub)

v1.61.0

Compare Source


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.

Copy link
Contributor Author

renovate bot commented Jan 15, 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 b74fb77 into main Jan 15, 2024
@alecthomas alecthomas deleted the renovate/all-minor-patch branch January 15, 2024 00:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant