Skip to content

Commit

Permalink
Rev analyzer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Nov 20, 2023
1 parent 9742a4e commit eec8f47
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion pkgs/intl_translation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## 0.19.0-dev
## 0.19.0-wip
* Always generate null safe code, remove `null-safe` flag.
* Add example for `he` locale.
* MessageExtraction: add set of error codes to be ignored in analysis.
* Upgrade dependencies on `analyzer` and `lints`.
* Fix pubspec `repository` url.

## 0.18.1
* Update analyzer dependency to `5.2.0`.
Expand Down
8 changes: 4 additions & 4 deletions pkgs/intl_translation/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
name: intl_translation
version: 0.19.0-dev
version: 0.19.0-wip
description: >-
Contains code to deal with internationalized/localized messages,
date and number formatting and parsing, bi-directional text, and
other internationalization issues.
repository: https://github.com/dart-lang/intl_translation
repository: https://github.com/dart-lang/i18n/tree/main/pkgs/intl_translation

environment:
sdk: '>=2.18.0 <3.0.0'

dependencies:
analyzer: ^5.2.0
analyzer: ^6.3.0
args: ^2.0.0
dart_style: ^2.0.0
intl: ^0.18.0
path: ^1.0.0

dev_dependencies:
lints: ^2.0.0
lints: ^3.0.0
test: ^1.0.0

0 comments on commit eec8f47

Please sign in to comment.