Skip to content

chore(deps): bump @tauri-apps/api from 2.11.0 to 2.11.1 in /app in the npm-minor group#7

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/app/npm-minor-621eb82875
Closed

chore(deps): bump @tauri-apps/api from 2.11.0 to 2.11.1 in /app in the npm-minor group#7
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/app/npm-minor-621eb82875

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 18, 2026

Copy link
Copy Markdown

Bumps the npm-minor group in /app with 1 update: @tauri-apps/api.

Updates @tauri-apps/api from 2.11.0 to 2.11.1

Release notes

Sourced from @​tauri-apps/api's releases.

@​tauri-apps/api v2.11.1

No known vulnerabilities found

[2.11.1]

Enhancements

  • 916782601 (#15520 by @​polw1) Document that Monitor.size, Monitor.position and Monitor.workArea are in physical pixels, with examples showing how to convert them to the logical pixels expected by window creation options via toLogical(monitor.scaleFactor).
> @tauri-apps/api@2.11.1 npm-publish /home/runner/work/tauri/tauri/packages/api
> pnpm build && cd ./dist && pnpm publish --access public --loglevel silly --no-git-checks

> @​tauri-apps/api@​2.11.1 build /home/runner/work/tauri/tauri/packages/api > rollup -c --configPlugin typescript

�[36m �[1m./src/app.ts, ./src/core.ts, ./src/dpi.ts, ./src/event.ts, ./src/image.ts, ./src/index.ts, ./src/menu.ts, ./src/mocks.ts, ./src/path.ts, ./src/tray.ts, ./src/webview.ts, ./src/webviewWindow.ts, ./src/window.ts�[22m → �[1m./dist, ./dist�[22m...�[39m �[32mcreated �[1m./dist, ./dist�[22m in �[1m883ms�[22m�[39m �[36m �[1msrc/index.ts�[22m → �[1m../../crates/tauri/scripts/bundle.global.js�[22m...�[39m �[32mcreated �[1m../../crates/tauri/scripts/bundle.global.js�[22m in �[1m1.4s�[22m�[39m npm verbose cli /opt/hostedtoolcache/node/24.16.0/x64/bin/node /opt/hostedtoolcache/node/24.16.0/x64/bin/npm npm info using npm@11.13.0 npm info using node@v24.16.0 npm silly config load:file:/opt/hostedtoolcache/node/24.16.0/x64/lib/node_modules/npm/npmrc npm silly config load:file:/tmp/286e8dee195254a4370e608b672019b0/.npmrc npm silly config load:file:/home/runner/.npmrc npm silly config load:file:/home/runner/.config/pnpm/rc npm verbose title npm publish tauri-apps-api-2.11.1.tgz npm verbose argv "publish" "--ignore-scripts" "tauri-apps-api-2.11.1.tgz" "--access" "public" "--loglevel" "silly" npm verbose logfile logs-max:10 dir:/home/runner/.npm/_logs/2026-06-17T13_41_23_851Z- npm verbose logfile /home/runner/.npm/_logs/2026-06-17T13_41_23_851Z-debug-0.log npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm. See npm help npmrc for supported config options. npm warn Unknown env config "npm-globalconfig". This will stop working in the next major version of npm. See npm help npmrc for supported config options. npm warn Unknown env config "overrides". This will stop working in the next major version of npm. See npm help npmrc for supported config options. npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm. See npm help npmrc for supported config options. npm silly logfile done cleaning log files npm verbose publish [ 'tauri-apps-api-2.11.1.tgz' ] </tr></table>

... (truncated)

Commits

Dependabot compatibility score

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 /app with 1 update: [@tauri-apps/api](https://github.com/tauri-apps/tauri).


Updates `@tauri-apps/api` from 2.11.0 to 2.11.1
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/api-v2.11.0...@tauri-apps/api-v2.11.1)

---
updated-dependencies:
- dependency-name: "@tauri-apps/api"
  dependency-version: 2.11.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 18, 2026
GamalAnwar added a commit that referenced this pull request Jun 18, 2026
Bumps the app's dev toolchain to current majors and the Tauri API to the
latest patch, subsuming Dependabot PRs #7/#8/#9/#10:

- typescript 5.6 → 6.0.3
- vite 5.4 → 8.0.16
- vitest 2.1 → 4.1.9
- @tauri-apps/api → 2.11.1

Verified locally: `npm ci && npm run build` (tsc + vite) and the 24
vitest tests all pass on the upgraded toolchain.

Also adds a `frontend` job to CI (type-check, build, test) — the frontend
was previously not exercised by any workflow, which is why these
dependency bumps couldn't be validated automatically. The new job builds
and tests the upgraded toolchain here and gates future frontend bumps.

https://claude.ai/code/session_016jgMTwiYCiZA8F9JMFGfWR

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

Copy link
Copy Markdown
Contributor

Superseded by #17, which bumped @tauri-apps/api to 2.11.1 (with the rest of the frontend toolchain, verified by the new frontend CI job).

·@·d·ependabot c·lose


Generated by Claude Code

@dependabot @github

dependabot Bot commented on behalf of github Jun 18, 2026

Copy link
Copy Markdown
Author

Looks like @tauri-apps/api is no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 18, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/app/npm-minor-621eb82875 branch June 18, 2026 07:08
GamalAnwar added a commit that referenced this pull request Jun 18, 2026
Bumps the app's dev toolchain to current majors and the Tauri API to the
latest patch, subsuming Dependabot PRs #7/#8/#9/#10:

- typescript 5.6 → 6.0.3
- vite 5.4 → 8.0.16
- vitest 2.1 → 4.1.9
- @tauri-apps/api → 2.11.1

Verified locally: `npm ci && npm run build` (tsc + vite) and the 24
vitest tests all pass on the upgraded toolchain.

Also adds a `frontend` job to CI (type-check, build, test) — the frontend
was previously not exercised by any workflow, which is why these
dependency bumps couldn't be validated automatically. The new job builds
and tests the upgraded toolchain here and gates future frontend bumps.
GamalAnwar added a commit that referenced this pull request Jun 18, 2026
Bumps the app's dev toolchain to current majors and the Tauri API to the
latest patch, subsuming Dependabot PRs #7/#8/#9/#10:

- typescript 5.6 → 6.0.3
- vite 5.4 → 8.0.16
- vitest 2.1 → 4.1.9
- @tauri-apps/api → 2.11.1

Verified locally: `npm ci && npm run build` (tsc + vite) and the 24
vitest tests all pass on the upgraded toolchain.

Also adds a `frontend` job to CI (type-check, build, test) — the frontend
was previously not exercised by any workflow, which is why these
dependency bumps couldn't be validated automatically. The new job builds
and tests the upgraded toolchain here and gates future frontend bumps.
GamalAnwar added a commit that referenced this pull request Jun 18, 2026
Bumps the app's dev toolchain to current majors and the Tauri API to the
latest patch, subsuming Dependabot PRs #7/#8/#9/#10:

- typescript 5.6 → 6.0.3
- vite 5.4 → 8.0.16
- vitest 2.1 → 4.1.9
- @tauri-apps/api → 2.11.1

Verified locally: `npm ci && npm run build` (tsc + vite) and the 24
vitest tests all pass on the upgraded toolchain.

Also adds a `frontend` job to CI (type-check, build, test) — the frontend
was previously not exercised by any workflow, which is why these
dependency bumps couldn't be validated automatically. The new job builds
and tests the upgraded toolchain here and gates future frontend bumps.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant