Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

build(deps): bump slang from 3.3.1 to 3.13.0#44

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/slang-3.13.0
Open

build(deps): bump slang from 3.3.1 to 3.13.0#44
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/slang-3.13.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 27, 2023

Copy link
Copy Markdown

Bumps slang from 3.3.1 to 3.13.0.

Release notes

Sourced from slang's releases.

v3.13.0

  • feat: generated files from analyze and apply have \n at the end of the file

v3.12.0

  • feat: mixins generated by the interface feature have == and hashCode overrides
  • feat: flutter pub run slang apply respects the order in the base locale instead of simply add the new translations to the end
  • feat: flutter pub run slang analyze have --split-missing and --split-unused (in addition to --split) so only one of both can be a single file

v3.11.0

  • feat: add (ignoreMissing) and (ignoreUnused) modifiers which changes the behaviour of flutter pub run slang analyze

v3.10.0

  • feat: there is now a default plural resolver so the app keeps working in production when you forgot to define one, you will only see a warning in the log
  • fix: key_map_case should work with (map) modifier

v3.9.0

  • feat: improve interface attribute inference algorithm
  • feat: generate to lib/gen/<filename> in Flutter environment by default if input is outside of lib/ and no output directory is given

v3.8.0

  • feat: add (interface=<Interface>) and (singleInterface=<Interface>) modifiers, a new approach to configure interfaces without touching the config file
  • feat: add AppLocaleUtils.supportedLocales and AppLocaleUtils.supportedLocalesRaw, this API works in locale_handling: false
  • fix: possible class name conflict for objects inside lists
  • DEPRECATED: LocaleSettings.supportedLocales and LocaleSettings.supportedLocalesRaw

v3.7.0

  • feat: official web support

v3.6.0

  • feat: RichText supports links inside default translation
  • feat: flutter pub run slang watch works recursively and does not crash on error

v3.5.0

  • feat: csv decoding now support both CRLF and LF, " and '
  • fix: LocaleSettings.setPluralResolver should not throw an assertion error
  • fix: flutter pub run slang migrate should also work without : in command

v3.4.0

  • feat: add --locale=<locale> argument to flutter pub run slang apply to only apply a specific locale
  • BREAKING (TOOL): --flat argument for flutter pub run slang analyze and apply is no longer available
Commits
  • a488db0 release: 3.13.0
  • 37ea2b7 test: rename test files
  • 5800c09 feat: generate \n in analyze and apply
  • 0a339eb release: 3.12.0
  • f9d2d08 feat: generate equals and hashcode for generated mixins
  • 64bae10 feat: add parameter to only split missing or unused translations
  • 532097c feat: flutter pub run slang apply now respects the order of the base transl...
  • 7ce4215 release: 3.11.1
  • 5a099a1 fix: missing unused translations in secondary locales
  • 40dde17 release: 3.11.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)

Bumps [slang](https://github.com/Tienisto/slang) from 3.3.1 to 3.13.0.
- [Release notes](https://github.com/Tienisto/slang/releases)
- [Commits](slang-i18n/slang@v3.3.1...v3.13.0)

---
updated-dependencies:
- dependency-name: slang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants