Closed renovate[bot] closed 5 years ago
This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.
Merging #25 into master will decrease coverage by
0.09%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #25 +/- ##
=========================================
- Coverage 98.78% 98.68% -0.1%
=========================================
Files 36 36
Lines 328 380 +52
Branches 20 48 +28
=========================================
+ Hits 324 375 +51
- Misses 4 5 +1
Impacted Files | Coverage Δ | |
---|---|---|
tests/helpers.ts | 91.52% <0%> (-0.32%) |
:arrow_down: |
src/index.ts | 100% <0%> (ø) |
:arrow_up: |
src/Language.ts | 100% <0%> (ø) |
:arrow_up: |
src/errors.ts | 100% <0%> (ø) |
:arrow_up: |
tests/messageformat/with-date-time.ts | 100% <0%> (ø) |
:arrow_up: |
src/codegen/typings.ts | 100% <0%> (ø) |
:arrow_up: |
src/codegen/main.ts | 100% <0%> (ø) |
:arrow_up: |
tests/messageformat/with-number.ts | 100% <0%> (ø) |
:arrow_up: |
src/codegen/language.ts | 100% <0%> (ø) |
:arrow_up: |
src/Message.ts | 100% <0%> (ø) |
:arrow_up: |
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 b88879a...8e70eed. Read the comment docs.
This PR contains the following updates:
^24.0.11
->^24.0.12
^11.13.8
->^11.13.10
^16.8.14
->^16.8.16
^1.4.0
->^1.5.1
^24.7.1
->^24.8.0
^1.10.1
->^1.11.3
Release Notes
yahoo/intl-messageformat-parser
### [`v1.5.1`](https://togithub.com/yahoo/intl-messageformat-parser/releases/v1.5.1) [Compare Source](https://togithub.com/yahoo/intl-messageformat-parser/compare/v1.5.0...v1.5.1) - Update dts ([#26](https://togithub.com/yahoo/intl-messageformat-parser/issues/26)) - [@longlho](https://togithub.com/longlho) ### [`v1.5.0`](https://togithub.com/yahoo/intl-messageformat-parser/releases/v1.5.0) [Compare Source](https://togithub.com/yahoo/intl-messageformat-parser/compare/v1.4.0...v1.5.0) - Update PEG.js link ([#25](https://togithub.com/yahoo/intl-messageformat-parser/issues/25)) [`f132d9f`](https://togithub.com/yahoo/intl-messageformat-parser/commit/f132d9f) - add TS definition and package-lock ([#24](https://togithub.com/yahoo/intl-messageformat-parser/issues/24)) [`85af018`](https://togithub.com/yahoo/intl-messageformat-parser/commit/85af018)facebook/jest
### [`v24.8.0`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#2480) [Compare Source](https://togithub.com/facebook/jest/compare/v24.7.1...v24.8.0) ##### Features - `[jest-circus]` Bind to Circus events via an optional event handler on any custom env ([#8344](https://togithub.com/facebook/jest/pull/8344) - `[expect]` Improve report when matcher fails, part 15 ([#8281](https://togithub.com/facebook/jest/pull/8281)) - `[jest-cli]` Update `--forceExit` and "did not exit for one second" message colors ([#8329](https://togithub.com/facebook/jest/pull/8329)) - `[expect]` Improve report when matcher fails, part 16 ([#8306](https://togithub.com/facebook/jest/pull/8306)) - `[jest-runner]` Pass docblock pragmas to TestEnvironment constructor ([#8320](https://togithub.com/facebook/jest/pull/8320)) - `[docs]` Add DynamoDB guide ([#8319](https://togithub.com/facebook/jest/pull/8319)) - `[expect]` Improve report when matcher fails, part 17 ([#8349](https://togithub.com/facebook/jest/pull/8349)) - `[expect]` Improve report when matcher fails, part 18 ([#8356](https://togithub.com/facebook/jest/pull/8356)) - `[expect]` Improve report when matcher fails, part 19 ([#8367](https://togithub.com/facebook/jest/pull/8367)) ##### Fixes - `[jest-each]` Fix bug with placeholder values ([#8289](https://togithub.com/facebook/jest/pull/8289)) - `[jest-snapshot]` Inline snapshots: do not indent empty lines ([#8277](https://togithub.com/facebook/jest/pull/8277)) - `[@jest/runtime, @jest/transform]` Allow custom transforms for JSON dependencies ([#2578](https://togithub.com/facebook/jest/pull/2578)) - `[jest-core]` Make `detectOpenHandles` imply `runInBand` ([#8283](https://togithub.com/facebook/jest/pull/8283)) - `[jest-haste-map]` Fix the `mapper` option which was incorrectly ignored ([#8299](https://togithub.com/facebook/jest/pull/8299)) - `[jest-jasmine2]` Fix describe return value warning being shown if the describe function throws ([#8335](https://togithub.com/facebook/jest/pull/8335)) - `[jest-environment-jsdom]` Re-declare global prototype of JSDOMEnvironment ([#8352](https://togithub.com/facebook/jest/pull/8352)) - `[jest-snapshot]` Handle arrays when merging snapshots ([#7089](https://togithub.com/facebook/jest/pull/7089)) - `[expect]` Extract names of async and generator functions ([#8362](https://togithub.com/facebook/jest/pull/8362)) - `[jest-runtime]` Fix virtual mocks not being unmockable after previously being mocked ([#8396](https://togithub.com/facebook/jest/pull/8396)) - `[jest-transform]` Replace special characters in transform cache filenames to support Windows ([#8353](https://togithub.com/facebook/jest/pull/8353)) - `[jest-config]` Allow exactly one project ([#7498](https://togithub.com/facebook/jest/pull/7498)) ##### Chore & Maintenance - `[expect]` Fix label and add opposite assertion for toEqual tests ([#8288](https://togithub.com/facebook/jest/pull/8288)) - `[docs]` Mention Jest MongoDB Preset ([#8318](https://togithub.com/facebook/jest/pull/8318)) - `[@jest/reporters]` Migrate away from `istanbul-api` ([#8294](https://togithub.com/facebook/jest/pull/8294)) - `[*]` Delete obsolete emails tag from header comment in test files ([#8377](https://togithub.com/facebook/jest/pull/8377)) - `[expect]` optimize compare nodes ([#8368](https://togithub.com/facebook/jest/pull/8368)) - `[docs]` Fix typo in MockFunctionAPI.md ([#8406](https://togithub.com/facebook/jest/pull/8406)) ##### Performance - `[jest-runtime]` Fix module registry memory leak ([#8282](https://togithub.com/facebook/jest/pull/8282)) - `[jest-resolve]` optimize resolve module path ([#8388](https://togithub.com/facebook/jest/pull/8388)) - `[jest-resolve]` cache current directory ([#8412](https://togithub.com/facebook/jest/pull/8412)) - `[jest-get-type]` Simplify checking for primitive ([#8416](https://togithub.com/facebook/jest/pull/8416))rollup/rollup
### [`v1.11.3`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#1113) [Compare Source](https://togithub.com/rollup/rollup/compare/v1.11.2...v1.11.3) _2019-05-05_ ##### Bug Fixes - Quote es3 keywords in namespace objects ([#2825](https://togithub.com/rollup/rollup/issues/2825)) ##### Pull Requests - [#2825](https://togithub.com/rollup/rollup/pull/2825): Add es3 support for namespace object import ([@sormy](https://togithub.com/sormy)) ### [`v1.11.2`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#1112) [Compare Source](https://togithub.com/rollup/rollup/compare/v1.11.1...v1.11.2) _2019-05-04_ ##### Bug Fixes - Prevent a crash when handling circular namespace exports ([#2836](https://togithub.com/rollup/rollup/issues/2836)) ##### Pull Requests - [#2836](https://togithub.com/rollup/rollup/pull/2836): Make sure circular `export * from X` does not stack overflow ([@Swatinem](https://togithub.com/Swatinem)) ### [`v1.11.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#1111) [Compare Source](https://togithub.com/rollup/rollup/compare/v1.11.0...v1.11.1) _2019-05-04_ ##### Bug Fixes - Fix an issue where rendered exports were reported as "removed" in the bundle information ([#2835](https://togithub.com/rollup/rollup/issues/2835)) ##### Pull Requests - [#2835](https://togithub.com/rollup/rollup/pull/2835): Fix `removedExports` to correctly track the exported item ([@Swatinem](https://togithub.com/Swatinem)) ### [`v1.11.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#1110) [Compare Source](https://togithub.com/rollup/rollup/compare/v1.10.1...v1.11.0) _2019-05-03_ ##### Features - Add `emitChunk` plugin context function to emit additional entry chunks that can be referenced from the code ([#2809](https://togithub.com/rollup/rollup/issues/2809)) - Allow `manualChunks` to be a function ([#2831](https://togithub.com/rollup/rollup/issues/2831)) - Omit `.js` extensions in AMD imports to make sure an AMD `baseUrl` would work ([#2809](https://togithub.com/rollup/rollup/issues/2809)) - Automatically use the name of the imported module as a base for dynamically imported chunks ([#2809](https://togithub.com/rollup/rollup/issues/2809)) - Add `resolveFileUrl` plugin hook to replace `resolveAssetUrl` and handle emitted chunks as well ([#2809](https://togithub.com/rollup/rollup/issues/2809)) - Add `resolve` plugin hook to replace `resolveId` and `isExternal` that returns an object ([#2829](https://togithub.com/rollup/rollup/issues/2829)) - Allow `resolveDynamicImport` to return an `{id, external}` object to also resolve unresolvable dynamic imports to a module ([#2829](https://togithub.com/rollup/rollup/issues/2829)) ##### Bug Fixes - Do not create invalid code if a dynamic import contains nothing but reexports ([#2809](https://togithub.com/rollup/rollup/issues/2809)) - Do not fail if modules that define a manual chunk depend on each other ([#2809](https://togithub.com/rollup/rollup/issues/2809)) - Do not fail if a module that defines a manual chunk is the dependency of a module defining a different manual chunk ([#2809](https://togithub.com/rollup/rollup/issues/2809)) - No longer fail for unnamed duplicate entry points but combine them ([#2809](https://togithub.com/rollup/rollup/issues/2809)) - Always return `string | null` from `this.resolveId` even if some `resolveId` hooks return objects ([#2829](https://togithub.com/rollup/rollup/issues/2829)) - Show proper warnings when `resolveDynamicImport` resolves to a non-external module that does not exist ([#2829](https://togithub.com/rollup/rollup/issues/2829)) ##### Pull Requests - [#2809](https://togithub.com/rollup/rollup/pull/2809): Add hook for dynamic entry chunk emission ([@lukastaegert](https://togithub.com/lukastaegert)) - [#2821](https://togithub.com/rollup/rollup/pull/2821): Fix syntax error in documentation ([@FFxSquall](https://togithub.com/FFxSquall)) - [#2829](https://togithub.com/rollup/rollup/pull/2829): Improve id resolution ([@lukastaegert](https://togithub.com/lukastaegert)) - [#2831](https://togithub.com/rollup/rollup/pull/2831): Allow manualChunks to be a function ([@lukastaegert](https://togithub.com/lukastaegert)) - [#2832](https://togithub.com/rollup/rollup/pull/2832): Improve `generateBundle` documentation ([@lukastaegert](https://togithub.com/lukastaegert)) - [#2833](https://togithub.com/rollup/rollup/pull/2833): Update dependencies ([@lukastaegert](https://togithub.com/lukastaegert))Renovate configuration
:date: Schedule: "before 3am on Monday" (UTC).
:vertical_traffic_light: Automerge: Enabled.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot. View repository job log here.