unasuke / deplore

deplore is a DeepL client app.
Apache License 2.0
24 stars 2 forks source link

Bump tauri from 1.0.0-beta.8 to 1.0.0-rc.0 in /src-tauri #52

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps tauri from 1.0.0-beta.8 to 1.0.0-rc.0.

Release notes

Sourced from tauri's releases.

create-tauri-app v1.0.0-rc.0

Yarn Audit

yarn audit v1.22.17
info No lockfile found.
0 vulnerabilities found - Packages audited: 231
Done in 4.05s.

[1.0.0-rc.0]

  • Add empty description to Cargo.toml in dominator recipe.
  • create-tauri-app should now be fully compatiable with CI environments.
    • f5e77ff4 refactor(cta): use commander instead of minimst (#2551) on 2022-01-01
  • Stop react recipe from opening in browser by default.
    • ea51504e fix(cta): stop react recipe from opening in browser, closes #2793 (#2988) on 2021-11-30
  • Add SolidJS recipe using the official template.

Yarn Package Publish

yarn publish v1.22.17
[1/4] Bumping version...
info Current version: 1.0.0-rc.0
[2/4] Logging in...
[3/4] Publishing...
$ yarn build
yarn run v1.22.17
$ rollup --config

src/index.ts → dist... (!) Plugin typescript: @​rollup/plugin-typescript TS2345: Argument of type 'unknown' is not assignable to parameter of type 'string | undefined'. Type 'unknown' is not assignable to type 'string'. src/shell.ts: (34:21)

34 throw new Error(error) ~~~~~

created dist in 2.8s

BUILD: 2853ms, 83.9 MB / 122 MB

generate module graph: 161ms, -1.19 MB / 125 MB

  • plugin 0 (typescript) - resolveId: 3ms, 208 kB / 128 MB
  • plugin 1 (commonjs) - resolveId: 0ms, 8.39 kB / 126 MB
  • plugin 1 (commonjs) - resolveId (async): 6ms, -10.5 MB / 115 MB </tr></table>

... (truncated)

Commits
  • 7c0fb73 fix(covector): tauri-utils before tauri-bundler
  • a1cac94 chore: ignore time and chrono security advisories
  • 0876bbb Apply Version Updates From Current Changes (#2522)
  • 18b7ffb fix(covector): remove sync-cli-metadata.js usage
  • 45d427e Merge pull request #3389 from tauri-apps/next
  • 4334865 refactor(cli): rename tooling/cli.rs folder to tooling/cli (#3388)
  • 62c7a8a chore(covector): prepare for rc release (#3376)
  • 2403e73 feat(cli.rs): add tests to node binding, delete cli.js (#3381)
  • 8562706 fix(core): documentation links
  • d5400a3 once_global and once accept FnOnce callbacks (#3383)
  • Additional commits viewable in compare view


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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #58.