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

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 22, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@swc/core (source) 1.4.14 -> 1.4.16 age adoption passing confidence devDependencies patch
@types/react (source) 18.2.78 -> 18.2.79 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 7.6.0 -> 7.7.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 7.6.0 -> 7.7.0 age adoption passing confidence devDependencies minor
@typescript-eslint/typescript-estree (source) 7.6.0 -> 7.7.0 age adoption passing confidence devDependencies minor
dbmate 2.14.0 -> 2.15.0 age adoption passing confidence minor
elkjs 0.9.2 -> 0.9.3 age adoption passing confidence dependencies patch
github.com/alecthomas/kong-toml v0.1.0 -> v0.2.0 age adoption passing confidence require minor
github.com/amacneil/dbmate/v2 v2.14.0 -> v2.15.0 age adoption passing confidence require minor
github.com/tmc/langchaingo v0.1.8 -> v0.1.9 age adoption passing confidence require patch
kubectl 1.29.3 -> 1.29.4 age adoption passing confidence patch
modernc.org/sqlite v1.29.6 -> v1.29.8 age adoption passing confidence require patch
postcss-nesting (source) 12.1.1 -> 12.1.2 age adoption passing confidence devDependencies patch
org.apache.maven.plugins:maven-gpg-plugin 3.2.3 -> 3.2.4 age adoption passing confidence build patch
io.github.classgraph:classgraph 4.8.170 -> 4.8.172 age adoption passing confidence compile patch
ch.qos.logback:logback-core (source, changelog) 1.5.5 -> 1.5.6 age adoption passing confidence compile patch
ch.qos.logback:logback-classic (source, changelog) 1.5.5 -> 1.5.6 age adoption passing confidence compile patch

Release Notes

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

v1.4.16

Compare Source

Bug Fixes

v1.4.15

Compare Source

Bug Fixes
Features
Refactor
Build
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.7.0

Compare Source

🚀 Features
  • eslint-plugin: replace no-new-symbol with no-new-native-nonconstructor
❤️ Thank You
  • Dave
  • Josh Goldberg ✨

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

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

v7.7.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.7.0

Compare Source

🚀 Features
  • typescript-estree: add defaultProject for project service
❤️ Thank You
  • Dave
  • Josh Goldberg ✨

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

amacneil/dbmate (dbmate)

v2.15.0

What's Changed

New Contributors

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

kieler/elkjs (elkjs)

v0.9.3

Compare Source

Based on ELK 0.9.1

elkjs changes
ELk Changes

These changes are not yet released in ELK, but are already included in this elkjs release.

For all changes and fixed issues see the ELK release notes.

alecthomas/kong-toml (github.com/alecthomas/kong-toml)

v0.2.0

Compare Source

tmc/langchaingo (github.com/tmc/langchaingo)

v0.1.9

Compare Source

What's Changed

New Contributors

Full Changelog: tmc/langchaingo@v0.1.8...v0.1.9

kubernetes/kubectl (kubectl)

v1.29.4

cznic/sqlite (modernc.org/sqlite)

v1.29.8

Compare Source

v1.29.7

Compare Source

csstools/postcss-plugins (postcss-nesting)

v12.1.2

Compare Source

April 21, 2024

  • Edition 2024-02:
    • Do not rewrite selectors for declarations in conditional rules to a form with :is()

This will work:

::before, ::after {
	color: blue;

	@​media screen { color: cyan; }
}

This still wont work:

::before, ::after {
	color: blue;

	&:hover { color: cyan; }
}

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 a review from a team as a code owner April 22, 2024 01:02
@renovate renovate bot requested review from deniseli and removed request for a team April 22, 2024 01:02
@alecthomas alecthomas merged commit 9f4e6fe into main Apr 22, 2024
12 checks passed
@alecthomas alecthomas deleted the renovate/all-minor-patch branch April 22, 2024 02:36
@deniseli deniseli added the approved Marks an already closed PR as approved label Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Marks an already closed PR as approved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants