Sourced from eslint's releases.
v10.5.0
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/jsonto v2 (#20934) (renovate[bot])cf9e496chore: update@arethetypeswrong/clito 0.18.3 (#20933) (Pixel998)fb6d396test: run type tests with TypeScript 7 (#20868) (sethamus)
de3b672
10.5.0362a518
Build: changelog update for 10.5.05ca8c52
feat: correct stack tracking in max-nested-callbacks (#20973)b565783
feat: report no-with violations at the with keyword (#20971)2ce032f
feat: report max-lines-per-function violations at function head (#20966)732cb3e
feat: report max-nested-callbacks violations at function head (#20967)f9c138a
feat: report max-depth violations on keywords (#20943)8ae1b5b
docs: Update READMEca7eb90
docs: update Node.js prerequisites to include ICU support (#20962)b18bf58
chore: update ecosystem plugins (#20959)Sourced from js-yaml's changelog.
[5.1.0] - 2026-06-23
Added
- Collection tags can finalize an incrementally populated carrier into a different result value.
Changed
- [breaking]
quoteStylenow selects the preferred quote style; use the restoredforceQuotesoption to force quoting non-key strings.[5.0.0] - 2026-06-20
Added
- Added named exports for schemas, tags, parser events and AST utilities.
- Reworked
JSON_SCHEMAandCORE_SCHEMAwith spec-compliant scalar resolution rules, and addedYAML11_SCHEMA.- Added
realMapTagfor lossless mappings with non-string and complex keys. Object-based mappings now reject complex keys instead of stringifying them.- Added
dump()transformoption for changing the generated AST before rendering.- Added
dump()optionsseqInlineFirst,flowBracketPadding,flowSkipCommaSpace,flowSkipColonSpace,quoteFlowKeys,quoteStyleandtagBeforeAnchor.- Added formal data layers (events and AST) for modular data pipelines.
- Added low-level parser (to events), presenter and visitor APIs.
- Added the YAML Test Suite to the test set.
Changed
- See the migration guide for upgrade notes.
- Rewritten in TypeScript and reorganized the public API around flat named exports.
- Reduced the set of exported schemas:
- YAML 1.2 schemas:
CORE_SCHEMA(loader default),JSON_SCHEMA,FAILSAFE_SCHEMA.YAML11_SCHEMA, a combination of all YAML 1.1 tags (YAML 1.1 does not specify a schema, only "types").load/dumpdefault behaviour is now specified exactly via schemas:
loadusesCORE_SCHEMA, without!!mergeby default.dumpusesYAML11_SCHEMA+CORE_SCHEMAfor the quoting check, to guarantee backward compatibility by default.!!setis now loaded as a JavaScriptSet.- Replaced the
TypeAPI with a tags API. Similar, but more precise and simpler. See examples for details. Tags can be defined viadefineScalarTag(),defineSequenceTag()anddefineMappingTag(), or as a spread + override of an existing tag.- Renamed
Schema.extend()toSchema.withTags().- Expanded YAML 1.2 conformance and improved handling of directives, document markers, block keys, multiline scalars, tag syntax and other things.
load()now throws on empty input instead of returningundefined.- Moved browser builds to the
js-yaml/browserexport.
... (truncated)
f1e45cd
5.1.0 released53b22be
Fix constructor coveragea1eaa2b
Fix quote style options and restore forceQuotes0532e7d
Add finalizers for immutable collection tags9f00b91
tests: drop the rest of issues tests, move a small fraction of useful
checks ...6be5d46
tests: drop not actual or duplicating issue tests (covered in other
places)a7c9766
Fix !!pairs coverage75148bc
5.0.0 released704b25d
Quote document markers followed by whitespace42dea28
Support complex !!pairs keys with realMapTagSourced from recharts's releases.
v3.9.0
What's Changed
Animations
3.9 comes with new animations! There are several bug fixes and what's best, all animations are now fully customizable.
See the animations guide on https://recharts.github.io/en-US/guide/animations/
- Animation guide by
@PavelVanecekin recharts/recharts#7179- Animation tests by
@PavelVanecekin recharts/recharts#7255- New animation props by
@PavelVanecekin recharts/recharts#7215- test: cover legacy animation length changes by
@PavelVanecekin recharts/recharts#7283- test: add sparse animation path tests for Line component by
@PavelVanecekin recharts/recharts#7295- Export and document interpolate function by
@PavelVanecekin recharts/recharts#7293- test: enhance line animation tests for ComposedChart and responsive by
@PavelVanecekin recharts/recharts#7289- Manual animations on website by
@PavelVanecekin recharts/recharts#7483- Add new example where chart animates by scroll by
@PavelVanecekin recharts/recharts#7484- fix: preserve single-value line dash gaps during animation by
@puneetdixit200in recharts/recharts#7405- Add animate-by-scroll example and update docs by
@PavelVanecekin recharts/recharts#7487- Add custom fillOpacity on hover website example by
@PavelVanecekin recharts/recharts#7489- honorable mention to
@robjamparfor PR recharts/recharts#6973 which ended up declined but it introduced the starting idea for the new animation propsNew features other than animations
- Expose and document chart layout hooks and layout types in public API by
@Copilotin recharts/recharts#7265- feat: allow HTML attributes passthrough on ResponsiveContainer by
@techcodiein recharts/recharts#7168- feat: add nodeInset and nodeGap properties to Treemap for better la… by
@MaximSrourin recharts/recharts#7044- feat(PieChart): add dataKey to Legend payload by
@Harikrushn9118in recharts/recharts#7137Bugfixes
- fix: preserve valid falsy custom names (0, "") in tooltips by
@vamsi2246in recharts/recharts#7175- fix(ResponsiveContainer): Fix erroneous console warning on init by
@andypoormanin recharts/recharts#7174- fix(DataUtils): improve isPercent validation to exclude invalid formats by
@vamsi2246in recharts/recharts#7178- fix(BarChart): render stacked bars when all values are 0 (#6235) by
@andypoormanin recharts/recharts#7199- fix(Sankey): prevent NaN node positions when link values sum to zero by
@Mridul012in recharts/recharts#7185- fix(Funnel): prevent NaN coordinate layout crash when all values are zero by
@Mridul012in recharts/recharts#7184- fixes an issue where XAxis and YAxis padding were ignored by the clipping mask when allowDataOverflow={true} was used alongside a restricted domain by
@emiedonmokumoin recharts/recharts#7232- fix: use originalDataIndex for tooltip dispatch in Bar by
@mayrangin recharts/recharts#7273- fix: resolve TypeScript 6 deprecation errors in tsconfig files by
@shreedharbhat98in recharts/recharts#7285- fix(bar): use Math.round instead of bitwise truncation for bar positioning by
@EduardF1in recharts/recharts#7297- fix(types): propagate Tooltip types in chart helper contexts by
@mixelburgin recharts/recharts#7125- fix(Legend): prevent overlap with chart on container resize by
@maroKanataniin recharts/recharts#7201- test(YAxis): failing repro for #7362 — function domain doesn't render ticks on empty/all-null data by
@nlenepveuin recharts/recharts#7384Tree-shaking
We now have focused tree-shaking tests that allow us to observe exactly which components end up in the final bundle and why. I have also removed some unnecessary loops and you should see the final bundle size decrease somewhat as a result.
... (truncated)
8c1cce7
v3.9.0 (#7490)e5fe9bb
Add custom fillOpacity on hover website example (#7489)ad1590f
Add test for Pie and Legend animation (#7488)337edbd
Add animate-by-scroll example and update docs (#7487)0063aa4
fix: preserve single-value line dash gaps during animation (#7405)6dbe130
Add new example where chart animates by scroll (#7484)a2c4171
Manual animations on website (#7483)c88f5f3
Simplify and export some of the new animation props (#7481)410cf5c
Renaming some of the animation props (#7477)a1b89c6
chore(deps-dev): bump undici from 6.26.0 to 6.27.0 (#7475)Sourced from baseline-browser-mapping's releases.
v2.9.3 - remove
process.loadEnvFile()What's Changed
- Remove process.loadEnfFile() from main script by
@tonypconwayin web-platform-dx/baseline-browser-mapping#112Full Changelog: https://github.com/web-platform-dx/baseline-browser-mapping/compare/v2.9.2...v2.9.3
37f3dae
Patch to 2.10.38 because browser or feature data changedc5c2841
Browser or feature data changed14903f7
Updating static site2cfe7fc
Patch to 2.10.37 because browser or feature data changed48e5a7c
Browser or feature data changedba55073
Updating static sitedf118b2
Patch to 2.10.36 because browser or feature data changedc2663f1
Browser or feature data changed221a266
Updating static sited358b78
Patch to 2.10.35 because browser or feature data changed