ideditor / schema-builder

🏗🏷 Create tagging schemas for iD
ISC License
12 stars 16 forks source link

Bump @transifex/api from 4.3.0 to 5.0.1 #77

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @transifex/api from 4.3.0 to 5.0.1.

Release notes

Sourced from @​transifex/api's releases.

v5.0.1

What's Changed

Full Changelog: https://github.com/transifex/transifex-javascript/compare/v5.0.0...v5.0.1

v5.0.0

New major 5.x.x release

With the new 5.0.0 release we bring some notable updates to the Transifex Native SDK:

  • We are officially adding support for Vue.js 3, through the @transifex/vue3 package 🎉.
  • We added support for tx.init({ ..., filterStatus: 'reviewed' }) to pull only reviewed translations in the apps.
  • When using txjs-cli push src/ --dry-run, you can now check how your translation will change in Transifex, without applying changes. The previous functionality (listing phrases to push without actually pushing) is now available under the txjs-cli push src/ --fake flag.
  • We have refactored the internals of @transifex/cli to be using @oclif/core.

THERE ARE NO FUNCTIONAL BREAKING CHANGES COMPARED TO 4.X.X VERSION

What's Changed

Full Changelog: https://github.com/transifex/transifex-javascript/compare/v4.3.0...v5.0.0

Commits
  • 24cde27 v5.0.1
  • 4aa6dba Merge pull request #169 from egilkh/infra/angular/add-angular-15
  • 44966c9 Add angular 15 as peerDependency
  • a457e7b v5.0.0
  • fc71537 Update peerDependecies for 5.0.0 release
  • 82402f0 Merge pull request #165 from transifex/add-vue3
  • b234050 Add support for Vue3 plugin & update CLI
  • 5a8fa64 Merge pull request #164 from transifex/content-filter-status
  • 08266f7 Add support for filtering content by translation status
  • 7c776c9 Merge pull request #160 from transifex/5.0.0
  • 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)