Coder Social home page Coder Social logo

Comments (47)

greenkeeper avatar greenkeeper commented on August 25, 2024

After pinning to 2.1.0 your tests are passing again. Downgrade this dependency 📌.

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 90 commits.

There are 90 commits in total.

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 6 commits.

  • 26fee81 Publish
  • 8f2c649 feat(intl-relativeformat): Improve day diffing (#45)
  • 203f6bc chore(intl-relativeformat): add karma config (#47)
  • 269fcf4 Publish
  • bf690eb Publish
  • d635ed3 bug(intl-locales-supported): add prepublishOnly step

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 8 commits.

  • bbad0e2 Publish
  • 683e67f chore(intl-relativeformat): bump major version
  • 69b90d2 docs(intl-relativeformat): update README
  • 8e160a3 BREAKING CHANGE(intl-relativeformat): Upgrade intl-messageformat to v3
  • e9e49c1 bug(intl-messageformat): fix type definition
  • 4aa1e4d chore(intl-locales-supported): fix unit test
  • 5790b6f chore(intl-format-cache): convert test to ts
  • eb4a58a chore(intl-format-cache): exclude tests from .npmignore

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 4 commits.

  • ddea07e Publish
  • baf36b5 feat(intl-relativeformat): expose es6 entry point in package.json
  • 0babaa8 bug(intl-relativeformat): expose es6 module entry point
  • 4dc1f00 chore: type fixes

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 7 commits.

  • 6c131eb Publish
  • 9d52eb0 Publish
  • e37a242 feat(formatjs-extract-cldr-data): add quarter data (#53)
  • 62a6de4 feat(formatjs-extract-cldr-data): rm plural (#52)
  • 3d6c289 feat(intl-messageformat): Add getAst method
  • bf866e4 chore: consolidate config files (#50)
  • 3b51506 chore: consolidate karma (#49)

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 81 commits.

  • 32078bc Publish
  • 450c495 feat(intl-messageformat): export Part types
  • 0680f58 feat(intl-messageformat): Add formatToParts
  • ec0eaa2 feat(intl-messageformat-parser): add printer to print AST to string
  • 18f09f7 fix: package.json typo
  • b3c0862 chore: Update lerna URL in README.md (#113)
  • 8155006 chore: add postchangelog step
  • 2c91ba2 Publish
  • 29dde76 chore: remove deprecated intl-relativeformat from the monorepo
  • 9d1589e chore(intl-messageformat): change build step for core
  • 700edc7 Publish
  • 093de35 feat(intl-messageformat-parser): Rewrite grammar (#112)
  • 8271da8 chore: ignore intl-relativeformat since it is deprecated
  • 177a66b chore(intl-messageformat): fix benchmarking script
  • 34901b4 chore: fix benchmarking tests

There are 81 commits in total.

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 12 commits.

  • daf961b Publish
  • d556f1e chore: dont run prettier on CHANGELOG.md
  • bebdf95 fix(intl-messageformat-parser): add tests, fix offset printing
  • 37448e2 fix(intl-messageformat-parser): Fix AST printer to print white-spaces, commas and element types… (#120)
  • 46bac4e chore(deps-dev): update rollup-plugin-typescript2 requirement fr… (#114)
  • bf11bdd chore(deps-dev): update karma-chrome-launcher requirement from ^… (#116)
  • 4fb412d docs: fix broken link in README (#122)
  • c985f62 chore: rm react from test
  • eac855b chore: attempt to fix build
  • 73280e8 Publish
  • ff0109c chore: move changelog fix to postversion
  • 100f3f2 chore: prettier

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 16 commits.

  • 2b17243 Publish
  • f597630 fix(intl-messageformat): fix regex, fix #130
  • 62d4b06 fix(@formatjs/intl-relativetimeformat): Ignore error when setting name function properties on iOS 9 (#129)
  • f5ecfd8 Publish
  • 1feca57 fix(intl-messageformat): Include Date in PrimitiveType
  • d2225cb Publish
  • 8d3bfcd fix(intl-messageformat): fix formatXMLMessage w/o tag
  • 84ec48b Publish
  • 4a624c0 feat(intl-messageformat): allow mixed placeholder & XML together… (#126)
  • 5c28b46 Publish
  • ce05b8a feat(intl-messageformat): allow passing in object to formatXMLMessage
  • 0a4253c Publish
  • 72cdafc feat(intl-messageformat): Add xml formatting (#124)
  • b9a9996 chore(intl-messageformat): pull formatters out to a separate file
  • a403c20 chore(intl-messageformat-parser): consolidate tests

There are 16 commits in total.

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 5 commits.

  • a30fa20 Publish
  • f1f937d feat(intl-messageformat-parser): support argument skeleton for AST printers (#133)
  • 5661177 feat(intl-messageformat-parser): revamped quote rule (#134)
  • 1c3c1fc fix(intl-messageformat-parser): fix plural =xx grammar
  • dbe6799 feat(intl-messageformat-parser): add parser for number skeleton and date skeleton (#131)

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 7 commits.

  • 246da4f Publish
  • 3946600 fix(@formatjs/intl-relativetimeformat): rm locale-data import core module
  • 6b5e556 feat(@formatjs/intl-utils): allow passing in partial thresholds to selectUnit
  • cdf3ffe feat(@formatjs/intl-utils): support intl-utils toggle quarter selection (#138)
  • 8b6196b Publish
  • b39ea08 fix(intl-messageformat-parser): argStyleText can contain syntax characters and quoted string now (#136)
  • b5a9fde chore(intl-messageformat): fix docs

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 2 commits.

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 9 commits.

  • 58f2442 Publish
  • 54fb5f8 chore(@formatjs/intl-relativetimeformat): add docs for lang aliases
  • a2aec8c feat(@formatjs/intl-relativetimeformat): add aliases support
  • 6e67775 Publish
  • 5311ac2 feat(intl-messageformat): rm core bundle for now
  • b6ea222 fix(intl-messageformat-parser): make date time skeleton compatib… (#140)
  • a0a8924 chore(intl-messageformat-parser): add whitespace test
  • e4991d2 Publish
  • 215aa6d fix(intl-messageformat-parser): normalize plural in nested select, fixes #145

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

  • fc171d9 Publish
  • 50c7710 fix(intl-messageformat-parser): allow negative in plural rule, fixes #146
  • 322bf49 chore(@formatjs/intl-relativetimeformat): fix test for node12

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 2 commits.

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 7 commits.

  • ced8ad1 Publish
  • 0cba7a6 fix(intl-locales-supported): lazily default constructors, fixes #151
  • 3330349 chore: fix windows build
  • 7082665 chore: normalize path separator for windows
  • 2f43572 chore: fix windows build
  • d17141b Publish
  • 5e2dffa fix(babel-plugin-react-intl): check if descriptorPath.id is present in JSX element (#150)

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 19 commits.

  • 8731e34 Publish
  • 85b6fc9 chore(@formatjs/intl-relativetimeformat): fix node12 test
  • 818a6be chore(@formatjs/intl-unified-numberformat): manual bump to 0.3
  • 4c1d692 feat(@formatjs/intl-unified-numberformat): add polyfill option
  • 3452057 chore: attempt to fix tests
  • 7e54a0b feat(formatjs-extract-cldr-data): fix unit extraction
  • 5886f16 feat(@formatjs/intl-untils): add locale-lookup
  • 1cd6e93 fix(@formatjs/intl-utils): rm dependency on @formatjs/intl-relativetimeformat
  • dadab10 fix(@formatjs/intl-utils): change default quarter to false in selectUnit
  • 1193b34 Publish
  • e291eeb feat(formatjs-extract-cldr-data): polyfill units
  • 1ea9c33 Publish
  • 58693be fix(@formatjs/intl-relativetimeformat): make supportedLocalesOf reflect data we have loaded, fix #157
  • 2ac3f17 Publish
  • 9f820ea fix(intl-messageformat): fix empty value in formatting

There are 19 commits in total.

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 9 commits.

  • 3c05983 Publish
  • f4c494a fix(@formatjs/intl-unified-numberformat): dist polyfill with all locales
  • 1f25453 fix(@formatjs/intl-unified-numberformat): add DEFAULT_LOCALE in locale lookup
  • 6146194 fix(@formatjs/intl-relativetimeformat): use locale-lookup from intl-utils
  • 7f5eb9e fix(@formatjs/intl-unified-numberformat): use locale-lookup from intl-utils
  • 3758c52 fix(intl-utils): upgrade date-fns to v2
  • 36af40e fix(intl-messageformat): filter out XML a bit more aggressively
  • f9f4e54 fix(babel-plugin-react-intl): dont trim ws
  • f568cdc fix(intl-unified-numberformat): dist UMD

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

  • 2223112 Publish
  • 6897ca9 fix(babel-plugin-react-intl): return raw message without re-printing, fix #160
  • 7f5c949 chore(@formatjs/intl-relativetimeformat): correct document typo of include-aliases (#161)

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 21 commits.

  • b05a1d4 Publish
  • 224ac73 feat(@formatjs/intl-utils): modify diff calculation
  • f1e7b5d Publish
  • 0c3a0e0 fix(intl-messageformat-parser): throw when there are duplicates in select/plural, fix #168
  • 1aaea87 Publish
  • 3cb5dae fix(@formatjs/intl-unified-numberformat): fix cldr build
  • 2914f21 Publish
  • 99b886b fix(@formatjs/intl-unified-numberformat): export types as well
  • 742dc51 Publish
  • 5940281 fix(@formatjs/intl-unified-numberformat): fix package.json
  • 929455d Publish
  • 3ebb117 fix(@formatjs/intl-unified-numberformat): add .npmignore
  • c2d71f5 Publish
  • 08fcd2d chore(intl-messageformat): add tests
  • 3e0934d feat(intl-messageformat): throw FormatError if self-closing tag is used (#166)

There are 21 commits in total.

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 21 commits.

  • a784267 Publish
  • 82b1f34 chore(@formatjs/intl-pluralrules): fix test262 runner script
  • 025dfe3 fix(@formatjs/intl-relativetimeformat): fix test262
  • 3018df1 fix(@formatjs/intl-pluralrules): fully test262-compliant
  • 9c2af2a fix(@formatjs/intl-relativetimeformat): pass in raw locales to lookup
  • 719c6f2 fix(@formatjs/intl-unified-numberformat): pass in raw locales to lookup
  • 8c8578d fix(@formatjs/intl-unified-numberformat): rely on Intl.PluralRules supported locales instead of both PL & NumberFormat
  • cc3c05b fix(@formatjs/intl-relativetimeformat): rely on Intl.PluralRules supported locales instead of both PL & NumberFormat
  • e430944 feat(@formatjs/intl-relativetimeformat): use aliases from @formatjs/intl-utils
  • 5e74792 feat(@formatjs/intl-utils): add lang aliases to locale lookup
  • 429a7db fix(@formatjs/intl-unified-numberformat): memoize Intl.PluralRules
  • a9af73b chore(@formatjs/intl-pluralrules): dist es6 as well
  • 06fb462 fix(@formatjs/intl-pluralrules): fix _type valueOf to return correct string
  • 0c3ebbb chore(devs-dep): update links & docs
  • 5afde82 feat(@formatjs/intl-pluralrules): make it more test262-compliant (#170)

There are 21 commits in total.

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 2 commits.

  • a00fcd5 Publish
  • 94ac82d chore(devs-dep): upgrade package.json for packages

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 6 commits.

  • 4beadae Publish
  • 2722185 (@formatjs/intl-relativetimeformat): add UMD polyfill artifacts
  • 0c471b0 fix(@formatjs/intl-pluralrules): add UMD polyfill js artifact
  • f472eff chore(@formatjs/intl-pluralrules): update npm badges
  • d6ef29a Publish
  • 94458c3 feat(intl-messageformat-parser): add UMD dist, fixes #171

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 33 commits.

  • 7835553 Publish
  • 138860b fix(formatjs-extract-cldr-data): fix parent deduping logic
  • 4b1605c fix(intl-messageformat): fix chrome v77 issue where NumberFormat.supportedLocalesOf(cy) broke
  • 66a0313 feat(formatjs-extract-cldr-data): even smaller locale data
  • db12bf3 feat(formatjs-extract-cldr-data): dedupe relative data, reduce relative time data by 40%
  • ba464a9 chore(@formatjs/intl-relativetimeformat): fix resolvedOptions
  • 52fb192 fix(@formatjs/intl-utils): fix lookup case sensitivity
  • bac2eae fix(@formatjs/intl-utils): consolidate parent lookup
  • 10bca2f feat(formatjs-extract-cldr-data): dont embed parentLocale everywhere
  • 38bf476 feat(@formatjs/intl-relativetimeformat): use common parentLocale from @formatjs/intl-utils
  • 8b2a7bf fix(@formatjs/intl-pluralrules): fix typo in toRawFixed
  • b3f3804 fix(@formatjs/intl-pluralrules): fix precision-related value in select
  • d5c3e18 chore(ci): tweak GH actions
  • 9de30cf chore(ci): fix node 10/12 pluralrules tests
  • e49b657 chore(ci): switch to npm ci

There are 33 commits in total.

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 7 commits.

  • 7e0eccf Publish
  • a076b7b chore(@formatjs/intl-relativetimeformat): add en locale-data to test
  • d9a0a66 feat(@formatjs/intl-relativetimeformat): dont bundle en by default
  • 46f852c chore(dev): update test262
  • 356366d chore(deps-dev): bump ts-jest from 24.0.2 to 24.1.0 (#187)
  • 79f6304 chore(deps-dev): bump rollup-plugin-typescript2 from 0.24.1 to 0… (#188)
  • 641cbf8 t(formatjs-extract-cldr-data): synchronize type w/ unified numberformat & relativetimeformat

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 10 commits.

  • f275221 Publish
  • 0b10309 fix(@formatjs/intl-pluralrules): merge fix meta into core
  • a16a352 fix(@formatjs/intl-relativetimeformat): fix type definition for Intl.RelativeTimeFormat
  • 5b087bf fix(@formatjs/intl-relativetimeformat): remove unnecessary meta fix
  • 27942a2 fix(@formatjs/intl-pluralrules): remove unnecessary meta fixes
  • 4c0b918 fix(@formatjs/intl-relativetimeformat): remove global type mod for RelativeTimeFormat
  • 08e6de4 chore(deps-dev): bump eslint from 6.3.0 to 6.4.0 (#190)
  • c37ddf5 chore(deps-dev): bump @babel/parser from 7.5.5 to 7.6.0 (#189)
  • 8c4409c chore(deps-dev): bump rollup from 1.21.2 to 1.21.4 (#192)
  • e6af347 chore(deps-dev): bump ts-node from 8.3.0 to 8.4.1 (#191)

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 24 commits.

  • 3e5b09c Publish
  • 4a109d3 chore(@intl-messageformat): reformat tests
  • 499df4f fix(@formatjs/intl-unified-numberformat): rm side effects array due to build complication
  • 7497c87 fix(@formatjs/intl-relativetimeformat): rm side effects array due to build complication
  • f22e552 fix(@formatjs/intl-pluralrules): rm side effects array due to build complication
  • 6d718c4 chore(intl-messageformat): rm old test comment
  • 5c8e73e chore(ci): try fetch-depth
  • 54f4609 chore(ci): add depth 100 to actions/checkout
  • 35052d8 chore(@formatjs/intl-unified-numberformat): no need to build en.tswq
  • 7e3dc27 fix(@formatjs/intl-relativetimeformat): add locale-data as side-effectful
  • 6bc0bd7 fix(@formatjs/intl-pluralrules): add more side-effectful files
  • 03d2a10 fix(@formatjs/intl-relativetimeformat): add more side-effectful files
  • 767f0a1 feat(intl-format-cache): mark the package as side-effects free
  • 03d2ad8 feat(intl-locales-supported): mark the package as side-effects free
  • a1a08ae feat(intl-messageformat): mark the package as side-effects free

There are 24 commits in total.

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 4 commits.

  • 71e51a0 Publish
  • 6e5d476 feat(@formatjs/intl-listformat): add Intl.ListFormat polyfill
  • 4570e9d chore(@formatjs/intl-relativetimeformat): rm dist-es6 as part of clean
  • 066d95b feat(@formatjs/intl-utils): add list-format types

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 11 commits.

  • b68be70 Publish
  • d251733 feat(@formatjs/intl-unified-numberformat): rename __addUnitLocaleData to __addLocaleData
  • cda3cf2 feat(@formatjs/intl-relativetimeformat): dist out raw json data for ponyfill, fix #201
  • b5f37c4 feat(@formatjs/intl-utils): add IE11-safe getCanonicalLocales,
  • 0d1c3dd chore(formatjs-extract-cldr-data): fix tests on Node 12.11
  • ebeb008 chore(@formatjs/intl-utils): fix test
  • 8d3e03a feat(@formatjs/intl-pluralrules): add UMD polyfill-with-locales, fix #195
  • 14ecbaf chore(devs): Add more strict config to tsconfig.json
  • 66cbf07 chore(devs-dep): Upgrade deps
  • 98661d2 Publish
  • 0cef59e chore(@formatjs/intl-listformat): update README

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 13 commits.

  • cd9ad1f Publish
  • d1b7c8c fix(intl-messageformat): fix formatHTMLMessage @ regex
  • 22121b2 fix(intl-messageformat): handle nested # in plural correctly, fix #202
  • e4e7b17 fix(@formatjs/intl-listformat): fix CreatePartsFromList to behave like spec
  • 948a1b1 chore(deps-dev): bump cldr-core from 35.1.0 to 36.0.0 (#223)
  • 9422f67 chore(intl-messageformat): add test for @ case
  • 3fcedfd chore(dev-deps): upgrade deps
  • bed9e37 chore(intl-messageformat): fix README for default export, fix #209
  • 0724ffe chore(deps-dev): bump cross-env from 6.0.2 to 6.0.3 (#208)
  • dfebd02 chore(deps-dev): bump eslint-plugin-react from 7.15.0 to 7.15.1 (#207)
  • 6b71a32 chore(deps-dev): bump test262-harness from 6.4.0 to 6.5.0 (#211)
  • 28b4ae5 chore(license): Fix misc licensing (#213)
  • 33df49c chore(deps-dev): bump cross-env from 6.0.0 to 6.0.2 (#206)

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 11 commits.

  • eebc590 Publish
  • 8d7848e chore(dev-deps): add @types/rimraf
  • 46db05a chore(eslint-plugin-formatjs): tweak tests
  • 70c8ba4 chore(eslint-plugin-formatjs): tweak tsconfig
  • ac573be chore(eslint-plugin-formatjs): add eslint-plugin-formatjs
  • a43b58b chore(@formatjs/macro): Add macro package
  • 33a591e chore(dev-deps): upgrade deps
  • cd8d898 chore(@formatjs/cli): rename package
  • 1f57a0b feat(@formatjs/cli): A CLI for formatjs (#234)
  • c4c9ab7 Publish
  • 70b8baa feat(@formatjs/intl-unified-numberformat): add correct typings to UnifiedNumberFormatOptions

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 38 commits.

  • 64f3cbd Publish
  • d938279 chore(babel-plugin-react-intl): fix tests
  • f629875 chore(dev): reformat
  • 3a74c2e fix(intl-messageformat): pass raw locales down to individual formatters
  • 69b1ebe chore(dev-deps): upgrade deps
  • 336cef2 chore(dev-deps): update package-lock
  • 6b8c35f Publish
  • afaa03d fix(@formatjs/ts-transformer): handle props.intl.formatMessage case
  • ad39ea5 Publish
  • 1c9850e fix(@formatjs/ts-transformer): fix AST node manipulation
  • 089c0de Publish
  • 12b9ac1 feat(eslint-plugin-formatjs): Add enforce-placeholders rule
  • 3404c12 fix(@formatjs/ts-transformer): preserve multi arguments in formatMessage call
  • ca8ce7a Publish
  • ad87c54 fix(@formatjs/ts-transformer): fix overrideIdFn string case

There are 38 commits in total.

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 14 commits.

  • ec6c8fe Publish
  • 1dadc31 fix(@formatjs/macro): add types decl in package.json
  • 916d063 feat(eslint-plugin-formatjs): report when message is invalid ICU
  • 340121e chore(license): Update LICENSE files in every package
  • 001066b chore(intl-messageformat): fix FF tests
  • 87dc6b5 chore(@formatjs/ts-transformer): fix tests
  • 880abe2 chore(@formatjs/intl-listformat): fix ListFormat test on Node 12
  • 041eb99 fix(lint): fix lint config and rerun
  • 51cfa28 Publish
  • fc4243b chore(dev): update package-lock
  • e55efe9 fix(@formatjs/cli): remove Node engines restrictions
  • 0a2fcc7 chore(intl-messageformat): Clarify DOMParser polyfill in README
  • 7806b02 chore(intl-messageformat): Add DOMParser polyfill in README (#237)
  • 240b317 docs(@formatjs/intl-unified-numberformat): Rename addUnitLocaleData -> addLocaleData (#262)

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 9 commits.

  • b506d5e Publish
  • 243a67e chore(@formatjs/intl-listformat): fix files list in package.json
  • deb124d chore: add whitelisted files to package.json
  • e8af68d fix(@formatjs/intl-listformat): use api-extractor to combine d.ts
  • 9d55531 fix(intl-messageformat-parser): use api-extractor to combine d.ts
  • 65adff2 fix(@formatjs/intl-pluralrules): use api-extractor to combine d.ts
  • bd803dd fix(@formatjs/intl-relativetimeformat): use api-extractor to combine d.ts
  • a4b16b5 fix(@formatjs/intl-utils): use api-extractor to combine d.ts
  • 6c6af9d fix(intl-messageformat): use api-extractor to combine type definitions

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by commits ahead by 0, behind by 182.

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 195 commits.

  • 4e2afbd Publish
  • e3115e2 fix(@formatjs/intl-unified-numberformat): fix crash in numberformat
  • d796af7 chore(deps-dev): upgrade devDeps
  • 63abde1 chore(license): reformat
  • dd6d2d5 chore(license): Fix up license links and such
  • 89bd4aa Publish
  • 73448a5 chore(test): exclude test262 Realm tests
  • 289c7de chore(test): upgrade test262
  • 4e20dbd fix(intl-messageformat-parser): fix duplicate parse exports, fix #290
  • c7e0f6c fix(eslint-plugin-formatjs): handle spread attributes in JSX, fix #292
  • a3fd09f chore(dev-deps): upgrade deps
  • ecbd885 Publish
  • 973218c fix(@formatjs/macro): Improve type inference of defineMessages (#289)
  • b506d5e Publish
  • 243a67e chore(@formatjs/intl-listformat): fix files list in package.json

There are 195 commits in total.

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 16 commits.

  • 6d6aa5c Publish
  • a9edba2 fix(@formatjs/ts-transformer): fix quote issue
  • b74e0f6 fix(eslint-plugin-formatjs): handle non-literal value in descriptor
  • e6daf71 chore(dev): add src to list of dist files for sourcemap
  • 99760a8 chore(intl-messageformat): fix README example
  • 4d0e7be chore(intl-locales-supported): update README example
  • 16c0f50 chore(@formatjs/intl-utils): Add more docs regarding selectUnit
  • 573c8ed chore(eslint-plugin-formatjs): fix tests
  • 5770a51 Publish
  • 07ec1d1 fix(intl-messageformat-parser): exclude some more unsupported pattern
  • 8611aa4 fix(intl-messageformat): remove re-export for parseDateTimeSkeleton
  • 2201992 chore(format): run prettier
  • c121a9a feat(eslint-plugin-formatjs): add supported-datetime-skeleton rules
  • 6ebd3d4 chore(test): envify process.version
  • 123b559 chore(intl-messageformat): special case for Node 12

There are 16 commits in total.

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 7 commits.

  • 3ea32d0 Publish
  • eaa0039 feat(intl-messageformat-parser): add parsing support for notation, signDisplay, currencyDisplay
  • e993e43 feat(intl-messageformat-parser): add preliminary support for number skeleton
  • 42b00e6 chore(@formatjs/intl-utils): add more tests to partitionPattern
  • 5731fcf feat(@formatjs/intl-utils): add PartitionPattern abstract operation (#317)
  • 1d25bb5 Publish
  • 961a680 fix(@formatjs/ts-transformer): use .text instead of .getText

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 5 commits.

  • 60a1c09 Publish
  • dc4a054 feat(intl-messageformat-parser): add support for unit-width
  • 0cf8629 feat(@formatjs/intl-unified-numberformat): add currencyDisplay… (#332)
  • 9aeceba Publish
  • c4ec029 feat(intl-messageformat): Integrate parser's number skeleton

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 62 commits.

  • afa2636 Publish
  • 35dd2f0 feat(@formatjs/intl-unified-numberformat): Update README with more examples, disable some tests
  • 0a5a180 fix(@formatjs/intl-unified-numberformat): add more tests for compact notation
  • 35c3c5a fix(@formatjs/intl-unified-numberformat): fix more things for test262
  • c778e19 fix(@formatjs/intl-unified-numberformat): add back unpackData so we get the correct locale hierarchy
  • c9351c5 fix(@formatjs/intl-unified-numberformat): fix -0 case
  • 8c71872 fix(@formatjs/intl-unified-numberformat): fix scientific notation for numbers < 1
  • a3a29e7 fix(@formatjs/intl-unified-numberformat): bound format/formatToParts, fix test262 case
  • 0da0657 fix(@formatjs/intl-unified-numberformat): fix more test262 cases
  • 13b01cf chore(dev-deps): upgrade deps
  • b407feb chore(@formatjs/intl-unified-numberformat): use snapshot from our current impl for now
  • 4356d89 chore(dev-deps): update package-lock
  • 6e1d621 fix(@formatjs/intl-unified-numberformat): move currency processing to lazy
  • ce36c2a chore(@formatjs/intl-unified-numberformat): add more benchmarking, tweaking currency
  • a801898 chore(@formatjs/intl-unified-numberformat): move things around a bit for currency extraction

There are 62 commits in total.

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 4 commits.

  • f9efd4e Publish
  • 3df9370 chore(devs-dep): update package-lock
  • c7e1a6a fix(@formatjs/cli): glob files instead of relying on shell, fix #383
  • 92fb9b6 chore(@formatjs/intl-listformat): exclude some failing tests for now

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 2 commits.

  • 3f4ea03 Publish
  • 1af4607 fix(@formatjs/cli): allow optionalChaining parser, fix #404

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 29 commits.

  • 4143ae3 Publish
  • 76e8e5f fix(@formatjs/intl-unified-numberformat): fix ILD lookup for currency name in compact mode
  • eb3c3ac fix(@formatjs/intl-unified-numberformat): fix cases with compact for ko & zh
  • 6d0e389 chore(@formatjs/intl-unified-numberformat): remove ordinal plural rules
  • cd8a67c fix(@formatjs/intl-unified-numberformat): initialize PluralRules with the same opts as NumberFormat
  • 62cf6d5 chore(@formatjs/intl-unified-numberformat): more tests
  • 70432e7 chore(@formatjs/intl-unified-numberformat): split out currency compact tests
  • b0efe15 chore(@formatjs/intl-unified-numberformat): add percent tests
  • a37b091 fix(@formatjs/intl-listformat): don’t treat en-US-POSIX as en-US because they are different
  • b0a6d4f fix(@formatjs/intl-unified-numberformat): fix currency compact form having special plural rules
  • 3ca49d8 fix(@formatjs/intl-unified-numberformat): fix cases where {number} or {0} is in the middle of the pattern
  • 27ed9c1 chore(@formatjs/intl-unified-numberformat): split out partitionNumberPattern like the spec
  • 1945f74 chore(@formatjs/intl-unified-numberformat): use abstract partitionPattern
  • 9a99e91 fix(@formatjs/intl-unified-numberformat): default to decimal symbol instead of currency
  • 7cc56d0 fix(@formatjs/intl-unified-numberformat): fix decimal tests

There are 29 commits in total.

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 27 commits.

  • 86f218a Publish
  • cac162e chore(@formatjs/intl-displaynames): bump to v1
  • b6975c9 chore(@formatjs/intl-displaynames): rename package name from intl-displaynames to @formatjs/intl-displaynames
  • c365b85 feat(@formatjs/intl-displaynames): update README
  • 137b994 feat(@formatjs/intl-displaynames): initial commit (#469)
  • d619614 fix(@formatjs/intl-relativetimeformat): Fix numberingSystem option regex of intl-relativetimeformat
  • d0dda6e fix(intl-messageformat-parser): skip whitespaces that match unicode White_Space (#468)
  • c3bec6e fix(@formatjs/intl-unified-numberformat): fix moar test262 cases (#464)
  • 3e8e931 fix(@formatjs/intl-unified-numberformat): fix some 262 test cases
  • 6d27933 chore(@formatjs/cli): add inline FormattedMessage test
  • a773c0d chore: update package-lock.json
  • c208d01 fix(intl-messageformat-parser): fix type definition for skeleton… (#456)
  • 595a6ba chore(@formatjs/intl-unified-numberformat): remove scripts/assert_currency_symbols.ts
  • 81e143e Publish
  • 8daea9b fix(@formatjs/intl-pluralrules): tweak polyfill checks

There are 27 commits in total.

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by commits ahead by 0, behind by 347.

See the full diff

from nunjucks-intl.

greenkeeper avatar greenkeeper commented on August 25, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 377 commits.

  • 42e0242 Publish
  • a091009 chore: fix lerna warning
  • 2793a2b chore(deps): bump @formatjs/intl-unified-numberformat from 2.2.0… (#515)
  • 657e99b chore(deps-dev): bump @formatjs/intl-pluralrules from 1.3.4 to 1… (#512)
  • 43dae5b feat(babel-plugin-react-intl): output file with empty [] if src has no messages
  • 30b9de9 feat(babel-plugin-react-intl): add filename as param to overrideIdFn
  • 843d82b feat(@formatjs/cli): Add option to ignore a glob of files (#564)
  • dafa46b fix(babel-plugin-react-intl): extract messages without defaultMessage, fix #536
  • b264ab2 chore(@formatjs/ts-transformer): fix build
  • c1562b1 chore: dev deps++
  • 1947c4f chore: dep++
  • e0bb34c Publish
  • 614debb fix(intl-messageformat): export Error obj
  • b262d6d Publish
  • 6200573 feat(intl-messageformat): Add error type for better debugging

There are 250 commits in total.

See the full diff

from nunjucks-intl.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.