2e88633ba (#11369 by @lucasfernog) Remove references to no longer used __TAURI_INTERNALS__.metadata.windows and __TAURI_INTERNALS__.metadata.webviews.
> @tauri-apps/api@2.0.3 npm-publish /home/runner/work/tauri/tauri/packages/api
> pnpm build && cd ./dist && pnpm publish --access public --loglevel silly --no-git-checks
9501cfa5 (#1868 by @lucasfernog) Fix configuration parser incorrectly warning about the endpoint scheme.
Updating crates.io index
Packaging tauri-plugin-updater v2.0.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/updater)
Packaged 28 files, 173.7KiB (87.1KiB compressed)
Uploading tauri-plugin-updater v2.0.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/updater)
Uploaded tauri-plugin-updater v2.0.1 to registry `crates-io`
note: waiting for `tauri-plugin-updater v2.0.1` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
Published tauri-plugin-updater v2.0.1 at registry `crates-io`
Updating crates.io index
Packaging tauri-plugin-autostart v2.0.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/autostart)
Packaged 23 files, 88.6KiB (57.6KiB compressed)
Uploading tauri-plugin-autostart v2.0.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/autostart)
Uploaded tauri-plugin-autostart v2.0.1 to registry `crates-io`
note: waiting for `tauri-plugin-autostart v2.0.1` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
Published tauri-plugin-autostart v2.0.1 at registry `crates-io`
9501cfa5 (#1868 by @lucasfernog) Fix configuration parser incorrectly warning about the endpoint scheme.
Updating crates.io index
Packaging tauri-plugin-updater v2.0.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/updater)
Packaged 28 files, 173.7KiB (87.1KiB compressed)
Uploading tauri-plugin-updater v2.0.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/updater)
Uploaded tauri-plugin-updater v2.0.1 to registry `crates-io`
note: waiting for `tauri-plugin-updater v2.0.1` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
Published tauri-plugin-updater v2.0.1 at registry `crates-io`
Updating crates.io index
Packaging tauri-plugin-autostart v2.0.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/autostart)
Packaged 23 files, 88.6KiB (57.6KiB compressed)
Uploading tauri-plugin-autostart v2.0.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/autostart)
Uploaded tauri-plugin-autostart v2.0.1 to registry `crates-io`
note: waiting for `tauri-plugin-autostart v2.0.1` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
Published tauri-plugin-autostart v2.0.1 at registry `crates-io`
🐞 fix: #12294 ensure Invalid Date is evaluated correctly (#12295)
🐞 fix #12316 setValue should work for arrays of primitives to handle checkboxes (#12316) (#12317)
🐞 fix #12097 Use dirty fields along with mount names for form reset with keepDirtyValues (#12211)
🫀 fix #12237 disabled state trigger formState dirty/dirtyFields to update (#12239)
🐞 fix #12291 field array remove cause undefined with FormData (#12305)
📝 improve flatten function with object type check (#12306)
🖐️ improve: resolve type of set function (#12145)
🔧 chore: upgrade eslint to v9 (#12150)
📖 fix: code example input field placeholder name (#12296)
📖 docs: fix typo in code example (#12271)
During the RC period, some users encountered the following infinite loop error:
Uncaught Error: Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.
This case was already a non-ideal behavior in v4 but appears more explicitly as an error in v5. While there are several ways to resolve this, using useShallow often fixes the problem.
Improved the message for unused suppression comments. Contributed by @dyc3
Fix #4228, where the rule a11y/noInteractiveElementToNoninteractiveRole incorrectly reports a role for non-interactive elements. Contributed by @eryue0220
noSuspiciousSemicolonInJsx now catches suspicious semicolons in React fragments. Contributed by @vasucp1207
CLI
Enhancements
The --summary reporter now reports parsing diagnostics too. Contributed by @ematipico
Improved performance of GritQL queries by roughly 25-30%. Contributed by @arendjr
Configuration
Bug fixes
Fix an issue where the JSON schema marked lint rules options as mandatory. Contributed by @ematipico
Formatter
Bug fixes
Fix #4121. Respect line width when printing multiline strings. Contributed by @ah-yu
Improved the message for unused suppression comments. Contributed by @dyc3
Fix #4228, where the rule a11y/noInteractiveElementToNoninteractiveRole incorrectly reports a role for non-interactive elements. Contributed by @eryue0220
noSuspiciousSemicolonInJsx now catches suspicious semicolons in React fragments. Contributed by @vasucp1207
CLI
Enhancements
The --summary reporter now reports parsing diagnostics too. Contributed by @ematipico
Improved performance of GritQL queries by roughly 25-30%. Contributed by @arendjr
Configuration
Bug fixes
Fix an issue where the JSON schema marked lint rules options as mandatory. Contributed by @ematipico
Editors
Formatter
Bug fixes
Fix #4121. Respect line width when printing multiline strings. Contributed by @ah-yu
React Compiler was updated to accept a target option and runtimeModule was removed. vite-plugin-react will still detect runtimeModule for backwards compatibility.
When using a custom runtimeModule or target !== '19', the plugin will not try to pre-optimize react/compiler-runtime dependency.
The react-compiler-runtime is now available on npm can be used instead of the local shim for people using the compiler with React < 19.
Here is the configuration to use the compiler with React 18 and correct source maps in development:
React Compiler was updated to accept a target option and runtimeModule was removed. vite-plugin-react will still detect runtimeModule for backwards compatibility.
When using a custom runtimeModule or target !== '19', the plugin will not try to pre-optimize react/compiler-runtime dependency.
The react-compiler-runtime is now available on npm can be used instead of the local shim for people using the compiler with React < 19.
Here is the configuration to use the compiler with React 18 and correct source maps in development:
Bumps the all-deps group with 15 updates:
2.0.2
2.0.3
2.0.0
2.0.1
2.0.0
2.0.1
0.1.48
0.1.49
0.452.0
0.453.0
7.53.0
7.53.1
2.5.3
2.5.4
4.5.5
5.0.0
1.9.3
1.9.4
1.48.0
1.48.1
22.7.5
22.7.7
4.3.2
4.3.3
3.4.13
3.4.14
5.4.8
5.4.9
2.1.2
2.1.3
Updates
@tauri-apps/api
from 2.0.2 to 2.0.3Release notes
Sourced from
@tauri-apps/api
's releases.... (truncated)
Commits
1367ff5
apply version updates (#11373)fbb45c6
fix(api): brokenaddPluginListener
implementation, closes #8068 (#11423)eb61d44
feat(core): fallback to Window and AppHandle resource table on close (#11398)c8f55b6
feat(bundler): addwix > version
option (#11388)bd1b2a1
chore(deps) Update Tauri API Definitions (#10807)37557ff
chore(deps) Update Tauri CLI (dev) (#10808)6cd917c
feat(core): add methods for predefined items with specific text on `Menu/Subm...8278a36
chore(deps) Update Rust crate uuid to v1.11.0 (#11049)f8b559d
chore(deps) Update Rust crate windows-registry to 0.3.0 (#11193)add09c8
chore(deps) Update Rust crate brotli to v7 (#11195)Updates
@tauri-apps/plugin-dialog
from 2.0.0 to 2.0.1Release notes
Sourced from
@tauri-apps/plugin-dialog
's releases.... (truncated)
Commits
fd785ab
publish new versions (#1878)a1a8220
chore: change MSRV to 1.77.2 to support Windows 7 (#1873)dc49de5
chore(deps): update dependency typescript-eslint to v8.8.0 (#1854)4c2454d
sync readme with metadata (#1872)fe6dd0f
fix(deps): update dependency@tauri-apps/api
to v2.0.1 (#1862)ab8d089
chore(barcode-scanner): fix banner link in readme (#1870)ee02ea7
publish new versions (#1869)9501cfa
fix(updater): validate endpoint scheme before printing warning (#1868)Updates
@tauri-apps/plugin-fs
from 2.0.0 to 2.0.1Release notes
Sourced from
@tauri-apps/plugin-fs
's releases.... (truncated)
Commits
fd785ab
publish new versions (#1878)a1a8220
chore: change MSRV to 1.77.2 to support Windows 7 (#1873)dc49de5
chore(deps): update dependency typescript-eslint to v8.8.0 (#1854)4c2454d
sync readme with metadata (#1872)fe6dd0f
fix(deps): update dependency@tauri-apps/api
to v2.0.1 (#1862)ab8d089
chore(barcode-scanner): fix banner link in readme (#1870)ee02ea7
publish new versions (#1869)9501cfa
fix(updater): validate endpoint scheme before printing warning (#1868)Updates
@webgpu/types
from 0.1.48 to 0.1.49Commits
97e05be
0.1.4976d1d69
Add float32-blendable feature (#158)Updates
lucide-react
from 0.452.0 to 0.453.0Release notes
Sourced from lucide-react's releases.
Commits
Updates
react-hook-form
from 7.53.0 to 7.53.1Release notes
Sourced from react-hook-form's releases.
Changelog
Sourced from react-hook-form's changelog.
Commits
79964dc
7.53.11ce56d7
🔧 chore: upgrade eslint to v9 (#12150)978d407
🐞 fix: #12294 ensure Invalid Date is evaluated correctly (#12295)ca5077a
📖 fix: code example input field placeholder name (#12296)38960fd
🪙 package upgrades (#12327)67de1a4
🏺 watch reference update on formState update (#12326)76a6b53
🐞 fix #12316 setValue should work for arrays of primitives to handle checkbox...3bce0c8
Revert "☸️ fix #11910 watch reference update on each re-render (#12267)" (#12...cb61669
📝 improve flatten function with object type check (#12306)087433d
🐞 fix #12291 field array remove causeundefined
with FormData (#12305)Updates
tailwind-merge
from 2.5.3 to 2.5.4Release notes
Sourced from tailwind-merge's releases.
Commits
a57f245
v2.5.43b83a53
add changelog for v2.5.447b566c
Merge pull request #483 from dcastil/bugfix/481/fix-incorrect-sourcemap-paths004fbec
fix incorrect paths within sourcemapsa6d0954
add changelog for v2.5.3Updates
zustand
from 4.5.5 to 5.0.0Release notes
Sourced from zustand's releases.
... (truncated)
Commits
5408e01
5.0.0803d1c8
chore: update dev dependencies (#2787)211f108
Update docs content (#2760)055dcdc
Update third-party-libraries.md (add zustand-hash-storage) (#2785)a14af57
docs: logo optimization and adding alt (#2784)3362f3b
docs: addzutron
to third-party-libs (#2781)55630cc
docs: fix typo in use-shallow.md (#2780)eac9dad
Fix "previous" and "next" navigation links (#2777)717f569
docs: remove State and improvereplace
typecasting (#2776)17bc89d
docs: capitalize first word in subtitle (#2770)Updates
@biomejs/biome
from 1.9.3 to 1.9.4Release notes
Sourced from
@biomejs/biome
's releases.... (truncated)
Changelog
Sourced from
@biomejs/biome
's changelog.... (truncated)
Commits
fa93a14
release: v1.9.4 (#4320)2a05cd4
feat(lint): adduseGoogleFontDisplay
rule (#4264)bbb93b9
feat(lint): useCollapsedIf JS lint rule (#4179)561b54c
feat(linter): implement noUselessStringRaw (#4263)5b7d158
feat(linter): implementnoDuplicateProperties
(#4029)2342984
feat(lint): addnoDocumentImportInPage
rule (#4265)3cf20eb
chore(linter): renameuseExplicitFunctionReturnType
to `useExplicit… (#4261)970f498
feat(useGuardForIn): add rule (#4104)2e5b656
feat(lint): addnoDocumentCookie
rule (#4204)3364640
feat(lint): add ruleuseAtIndex
(#4120)Updates
@playwright/test
from 1.48.0 to 1.48.1Release notes
Sourced from
@playwright/test
's releases.Commits
ceb756d
chore: mark v1.48.1 (#33136)c3740d3
cherry-pick(#33133): (docker): correct Ubuntu Noble name in name template2ec0c86
cherry-pick(#33124): test: unflake ff debugger test8ef381f
cherry-pick(#33122): chore: fix ff test for codegenc72a253
cherry-pick(#33110): fix(chromium): disable PlzDedicatedWorker again (#33113)3d7ef3c
cherry-pick(#33095): fix(routeWebSocket): make sure ws url without trailing s...78c43bc
cherry-pick(#33097): docs: improve docs for WebSocketRoute6dc9ec7
cherry-pick(#33099): chore: fix codegen selector while debugginge5bbd5e
cherry-pick(#33096): chore: various v1.48.0 roll fixes for .NETdaff1a9
cherry-pick(#33030): fix(ui): bring back the headed paramUpdates
@types/node
from 22.7.5 to 22.7.7Commits
Updates
@vitejs/plugin-react
from 4.3.2 to 4.3.3Release notes
Sourced from
@vitejs/plugin-react
's releases.Changelog
Sourced from
@vitejs/plugin-react
's changelog.Commits
b61592a
release: plugin-react@4.3.3e8a923f
fix: addreact-dom
inoptimizeOps
to handle CJS script. (#375)7a7e339
feat: support new React Compiler target option (#374)Updates
tailwindcss
from 3.4.13 to 3.4.14Release notes
Sourced from tailwindcss's releases.
Changelog
Sourced from tailwindcss's changelog.
Commits
c616fb9
3.4.14b570e2b
Don't setdisplay: none
on elements that usehidden="until-found"
(#14625)Updates
vite
from 5.4.8 to 5.4.9Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
Commits
898d61f
release: v5.4.9508d9ab
fix: bump launch-editor-middleware to v2.9.1 (#18348)dc5434c
fix(deps): bump tsconfck (#18322)851b258
fix(hmr): don't try to rewrite imports for direct CSS soft invalidation (#18252)96084d6
fix(data-uri): only match ids starting withdata:
(#18241)eae00b5
fix(css): fix lightningcss dep url resolution with custom root (#18125)c23558a
chore: update all url references of vitejs.dev to vite.dev (#18276)1864eb1
chore: update license copyright (#18278)ae44163
docs: update homepage (#18274)262a879
fix(ssr): (backport #18150) fix source map remapping with multiple sources (#...Updates
vitest
from 2.1.2 to 2.1.3Release notes
Sourced from vitest's releases.