Sourced from @vitejs/plugin-react's releases.
plugin-react@6.1.1
Add
compiler.logDiagnosticsoptionRecoverable React Compiler diagnostics are no longer logged by default. Set
compiler.logDiagnosticstotrueto log them through Vite. Fatal diagnostics are always logged and fail the transform.Respect environment sourcemap option for React Compiler transform when
builder.sharedPluginsis enabled (#1439)The React Compiler transform was using the top-level sourcemap option instead of the environment sourcemap option. This caused a problem when the experimental
builder.sharedPluginswas enabled.
Sourced from @vitejs/plugin-react's changelog.
6.1.1 (2026-08-28)
Add
compiler.logDiagnosticsoptionRecoverable React Compiler diagnostics are no longer logged by default. Set
compiler.logDiagnosticstotrueto log them through Vite. Fatal diagnostics are always logged and fail the transform.Respect environment sourcemap option for React Compiler transform when
builder.sharedPluginsis enabled (#1439)The React Compiler transform was using the top-level sourcemap option instead of the environment sourcemap option. This caused a problem when the experimental
builder.sharedPluginswas enabled.
04cac50
release: plugin-react@6.1.1 (#1440)82d35ab
fix(react): respect environment sourcemap option when
builder.sharedPlugins...397e847
fix(react): make logging diagnostics an opt-in for React Compiler (#1431)61006e6
fix(deps): update all non-major dependencies (#1433)e2a649c
chore: use deps.neverBundle instead of
external in tsdown config (#1430)fb2d6f3
fix(deps): update all non-major dependencies (#1427)Sourced from github/codeql-action/init's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
[UNRELEASED]
No user facing changes.
4.37.9 - 26 Aug 2026
4.37.8 - 21 Aug 2026
No user facing changes.
4.37.7 - 13 Aug 2026
4.37.6 - 04 Aug 2026
- Changed the default filepath for the new remote file address format that was introduced in CodeQL Action 4.37.0 / 3.37.0 to
.github/codeql-config.ymlto align it with the suggested path that is used elsewhere. #40704.37.5 - 03 Aug 2026
- Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the
initAction instead of falling back to downloading the bundle before extracting it. #40614.37.4 - 29 Jul 2026
- This version of the CodeQL Action adds support for the
toolsinput for thecodeql-action/initstep to be specified using agithub-codeql-toolsrepository property. This feature will gradually be rolled out following the release of this version. Once rolled out, this allows for the CodeQL CLI version that is used in GitHub-managed workflows, such as Default Setup, to be set to a custom value. For example, customers who run into issues with rate limits when a new CodeQL CLI version is released can set the value totoolcacheto always use the CodeQL CLI version that is available in the runner toolcache. For Advanced Setup workflows, the value provided fortoolsin the workflow definition always takes precedence unless the value of the repository property starts with!. #4037- Update default CodeQL bundle version to 2.26.2. #4051
4.37.3 - 22 Jul 2026
No user facing changes.
4.37.2 - 21 Jul 2026
- The new address format for the
config-fileinput that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, theremote=prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. #4023- The CodeQL Action can now make use of configured private registries in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. #4007
4.37.1 - 16 Jul 2026
- Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. #3956
- Update default CodeQL bundle version to 2.26.1. #4019
4.37.0 - 08 Jul 2026
... (truncated)
cdf488f
Merge pull request #4107
from github/update-v4.37.9-920ba7cd17243f38
Update changelog for v4.37.9920ba7c
Merge pull request #4106
from github/update-bundle/codeql-bundle-v2.26.4ecfa6e1
Add changelog noteadcdf4a
Update default bundle to codeql-bundle-v2.26.4486fec2
Merge pull request #4099
from github/update-supported-enterprise-server-versions134624c
Merge pull request #4101
from github/dependabot/npm_and_yarn/npm-minor-457d82...ff43db8
Merge pull request #4103
from github/mergeback/v4.37.8-to-main-db488dde4605e03
Rebuild099c869
Update changelog and version after v4.37.8Sourced from i18next-cli's changelog.
1.71.3
- fix:
fallbackNSaccounting now works when the fallback namespace lives in its own file outside a merged output (mergeNamespaces: true), e.g. split out and hidden viaignoreNamespaces:statusandextractlook up a fallback namespace missing from the merged file at its per-namespace path, and a functionoutputresolves the merged file without a namespace (matching whatextractwrites), so hybrid layouts are expressible via anoutputfunction. When afallbackNSis listed inignoreNamespacesbut its translations cannot be found,statusnow warns instead of silently reporting the keys as absent (#287).
507f361
1.71.35329192
fix: resolve fallbackNS from a split-out namespace file when hidden via
ignor...Sourced from qs's changelog.
6.16.0
- [New]
stringify: add adepthoption to bound recursion depth (defaultInfinity)- [Fix] stringify: serialize Date values when a filter is provided
- [Fix]
parse: enforcearrayLimiton comma groups under[]=whenthrowOnLimitExceededis set- [Fix]
parse: flatten a collection appended to an overflowed array (#571)- [Fix]
utils:isBuffer: do not invoke a non-callableconstructor.isBuffer- [Fix]
stringify: do not letallowEmptyArraysskip cycle detection (or drop own keys) on an empty array with own properties- [Fix]
stringify: encode dots in a top-level key with a primitive value when encodeDotInKeys is set (#562)- [Docs] threat model: clarify
stringifydeep-nesting DoS is caller-bounded- [Docs] clarify
arrayLimitis a representation threshold, not an element-count cap- [Tests]
parse: remove a test that pinned[]=comma groups escapingarrayLimit- [Tests]
stringify: pin currentencodeDotInKeysseparator-dot behavior- [Dev Deps] update
@ljharb/eslint-config,eslint- [Dev Deps] update
eslint,evalmd6.15.3
- [Fix]
parse: enforcethrowOnLimitExceededfor cumulative array growth viacombine/merge- [Fix]
utils: respect encoding of surrogate pairs across chunks (#559)- [Robustness]
parse: throw thearrayLimiterror before splitting oversized comma values- [Robustness]
utils.merge/utils.assign: avoid invoking__proto__setter when copying own properties- [Robustness]
utils: enforcearrayLimitconsistently acrossmerge's array paths- [Perf]
utils: makecompactO(n) via a side-channel visited-set instead ofArray.indexOf- [Deps] update
side-channel- [Dev Deps] update
eslint,mock-property,tape- [Tests]
parse: characterize current lenient handling of unbalanced bracket keys (#558)6.15.2
- [Fix]
stringify: skip null/undefined entries inarrayFormat: 'comma'+encodeValuesOnlyinstead of crashing inencoder- [Fix]
stringify: use configureddelimiteraftercharsetSentinel(#555)- [Fix]
stringify: applyformatterto encoded key understrictNullHandling(#554)- [Fix]
stringify: skip null/undefined filter-array entries instead of crashing inencoder(#551)- [Fix]
parse: handle nested bracket groups and add regression tests (#530); changes output for some unbalanced bracket keys (see #558)- [readme] fix grammar (#550)
- [Dev Deps] update
@ljharb/eslint-config- [Tests] add regression tests for keys containing percent-encoded bracket text
6.15.1
- [Fix]
parse:parameterLimit: InfinitywiththrowOnLimitExceeded: truesilently drops all parameters- [Deps] update
@ljharb/eslint-config- [Dev Deps] update
@ljharb/eslint-config,iconv-lite- [Tests] increase coverage
6.15.0
bb9379e
v6.16.062fd254
[Fix] stringify: serialize Date values when a filter is provided8859c37
[Fix] parse: enforce arrayLimit on comma
groups under []= when `throwOn...8079adc
[Tests] parse: remove a test that pinned []=
comma groups escaping `array...d56f48c
[Fix] parse: flatten a collection appended to an overflowed
arraye83d321
[Fix] utils: isBuffer: do not invoke a
non-callable constructor.isBuffer7e87a07
[Dev Deps] update @ljharb/eslint-config,
eslint9a76af2
[Dev Deps] update eslint, evalmd3a890d4
[Dev Deps] update eslint, evalmdb433a9b
[Fix] stringify: do not let allowEmptyArrays
skip cycle detection (or dro...Sourced from browserslist's releases.
4.28.8
- Fixed
including kaiosin baseline queries (by@Jaybhade).4.28.7
- Improved parsing performance.
- Fixed unbounded memory growth (by
@alanturing881).- Fixed prototype write issue (by
@alanturing881).4.28.6
- Fixed Electron version queries (by
@spokodev).4.28.5
- Fixed
>and>=queries (by@spokodev).4.28.4
- Fixed
SyntaxErrorregression of 4.28.3.4.28.3
- Fixed baseline query case-insensitivity (by
@swwind).4.28.2
- Fix prototype pollution (by
@chluo1997).
Sourced from browserslist's changelog.
4.28.8
- Fixed
including kaiosin baseline queries (by@Jaybhade).4.28.7
- Improved parsing performance.
- Fixed unbounded memory growth (by
@alanturing881).- Fixed prototype write issue (by
@alanturing881).4.28.6
- Fixed Electron version queries (by
@spokodev).4.28.5
- Fixed
>and>=queries (by@spokodev).4.28.4
- Fixed
SyntaxErrorregression of 4.28.3.4.28.3
- Fixed baseline query case-insensitivity (by
@swwind).4.28.2
- Fix prototype pollution (by
@chluo1997).
f2f2e6c
Release 4.28.8 versiond0787c8
Update dependenciesfcf8fa9
Merge pull request #939
from Jaybhade/fix/baseline-kaios-without-downstream57ecd64
fix: support "including kaios" without downstream093a0f6
Update EM bannerb637868
Release 4.28.7 version313f465
Update dependenciesc935c5a
Fix regexp performanced7e9e65
Rewrite structure parsing to make it always fastec4a55e
Fix import orderThis version was pushed to npm by GitHub Actions, a new releaser for browserslist since your current version.
Sourced from @humanfs/node's releases.
node: v0.16.8
0.16.8 (2026-04-17)
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
@humanfs/corebumped from ^0.19.1 to ^0.19.2
Sourced from @humanfs/node's changelog.
0.16.8 (2026-04-17)
Bug Fixes
- Ensure symlinks are copied as symlinks in
copy()andcopyAll()(22bbaa44)- Include type dependencies at runtime (956ce7a), closes #145
Dependencies
- The following workspace dependencies were updated
- dependencies
@humanfs/corebumped from ^0.19.1 to ^0.19.2
e96070e
chore: release main (#146)22bbaa4
Merge commit from fork956ce7a
fix: Include type dependencies at runtimeSourced from fast-uri's releases.
v3.1.7
⚠️ Security Warning
This is a security release that fixes the following high-severity security advisories:
- GHSA-qw65-cvwx-89v3 — authority injection via an unvalidated port in
serialize()- GHSA-58mr-gqgx-xq4g — host confusion via unbalanced or misplaced IP-literal brackets
Users of the v3.x release line should upgrade to v3.1.7.
Full Changelog: https://github.com/fastify/fast-uri/compare/v3.1.6...v3.1.7
v3.1.6
⚠️ Security Warning
This release addresses the following high-severity security advisories:
- GHSA-5jgf-p345-68v8 — host confusion via skipped IDN canonicalization on scheme-relative references
- GHSA-fph4-wmhf-6fwf — server-side request forgery via repeated hostname percent-decoding
- GHSA-f65p-4m7j-42xc — server-side request forgery via malformed IPv6 normalization
- GHSA-jqff-g426-hqxp — host confusion via percent-encoded scheme normalization
Users of the v3.x release line should upgrade to v3.1.6.
Full Changelog: https://github.com/fastify/fast-uri/compare/v3.1.5...v3.1.6
412e40a
Bumped v3.1.79f4c943
fix: backport port and IP-literal validation to v3.x (#216)1eb3ce4
fix: treat unterminated bracket hosts as reg-names again (#214)6f970b2
Bumped v3.1.6d941579
fix: never run IDN canonicalization on bracketed IP literalsc0f0279
test: adapt decoded-scheme handler assertion to 3.x (no mailto
scheme)37f3417
Merge commit from fork607bfbe
Merge commit from forkae92a4c
Merge commit from fork444ecda
Merge commit from forkSourced from fflate's releases.
v0.8.3
- Fix buffer over-read for Zip64 extra fields
- Support sync flushes (
Z_SYNC_FLUSHin zlib)
- Allows for immediate decompression of all pushed bytes
- Enables DEFLATE stream concatenation
- Fix
zip/zipSyncwhen using cross-realmUint8Array- Improve Zip64 support for streamed or undersized archives
- Update performance estimates in README
- Fix typings for TypeScript v5.7+
- Reduce memory consumption after compression stream completion
Sourced from fflate's changelog.
0.8.3
- Fix buffer over-read for Zip64 extra fields
- Support sync flushes (
Z_SYNC_FLUSHin zlib)
- Allows for immediate decompression of all pushed bytes
- Enables DEFLATE stream concatenation
- Fix
zip/zipSyncwhen using cross-realmUint8Array- Improve Zip64 support for streamed or undersized archives
- Update performance estimates in README
- Fix typings for TypeScript v5.7+
- Reduce memory consumption after compression stream completion
dcb3714
0.8.331acfb8
prepare for v0.8.37b71e3c
update dependencies44ff62d
fix zip64 header parsing7235df5
Fix TypeScript issues (#242)a44eda0
release compression buffers after stream end (#213)d94deb6
allow cross-realm Uint8Array for zip/zipSync (#234)2e1fb75
export package.json (#244)0f430b4
support sync flushes for compression streams (#222)4b7a6cb
skip transferring pooled Node buffers (#227)Sourced from react-i18next's changelog.
17.0.13
- fix(types): the selector-form
keyPrefixoverload ofuseTranslation()is now available underenableSelector: 'strict'.useTranslationwas gated ontrue | 'optimize'only, so under'strict'it resolved to the legacy signature and the selector overload disappeared entirely (keyPrefix: ($) => $.ns.foofailed withType '($: any) => any' is not assignable to type 'undefined').Transalready handled all three modes. Companion to the same fix forgetFixedTin i18next#2446. Thanks@hovelopin(#1930).
addf646
17.0.137c634ee
changelog v17.0.135ceefb0
fix(types): allow selector keyPrefix in useTranslation under
enableSelector '...aa7ba52
chore(examples): require activesupport >= 7.2.3.1 in the RN
Gemfilesec0bb4e
chore(examples): drop react_native_windows and the RN Gemfile.locksaa5fc43
buildSourced from i18next's releases.
v26.4.1
- fix(types): the selector-form
keyPrefixoverload ofgetFixedT()is now available underenableSelector: 'strict'. Its constraint was gated ontrue | 'optimize'only, so under'strict'it collapsed tonever, the overload dropped out, and the returnedtsilently lost itskeyPrefixscope (t(($) => $.deep)failed withProperty 'deep' does not exist on type '{}'). The same call already typechecked undertrueand'optimize'. Thanks@hovelopin(#2446).
Sourced from i18next's changelog.
26.4.1
- fix(types): the selector-form
keyPrefixoverload ofgetFixedT()is now available underenableSelector: 'strict'. Its constraint was gated ontrue | 'optimize'only, so under'strict'it collapsed tonever, the overload dropped out, and the returnedtsilently lost itskeyPrefixscope (t(($) => $.deep)failed withProperty 'deep' does not exist on type '{}'). The same call already typechecked undertrueand'optimize'. Thanks@hovelopin(#2446).
c057ee0
26.4.102e3e16
changelog v26.4.16f198f2
fix(types): allow selector keyPrefix in getFixedT under enableSelector
'stric...Sourced from typescript-eslint's releases.
v8.69.0
8.69.0 (2026-08-31)
🚀 Features
- eslint-plugin: [no-misused-promises] add flagUnions option for checkConditionals (#12603)
🩹 Fixes
- eslint-plugin: [no-mixed-enums] use scope analysis instead of type checking for merged namespaces (#12731)
- eslint-plugin: [unified-signatures] compare type parameters by constraint instead of name (#12741)
- eslint-plugin: [no-meaningless-void-operator] report void on non-call expressions (#12727)
- website: respect allowJs playground config (#12744)
❤️ Thank You
- Abdu Alim Arlikhozhaev
@Arlikhozhaev- Evyatar Daud
@StyleShit- Josh Goldberg ✨
- wonbeanie
@wonbeanie- Younsang Na
@nayounsangSee GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
Sourced from typescript-eslint's changelog.
8.69.0 (2026-08-31)
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.
9a6e546
chore(release): publish 8.69.0Sourced from i18next-cli's changelog.
1.72.1
- fix: the interactive
instrumentprompt crashed because it still used inquirer'slistprompt type, which was removed in inquirer 13; switched toselect(#288).1.72.0
- feat:
locize-sync --changed-only [--base <ref>]syncs and AI-auto-translates only the keys that changed on the current git branch vs. the base branch — ideal for translating just a pull request's diff instead of the whole project. The source-language files are diffed against the merge-base with the base branch (auto-detected viaorigin/HEAD,main,master, or set with--base); key creation, value updates and auto-translation are restricted to those keys, and deletions are skipped. Changed keys are scoped per namespace file, and when any plural variant of a key changed, all its plural forms are included (target languages often need more CLDR plural forms than the source). Also configurable vialocize.changedOnly/locize.changedOnlyBase. Requires git and locize-cli >= 12.7.- feat:
sync --changed-only [--base <ref>]applies the same branch-diff scoping to the local synchronizer: only primary-language keys added or modified on the branch are propagated to the secondary language files, and obsolete keys are left in place. Works with JSON, JSON5 and YAML translation files (JS/TS resource modules cannot be parsed from git history and fail with a clear message). Unusable git setups (git missing, not a repository, unresolvable base ref) fail the command with actionable errors that mentionactions/checkoutfetch-depth: 0for shallow CI clones.
83c5cd3
1.72.113a73a9
docs: changelog for 1.72.1c5811e5
fix: change prompt type from 'list' to 'select' in runInstrumenter
function (...4d5853a
1.72.09d9ee53
feat: --changed-only on sync and locize-sync scopes syncing to the git
branch...d89dfd1
Pre-approve npx i18next-cli in the skill's allowed-tools