fix(deps): update non-major updates#101
Merged
Merged
Conversation
fdc1c85 to
657fd7a
Compare
f0e22be to
b4f8ce0
Compare
1ca4313 to
4f2173f
Compare
4f2173f to
4f37bc2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.7.0→3.7.225.9.2→25.9.310.4.1→10.5.0=1.47.2→=1.48.0=0.14.0→=0.15.0=3.9.0→=3.9.23.8.3→3.8.425.0.3→25.0.55.56.2→5.56.38.60.1→8.61.14.1.8→4.1.9Release Notes
napi-rs/napi-rs (@napi-rs/cli)
v3.7.2Compare Source
v3.7.1Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi-v3.9.0...@napi-rs/cli@3.7.1
eslint/eslint (eslint)
v10.5.0Compare Source
Features
5ca8c52feat: correct stack tracking in max-nested-callbacks (#20973) (Pixel998)b565783feat: report no-with violations at the with keyword (#20971) (Pixel998)2ce032ffeat: report max-lines-per-function violations at function head (#20966) (Pixel998)732cb3efeat: report max-nested-callbacks violations at function head (#20967) (Pixel998)f9c138afeat: report max-depth violations on keywords (#20943) (Pixel998)bdb496cfeat: correct max-depth handling for else-if chains (#20944) (Pixel998)c296873feat: update error loc inmax-statementsto function header (#20907) (Taejin Kim)Documentation
8ae1b5bdocs: Update README (GitHub Actions Bot)ca7eb90docs: update Node.js prerequisites to include ICU support (#20962) (Francesco Trotta)f99b47adocs: Update README (GitHub Actions Bot)acf03d4docs: clarify precedence of parserOptions over languageOptions (#20926) (sethamus)Chores
b18bf58chore: update ecosystem plugins (#20959) (ESLint Bot)c2d1444refactor: replace areAllSegmentsUnreachable with !isAnySegmentReachable (#20951) (Taejin Kim)243b8c5chore: enhance config-rule to support oneOf, anyOf, and nested schemas (#20788) (kuldeep kumar)217b2a9test: add unit tests for ParserService (#20949) (Taejin Kim)72003e7test: add location information to error messages inmax-statements(#20945) (lumir)7797c26refactor: deduplicate isAnySegmentReachable across rules (#20890) (Taejin Kim)67c46fachore: update ecosystem plugins (#20938) (ESLint Bot)95d8c7achore: update dependency @eslint/json to v2 (#20934) (renovate[bot])cf9e496chore: update @arethetypeswrong/cli to 0.18.3 (#20933) (Pixel998)fb6d396test: run type tests with TypeScript 7 (#20868) (sethamus)mitsuhiko/insta (insta)
v1.48.0Compare Source
strip_ansi_escape_codessetting which removes ANSI escape sequences(color codes, cursor movement, etc.) from snapshot content before comparison.
Requires the
filtersfeature. #899 (@pierluigilenoci)metadata fields such as
descriptionandexpression. SetINSTA_YAML_BLOCK_STYLE=1to enable. #851 (@ivov)CI=truenormally makescargo insta testbehave as though--checkwas passed. Explicit snapshot handling options such as
--acceptnow takeprecedence over this environment variable, allowing users to override this
behavior if they want to. #924
cargo insta test --profilebeing forwarded to nextest as the nextestprofile instead of the cargo build profile; it now translates to
--cargo-profilefor the nextest runner. Add--nextest-profileto selectthe nextest profile. #910
cargo insta pending-snapshotsprinting unusable\\?\-prefixed pathson Windows. The
--snapshotfilter now also accepts partial paths: anytrailing path suffix of the snapshot file matches, so a bare
--snapshot my_test.snapworks. #904os error 2when its datafile is missing (e.g. gitignored and not committed). #914
rust-itertools/itertools (itertools)
v0.15.0Compare Source
Breaking
Positionas struct instead of enum (#1042, #1043)all_equal_value's error type (#1032)Added
*_with_hasheradaptors (#1007)Changed
Clonebounds fromtuple_combinationsandarray_combinations(#1011)must_useforcollect_vec(#1009)izip!temporary friendly (#1021)array_combinations_with_replacement(#1033)Debugfor remaining public types (#1038)ExactlyOneError::count(#1046)PeekingNextfor more types, in particularvec::IntoIter(#1059, #1073)PadUsing::next_back(#1082)[circular_]array_windows, deprecatetuple_windows(#1086)tuple_combinations(replaced byarray_combinations) (#1085)Notable Internal Changes
into_group_mapcode more idiomatic (#1027)prettier/prettier (prettier)
v3.8.4Compare Source
diff
Markdown: Fix blank lines between list items and nested sub-lists being removed in Markdown/MDX (#17746 by @byplayer)
Prettier was removing blank lines between list items and their nested sub-lists, converting loose lists into tight lists and changing their semantic meaning.
semantic-release/semantic-release (semantic-release)
v25.0.5Compare Source
Bug Fixes
v25.0.4Compare Source
Bug Fixes
sveltejs/svelte (svelte)
v5.56.3Compare Source
Patch Changes
fix: ignore errors that occur in destroyed effects (#18384)
fix: type BigInts in
$state.snapshot(...)return values (#18388)typescript-eslint/typescript-eslint (typescript-eslint)
v8.61.1Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.61.0Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
vitest-dev/vitest (vitest)
v4.1.9Compare Source
🐞 Bug Fixes
importOriginalwith optimizer and query import [backport to v4] - by Hiroshi Ogawa, David Harris, Codexand Vladimir in #10546 (a5180)View changes on GitHub
Configuration
📅 Schedule: Branch creation - "every weekday" in timezone America/Chicago, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.