Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @tauri-apps/api from 1.0.0-beta.8 to 1.0.0-rc.0 #917

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 11, 2022

Bumps @tauri-apps/api from 1.0.0-beta.8 to 1.0.0-rc.0.

Release notes

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

v1.0.0-rc.0

No release notes provided.

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

</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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 11, 2022
Bumps [@tauri-apps/api](https://github.com/tauri-apps/tauri) from 1.0.0-beta.8 to 1.0.0-rc.0.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v1.0.0-beta.8...v1.0.0-rc.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/tauri-apps/api-1.0.0-rc.0 branch from 3287b01 to 6825ccb Compare February 11, 2022 11:04
@codecov
Copy link

codecov bot commented Feb 11, 2022

Codecov Report

Merging #917 (3287b01) into master (36d7fe9) will decrease coverage by 0.02%.
The diff coverage is n/a.

❗ Current head 3287b01 differs from pull request most recent head 6825ccb. Consider uploading reports for the commit 6825ccb to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #917      +/-   ##
==========================================
- Coverage   70.86%   70.83%   -0.03%     
==========================================
  Files         205      205              
  Lines        6874     6874              
  Branches     1163     1163              
==========================================
- Hits         4871     4869       -2     
- Misses       1989     1991       +2     
  Partials       14       14              
Impacted Files Coverage Δ
src/core/util.ts 80.24% <0.00%> (-1.24%) ⬇️
src/forms/Y2020/irsForms/ScheduleEIC.ts 79.32% <0.00%> (-0.56%) ⬇️
src/forms/Y2020/irsForms/F1040.ts 93.42% <0.00%> (-0.44%) ⬇️
src/components/TaxPayer/SpouseAndDependent.tsx 94.04% <0.00%> (+1.19%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c962add...6825ccb. Read the comment docs.

@github-actions github-actions bot merged commit f27f472 into master Feb 11, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/master/tauri-apps/api-1.0.0-rc.0 branch February 11, 2022 11:05
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.

0 participants