Skip to content

build(deps-dev): bump the npm-minor group in /web with 6 updates#23166

Merged
torokati44 merged 1 commit intomasterfrom
dependabot/npm_and_yarn/web/npm-minor-08e787b2be
Mar 2, 2026
Merged

build(deps-dev): bump the npm-minor group in /web with 6 updates#23166
torokati44 merged 1 commit intomasterfrom
dependabot/npm_and_yarn/web/npm-minor-08e787b2be

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps the npm-minor group in /web with 6 updates:

Package From To
eslint-plugin-jsdoc 62.7.0 62.7.1
globals 17.3.0 17.4.0
stylelint 17.3.0 17.4.0
webpack 5.105.2 5.105.3
autoprefixer 10.4.24 10.4.27
axios 1.13.5 1.13.6

Updates eslint-plugin-jsdoc from 62.7.0 to 62.7.1

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v62.7.1

62.7.1 (2026-02-24)

Bug Fixes

  • require-property: err if user blocks [@property](https://github.com/property); fixes #1634 (23a9f1d)
Commits
  • 23a9f1d fix(require-property): err if user blocks @property; fixes #1634
  • bd90efd Merge pull request #1668 from gajus/dependabot/npm_and_yarn/ajv-6.14.0
  • eca3090 chore(deps): bump ajv from 6.12.6 to 6.14.0
  • 86bd0be Merge pull request #1666 from gajus/gajus-patch-1
  • ba0c8af Update funding to brettz9
  • See full diff in compare view

Updates globals from 17.3.0 to 17.4.0

Release notes

Sourced from globals's releases.

v17.4.0


sindresorhus/globals@v17.3.0...v17.4.0

Commits

Updates stylelint from 17.3.0 to 17.4.0

Release notes

Sourced from stylelint's releases.

17.4.0

It adds 2 options to the rules and fixes 7 bugs.

  • Added: ignoreAtRules: [] to at-rule-no-vendor-prefix (#9096) (@​theacrat).
  • Added: ignoreMediaFeatureNames: [] to media-feature-name-no-vendor-prefix (#9097) (@​theacrat).
  • Fixed: performance of selector cloning rules (#9089) (@​jeddy3).
  • Fixed: *-empty-line-before performance (#9092) (@​jeddy3).
  • Fixed: declaration-property-value-no-unknown performance (#9090) (@​jeddy3).
  • Fixed: no-irregular-whitespace performance (#9091) (@​jeddy3).
  • Fixed: property-no-unknown false negatives for at-rule descriptors (#9109) (@​jeddy3).
  • Fixed: property-no-unknown false positives for corner-shape (#9099) (@​jeddy3).
  • Fixed: property-no-unknown false positives for double-slashed properties (#9099) (@​jeddy3).
Changelog

Sourced from stylelint's changelog.

17.4.0 - 2026-02-25

It adds 2 options to the rules and fixes 7 bugs.

  • Added: ignoreAtRules: [] to at-rule-no-vendor-prefix (#9096) (@​theacrat).
  • Added: ignoreMediaFeatureNames: [] to media-feature-name-no-vendor-prefix (#9097) (@​theacrat).
  • Fixed: performance of selector cloning rules (#9089) (@​jeddy3).
  • Fixed: *-empty-line-before performance (#9092) (@​jeddy3).
  • Fixed: declaration-property-value-no-unknown performance (#9090) (@​jeddy3).
  • Fixed: no-irregular-whitespace performance (#9091) (@​jeddy3).
  • Fixed: property-no-unknown false negatives for at-rule descriptors (#9109) (@​jeddy3).
  • Fixed: property-no-unknown false positives for corner-shape (#9099) (@​jeddy3).
  • Fixed: property-no-unknown false positives for double-slashed properties (#9099) (@​jeddy3).
Commits
  • 556b7ad Release 17.4.0 (#9113)
  • 05f64ad Run npm audit for minimatch (#9112)
  • d358479 Document steps for adding an option and fixing a rule bug (#9111)
  • 467c5c9 Fix property-no-unknown false negatives for at-rule descriptors (#9109)
  • 4250b21 Document opening a pull request requests in CONTRIBUTING (#9110)
  • effb787 Remove husky (#8984)
  • f38a18c Remove redundant @types/file-entry-cache type dep (#9108)
  • 83ed11b Add ignoreAtRules: [] to at-rule-no-vendor-prefix (#9096)
  • 0a8f468 Add ignoreMediaFeatureNames: [] to media-feature-name-no-vendor-prefix (#...
  • 83cfd65 Fix property-no-unknown false positives for corner-shape (#9099)
  • Additional commits viewable in compare view
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates webpack from 5.105.2 to 5.105.3

Release notes

Sourced from webpack's releases.

v5.105.3

Patch Changes

  • Context modules now handle rejections correctly. (by @​alexander-akait in #20455)

  • Only mark asset modules as side-effect-free when experimental.futureDefaults is set to true, so asset-copying use cases (e.g. import "./x.png") won’t break unless the option is enabled. (by @​hai-x in #20535)

  • Add the missing webpack_exports declaration in certain cases when bundling a JS entry together with non-JS entries (e.g., CSS entry or asset module entry). (by @​hai-x in #20463)

  • Fixed HMR failure for CSS modules with @​import when exportType !== "link". When exportType is not "link", CSS modules now behave like JavaScript modules and don't require special HMR handling, allowing @​import CSS to work correctly during hot module replacement. (by @​xiaoxiaojx in #20514)

  • Fixed an issue where empty JavaScript files were generated for CSS-only entry points. The code now correctly checks if entry modules have JavaScript source types before determining whether to generate a JS file. (by @​xiaoxiaojx in #20454)

  • Do not crash when a referenced chunk is not a runtime chunk. (by @​alexander-akait in #20461)

  • Fix some types. (by @​alexander-akait in #20412)

  • Ensure that missing module error are thrown after the interception handler (if present), allowing module interception to customize the module factory. (by @​hai-x in #20510)

  • Added createRequire support for ECMA modules. (by @​stefanbinoj in #20497)

  • Added category for CJS reexport dependency to fix issues with ECMA modules. (by @​hai-x in #20444)

  • Implement immutable bytes for bytes import attribute to match tc39 spec. (by @​alexander-akait in #20481)

  • Fixed deterministic search for graph roots regardless of edge order. (by @​veeceey in #20452)

Changelog

Sourced from webpack's changelog.

5.105.3

Patch Changes

  • Context modules now handle rejections correctly. (by @​alexander-akait in #20455)

  • Only mark asset modules as side-effect-free when experimental.futureDefaults is set to true, so asset-copying use cases (e.g. import "./x.png") won’t break unless the option is enabled. (by @​hai-x in #20535)

  • Add the missing webpack_exports declaration in certain cases when bundling a JS entry together with non-JS entries (e.g., CSS entry or asset module entry). (by @​hai-x in #20463)

  • Fixed HMR failure for CSS modules with @​import when exportType !== "link". When exportType is not "link", CSS modules now behave like JavaScript modules and don't require special HMR handling, allowing @​import CSS to work correctly during hot module replacement. (by @​xiaoxiaojx in #20514)

  • Fixed an issue where empty JavaScript files were generated for CSS-only entry points. The code now correctly checks if entry modules have JavaScript source types before determining whether to generate a JS file. (by @​xiaoxiaojx in #20454)

  • Do not crash when a referenced chunk is not a runtime chunk. (by @​alexander-akait in #20461)

  • Fix some types. (by @​alexander-akait in #20412)

  • Ensure that missing module error are thrown after the interception handler (if present), allowing module interception to customize the module factory. (by @​hai-x in #20510)

  • Added createRequire support for ECMA modules. (by @​stefanbinoj in #20497)

  • Added category for CJS reexport dependency to fix issues with ECMA modules. (by @​hai-x in #20444)

  • Implement immutable bytes for bytes import attribute to match tc39 spec. (by @​alexander-akait in #20481)

  • Fixed deterministic search for graph roots regardless of edge order. (by @​veeceey in #20452)

Commits
  • 714a0e3 chore(release): new release (#20448)
  • c323b39 chore(deps-dev): bump nyc from 17.1.0 to 18.0.0 (#20539)
  • 8a01dfe refactor: deduplicate export presence logic in Harmony dependency classes (#2...
  • b9fc7b3 chore(deps): bump test/test262-cases in the dependencies group (#20541)
  • f8a5ac3 test: add coverage for nwjs exports condition and CSS modules with webworker ...
  • 59bf024 test: add coverage for external script in EnvironmentNotSupportAsyncWarning (...
  • 4c79ac2 test: add missing coverage for formatLocation and formatSize (#20534)
  • 4f5c0a8 fix: mark asset module as side-effect-free when futureDefaults (#20535)
  • 87987ca test: add test
  • 67c5aae test: add configCase for ESM prefetch/preload under neutral target (#20524)
  • Additional commits viewable in compare view

Updates autoprefixer from 10.4.24 to 10.4.27

Release notes

Sourced from autoprefixer's releases.

10.4.27

  • Removed development key from package.json.

10.4.26

  • Reduced package size.

10.4.25

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).
Changelog

Sourced from autoprefixer's changelog.

10.4.27

  • Removed development key from package.json.

10.4.26

  • Reduced package size.

10.4.25

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).
Commits

Updates axios from 1.13.5 to 1.13.6

Release notes

Sourced from axios's releases.

v1.13.6

This release focuses on platform compatibility, error handling improvements, and code quality maintenance.

⚠️ Important Changes

  • Breaking Changes: None identified in this release.
  • Action Required: Users targeting React Native should verify their integration, particularly if relying on specific Blob or FormData behaviours, as improvements have been made to support these objects.

🚀 New Features

  • React Native Blob Support: Axios now includes support for React Native Blob objects. Thanks to @​moh3n9595 for the initial implementation. (#5764)
  • Code Quality: Implemented prettier across the codebase and resolved associated formatting issues. (#7385)

🐛 Bug Fixes

  • Environment Compatibility:

    • Fixed module exports for React Native and Browserify environments. (#7386)
    • Added safe FormData detection for the WeChat Mini Program environment. (#7324)
  • Error Handling:

    • AxiosError.message is now correctly enumerable. (#7392)
    • AxiosError.from now correctly copies the status property from the source error, ensuring better error propagation. (#7403)

🔧 Maintenance & Chores

  • Dependencies: Updated the development_dependencies group (5 updates). (#7432)
  • Infrastructure: Migrated @​rollup/plugin-babel from v5.3.1 to v6.1.0. (#7424)
  • Documentation: Added missing JSDoc comments to utilities. (#7427)

🌟 New Contributors

We are thrilled to welcome our new contributors! Thank you for helping improve the project:

Full Changelog: v1.13.5...v1.13.6

Commits
  • 7108c88 chore(release): prepare release 1.13.6 (#7446)
  • 20a0ba3 refactor(deps): migrate @​rollup/plugin-babel from v5.3.1 to v6.1.0 (#7424)
  • 885b4af feat: support react native blob objects (#5764)
  • 00d97b9 docs(utils): add missing JSDoc comments (#7427)
  • 9712548 chore(deps-dev): bump the development_dependencies group across 1 directory w...
  • d51accb fix(core): copy status from source error in AxiosError.from (#7403)
  • 3e30bbf chore: fix publish to only run on v1 tags
  • 672491d fix: safe FormData detection for WeChat Mini Program (#7306) (#7324)
  • 822e3e4 fix: make AxiosError.message property enumerable (#7392)
  • ef3711d feat: implement prettier and fix all issues (#7385)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm-minor group in /web with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `62.7.0` | `62.7.1` |
| [globals](https://github.com/sindresorhus/globals) | `17.3.0` | `17.4.0` |
| [stylelint](https://github.com/stylelint/stylelint) | `17.3.0` | `17.4.0` |
| [webpack](https://github.com/webpack/webpack) | `5.105.2` | `5.105.3` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.24` | `10.4.27` |
| [axios](https://github.com/axios/axios) | `1.13.5` | `1.13.6` |


Updates `eslint-plugin-jsdoc` from 62.7.0 to 62.7.1
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](gajus/eslint-plugin-jsdoc@v62.7.0...v62.7.1)

Updates `globals` from 17.3.0 to 17.4.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.3.0...v17.4.0)

Updates `stylelint` from 17.3.0 to 17.4.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@17.3.0...17.4.0)

Updates `webpack` from 5.105.2 to 5.105.3
- [Release notes](https://github.com/webpack/webpack/releases)
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
- [Commits](webpack/webpack@v5.105.2...v5.105.3)

Updates `autoprefixer` from 10.4.24 to 10.4.27
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.24...10.4.27)

Updates `axios` from 1.13.5 to 1.13.6
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.13.5...v1.13.6)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 62.7.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor
- dependency-name: globals
  dependency-version: 17.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor
- dependency-name: stylelint
  dependency-version: 17.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor
- dependency-name: webpack
  dependency-version: 5.105.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor
- dependency-name: autoprefixer
  dependency-version: 10.4.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor
- dependency-name: axios
  dependency-version: 1.13.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added A-deps Area: Dependencies T-chore Type: Chore (like updating a dependency, it's gotta be done) labels Mar 2, 2026
@torokati44 torokati44 merged commit 981262a into master Mar 2, 2026
26 checks passed
@torokati44 torokati44 deleted the dependabot/npm_and_yarn/web/npm-minor-08e787b2be branch March 2, 2026 01:45
Hancock33 added a commit to Hancock33/batocera.piboy that referenced this pull request Mar 8, 2026
--------------------------------------------------------------------------------------------------------
batocera-emulationstation.mk ffdd100af396a482143166ef63b997c8b3d7663a # Version: Commits on Mar 03, 2026
--------------------------------------------------------------------------------------------------------
Merge pull request #2089 from lbrpdx/trans_pl

hotkeys GUI: add OSD keyboard and recording start/stop,

------------------------------------------------------------------------------------------------
batocera-es-piboy.mk ffdd100af396a482143166ef63b997c8b3d7663a # Version: Commits on Mar 03, 2026
------------------------------------------------------------------------------------------------
Merge pull request #2089 from lbrpdx/trans_pl

hotkeys GUI: add OSD keyboard and recording start/stop,

-------------------------------------------------------------------------------------
azahar.mk 93e831decbe545fbd40a6b310ec56b13a69f00f1 # Version: Commits on Mar 03, 2026
-------------------------------------------------------------------------------------
android: Fixed invalid default config content, resulting in a crash,

------------------------------------------------------------------------------------------
dolphin-emu.mk 43def54de2c67450333046d3bee8275d5acaa239 # Version: Commits on Mar 03, 2026
------------------------------------------------------------------------------------------
Merge pull request #14435 from Simonx22/fix/metal-early-stop-shutdown

Metal: Always run endEncoding on command encoders,

------------------------------------------------------------------------------------------
duckstation.mk 26fda0b98546ad724c08cd376cb5e1f51029b810 # Version: Commits on Mar 03, 2026
------------------------------------------------------------------------------------------
CPU/Recompiler: Don't clobber downcount in GTE blocks

Bad translation from x86, where it used a memory operand and didn't need

the second argument register.

Net result would have been events that should have triggered being

delayed until the next non-GTE block.,

-----------------------------------------------------------------------------------
eden.mk 9d2341eaeafb275d3d3e4692812fe121ae24e2e3 # Version: Commits on Mar 03, 2026
-----------------------------------------------------------------------------------
[vk] Disable float16 math on non-MESA AMD drivers as 2026&#43; versions are broken (#3661)

-------------------------------------------------------------------------------------
ppsspp.mk 69fc91b36fc7ed9224c47486f687f8be62e13c0d # Version: Commits on Mar 03, 2026
-------------------------------------------------------------------------------------
Merge pull request #21331 from Felipefpl/master

Updated brazilian portuguese translation,

------------------------------------------------------------------------------------
rpcs3.mk 595e42c4f3bfa11b8585ea029e1aa9d2c9c68fd1 # Version: Commits on Mar 01, 2026
------------------------------------------------------------------------------------
rpcs3_version: Bump to 0.0.40,

-------------------------------------------------------------------------------------------
xenia-canary.mk dbfe2167549d079febb1606e4ff72bcb9513e0e8 # Version: Commits on Mar 03, 2026
-------------------------------------------------------------------------------------------
[Vulkan] Implement extended range for f32 to f16 conversion in memexport,

-------------------------------------------------------------------------------------------
xenia-native.mk dbfe2167549d079febb1606e4ff72bcb9513e0e8 # Version: Commits on Mar 03, 2026
-------------------------------------------------------------------------------------------
[Vulkan] Implement extended range for f32 to f16 conversion in memexport,

---------------------------------------------------------------
ruffle.mk nightly-2026-03-03 # Version: Commits on Mar 03, 2026
---------------------------------------------------------------
## What's Changed

* build(deps-dev): bump the npm-minor group in /web with 6 updates by @dependabot[bot] in ruffle-rs/ruffle#23166

* text: Set TextFormat.display to block by default by @kjarosh in ruffle-rs/ruffle#23165

**Full Changelog**: ruffle-rs/ruffle@nightly-2026-03-02...nightly-2026-03-03,

---------------------------------------------------------------------------------------
thextech.mk 409b79233cd36709bedcb988475567da23224532 # Version: Commits on Mar 02, 2026
---------------------------------------------------------------------------------------
game_save.cpp: DO store IDs for visible items

(These carry no information, but are required by earlier versions of TheXTech),

-----------------------------------------------------------------------------------------
sdl3_mixer.mk 5aa3eb61843d2320b69cc99aac13f4a8eacfe3d0 # Version: Commits on Mar 03, 2026
-----------------------------------------------------------------------------------------
Android.mk: Split libogg support between sublibraries, add libvorbis support.

Previously the Android builds only supported libtremor, but that library is

really intended for low-powered embedded devices without hardware floating

point, which doesn't describe most (any?) Android devices in modern times.

Reasonable hardware should be using libvorbis instead.,

------------------------------------------------------------------------------------
box64.mk 7e5310b26001bce62e2a23fd412d8f2b3694c082 # Version: Commits on Mar 03, 2026
------------------------------------------------------------------------------------
cpuid: Enable Invariant TSC bit for Intel CPU type (#3579)

* cpuid: Enable Invariant TSC bit for Intel CPU type

The Invariant TSC bit (CPUID leaf 0x80000007, EDX bit 8) was already

enabled for AMD CPU type but was commented out for Intel CPU type.

ARM64 provides an invariant system counter via CNTPCT_EL0, so

advertising Invariant TSC capability is correct on ARM64 hardware

regardless of the emulated CPU vendor.

Some applications (notably World of Warcraft and VanillaFixes) check

this bit and refuse to run or crash when it is not set.

Fixes #2485

* Gate Invariant TSC behind BOX64_RDTSC_INV env var

Software often reports the timer clock as the CPU clock, which

is incorrect under Box64. Make the Invariant TSC bit in CPUID

leaf 0x80000007 opt-in for the Intel CPU type path via

BOX64_RDTSC_INV=1 (disabled by default).

The AMD CPU type path already reports this bit unconditionally.

* cpuid: fix BOX64_RDTSC_INV availability in WowBox64.dll and sanitize comments

- Set wine flag to 1 so BOX64_RDTSC_INV is parseable and initialised

  correctly when compiled as WowBox64.dll (_WIN32 context)

- Remove verbose comment annotation; env var name is evident from code

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Joe <joe@Joes-MacBook-Pro.local>

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>,

-----------------------------------------------------------------------------------------
catacombgl.mk 197488b5d945920c89ff99ca2bdc2722bab34b63 # Version: Commits on Mar 02, 2026
-----------------------------------------------------------------------------------------
Introduce class test for PlayerInventory,

---------------------------------------------------------------------------------------
etlegacy.mk 5296dd2ff65b480525593acf4d137cebb8111430 # Version: Commits on Mar 03, 2026
---------------------------------------------------------------------------------------
cgame: set visibility defaults,

-------------------------------------------------------------------------------------------
jazz2-native.mk 987f60799eeecc2f90384246cda8dd2f00b892e5 # Version: Commits on Mar 02, 2026
-------------------------------------------------------------------------------------------
Merge branch 'master' of https://github.com/deathkiller/jazz2-native,

----------------------------------------------------------------------------------------
openmohaa.mk 87dd1f650e486363d5da31c1552f0e2acf333880 # Version: Commits on Mar 02, 2026
----------------------------------------------------------------------------------------
fix(fgame): fix vehiclesoundentity_postspawn event name (#899),

----------------------------------------------------------------------------------
stk.mk f68334ead5449bc7777cf758dea6cdfa4ec27598 # Version: Commits on Mar 03, 2026
----------------------------------------------------------------------------------
Sanitize illegal characters from download filename. (#5643)

Prevent /installaddon from failing (especially on windows) when the basename contains characters that are illegal in popular filesystems.,

-------------------------------------------------------------------------------------------------
shadps4-qtlauncher.mk 9bccf1efc73f336cb7880d91377d467ff2219831 # Version: Commits on Mar 03, 2026
-------------------------------------------------------------------------------------------------
New Crowdin updates (#259)

* New translations en_us.ts (Spanish)

* New translations en_us.ts (Portuguese, Brazilian),

-------------------------------------------------------
syncthing.mk v2.0.15 # Version: Commits on Mar 03, 2026
-------------------------------------------------------
## Major changes in 2.0

- Database backend switched from LevelDB to SQLite. There is a migration on

  first launch which can be lengthy for larger setups. The new database is

  easier to understand and maintain and, hopefully, less buggy.

- The logging format has changed to use structured log entries (a message

  plus several key-value pairs). Additionally, we can now control the log

  level per package, and a new log level WARNING has been inserted between

  INFO and ERROR (which was previously known as WARNING...). The INFO level

  has become more verbose, indicating the sync actions taken by Syncthing. A

  new command line flag `--log-level` sets the default log level for all

  packages, and the `STTRACE` environment variable and GUI has been updated

  to set log levels per package. The `--verbose` and `--logflags` command

  line options have been removed and will be ignored if given.

- Deleted items are no longer kept forever in the database, instead they are

  forgotten after fifteen months. If your use case require deletes to take

  effect after more than a fifteen month delay, set the

  `--db-delete-retention-interval` command line option or corresponding

  environment variable to zero, or a longer time interval of your choosing.

- Modernised command line options parsing. Old single-dash long options are

  no longer supported, e.g. `-home` must be given as `--home`. Some options

  have been renamed, others have become subcommands. All serve options are

  now also accepted as environment variables. See  `syncthing --help` and

  `syncthing serve --help` for details.

- Rolling hash detection of shifted data is no longer supported as this

  effectively never helped. Instead, scanning and syncing is faster and more

  efficient without it.

- A \default folder\ is no longer created on first startup.

- Multiple connections are now used by default between v2 devices. The new

  default value is to use three connections: one for index metadata and two

  for data exchange.

- The following platforms unfortunately no longer get prebuilt binaries for

  download at syncthing.net and on GitHub, due to complexities related to

  cross compilation with SQLite:

  - dragonfly/amd64

  - solaris/amd64

  - linux/ppc64

  - netbsd/*

  - openbsd/386 and openbsd/arm

  - windows/arm

- The handling of conflict resolution involving deleted files has changed. A

  delete can now be the winning outcome of conflict resolution, resulting in

  the deleted file being moved to a conflict copy.

This release is also available as:

* APT repository: https://apt.syncthing.net/

* Docker image: `docker.io/syncthing/syncthing:2.0.15` or `ghcr.io/syncthing/syncthing:2.0.15`

  (`{docker,ghcr}.io/syncthing/syncthing:2` to follow just the major version)

## What's Changed

### Fixes

* fix(gui): show restarting modal during upgrade restart (fixes #1248) by @steadytao in syncthing/syncthing#10566

* fix(gui): remove width limit for language select items by @EastSun5566 in syncthing/syncthing#10531

### Other

* chore(gui): add id and name to Stay logged in checkbox for password managers by @epifeny in syncthing/syncthing#10558

* chore(db): add ability to wait for programmatically started database maintenance, query last maintenance time by @pixelspark in syncthing/syncthing#10565

* chore(etc): add comprehensive sandboxing by @Valloric in syncthing/syncthing#10421

* chore: build with Go 1.26; use Go 1.25 features by @calmh in syncthing/syncthing#10570

## New Contributors

* @epifeny made their first contribution in syncthing/syncthing#10558

* @steadytao made their first contribution in syncthing/syncthing#10566

* @EastSun5566 made their first contribution in syncthing/syncthing#10531

* @Valloric made their first contribution in syncthing/syncthing#10421

**Full Changelog**: syncthing/syncthing@v2.0.14...v2.0.15,

----------------------------------------------------------------------------------------
retroarch.mk c335fa96533a0e007bbee6ee68917dc584d17cba # Version: Commits on Mar 03, 2026
----------------------------------------------------------------------------------------
apple: add applewin and azahar cores to App Store builds

azahar core still to come,

--------------------------------------------------------------------------------------------
vpinball-next.mk 0131accc543473aaa0685d3190b2ff946cf72e1d # Version: Commits on Mar 03, 2026
--------------------------------------------------------------------------------------------
standalone: add support for new IDecalEvents (#3195),

----------------------------------------------------------------------------------------
doomretro.mk 9796203f7d859c74129c4b8337a6f2359511b607 # Version: Commits on Mar 03, 2026
----------------------------------------------------------------------------------------
Minor tweaks,

----------------------------------------------------------------------------------
trx.mk e13213fc1e52da3d8a218681822c3216e55869e3 # Version: Commits on Mar 03, 2026
----------------------------------------------------------------------------------
test-replay: fix desync config state,

--------------------------------------------------------------------------------------------------
libretro-clownmdemu.mk ce2c83361bacf1aec301befe5fa4023db2eda839 # Version: Commits on Mar 03, 2026
--------------------------------------------------------------------------------------------------
Bump version to v1.6.7.,

---------------------------------------------------------------------------------------------
libretro-fbneo.mk 7706b59fecf5a8ef81190d8d7e0abe3b08ce6d22 # Version: Commits on Mar 03, 2026
---------------------------------------------------------------------------------------------
(libretro) update files,

--------------------------------------------------------------------------------------------------
libretro-melonds-ds.mk bac0256dc6a8736c5a228f57c562257e45fd49f3 # Version: Commits on Mar 03, 2026
--------------------------------------------------------------------------------------------------
Disable LTO on Android,

--------------------------------------------------------------------------------------------------------
libretro-mupen64plus-next.mk 899eaf6d629b264fedc9afd45a5e01895045a90b # Version: Commits on Feb 06, 2026
--------------------------------------------------------------------------------------------------------
Disable ext_fetch (GL_EXT_shader_framebuffer_fetch) on freedreno desktop OpenGL

as it causes rendering issues with N64 depth compare.,

----------------------------------------------------------------------------------------------
libretro-ppsspp.mk 69fc91b36fc7ed9224c47486f687f8be62e13c0d # Version: Commits on Mar 03, 2026
----------------------------------------------------------------------------------------------
Merge pull request #21331 from Felipefpl/master

Updated brazilian portuguese translation,

----------------------------------------------------------------------------------------------
libretro-stella.mk b89c2fecb2a00449c484f47ff8437bce2db1b5b9 # Version: Commits on Mar 02, 2026
----------------------------------------------------------------------------------------------
Fix Windows build from recent ZLIB update.,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-deps Area: Dependencies T-chore Type: Chore (like updating a dependency, it's gotta be done)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant