Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️(dependencies) update npm dependencies #532

Merged
merged 2 commits into from
Sep 23, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 23, 2019

This PR contains the following updates:

Package Type Update Change
@formatjs/intl-relativetimeformat dependencies minor 4.0.1 -> 4.1.0
aws-sdk dependencies minor 2.531.0 -> 2.533.0
babel-plugin-react-intl devDependencies patch 4.1.18 -> 4.1.19
jimp dependencies patch 0.8.3 -> 0.8.4
luxon dependencies minor 1.17.3 -> 1.19.2
react-intl dependencies minor 3.2.1 -> 3.3.0
react-select dependencies patch 3.0.4 -> 3.0.5

Release Notes

formatjs/formatjs

v4.1.0

Compare Source

aws/aws-sdk-js

v2.533.0

Compare Source

  • feature: EC2: G4 instances are Amazon EC2 instances based on NVIDIA T4 GPUs and are designed to provide cost-effective machine learning inference for applications, like image classification, object detection, recommender systems, automated speech recognition, and language translation. G4 instances are also a cost-effective platform for building and running graphics-intensive applications, such as remote graphics workstations, video transcoding, photo-realistic design, and game streaming in the cloud. To get started with G4 instances visit https://aws.amazon.com/ec2/instance-types/g4.
  • feature: Greengrass: Greengrass OTA service now returns the updated software version in the PlatformSoftwareVersion parameter of a CreateSoftwareUpdateJob response
  • feature: RDS: Add a new LeaseID output field to DescribeReservedDBInstances, which shows the unique identifier for the lease associated with the reserved DB instance. AWS Support might request the lease ID for an issue related to a reserved DB instance.
  • feature: WorkSpaces: Adds the WorkSpaces restore feature

v2.532.0

Compare Source

  • feature: ECS: This release of Amazon Elastic Container Service (Amazon ECS) introduces support for container image manifest digests. This enables you to identify all tasks launched using a container image pulled from ECR in order to correlate what was built with where it is running.
  • feature: Glue: AWS Glue DevEndpoints now supports GlueVersion, enabling you to choose Apache Spark 2.4.3 (in addition to Apache Spark 2.2.1). In addition to supporting the latest version of Spark, you will also have the ability to choose between Python 2 and Python 3.
  • feature: MediaConnect: When you grant an entitlement, you can now specify the percentage of the entitlement data transfer that you want the subscriber to be responsible for.
oliver-moran/jimp

v0.8.4

Compare Source

🐛 Bug Fix
  • @jimp/cli, @jimp/core, @jimp/custom, jimp, @jimp/plugin-blit, @jimp/plugin-blur, @jimp/plugin-circle, @jimp/plugin-color, @jimp/plugin-contain, @jimp/plugin-cover, @jimp/plugin-crop, @jimp/plugin-displace, @jimp/plugin-dither, @jimp/plugin-fisheye, @jimp/plugin-flip, @jimp/plugin-gaussian, @jimp/plugin-invert, @jimp/plugin-mask, @jimp/plugin-normalize, @jimp/plugin-print, @jimp/plugin-resize, @jimp/plugin-rotate, @jimp/plugin-scale, @jimp/plugin-shadow, @jimp/plugin-threshold, @jimp/jpeg, @jimp/png
Authors: 1

moment/luxon

v1.19.2

Compare Source

  • Speculative fix for Node 6

v1.19.1

Compare Source

  • Fix Intl.DateTimeFormat usage for polyfills

1.19.0

  • Interval#splitAt now ignores input dates outside the interval
  • Don't allow decimals in DateTime creation

1.18.2

  • Fix handling of decimals in DateTime#plus and #minus

1.18.1

  • Fix validity when adding or subtracting time that exceeds Date max/min boundaries

1.18.0

  • Add support for macro tokens in the parser

1.17.2

  • Fix issue with toRelative using style: short with plural days

1.17.1

  • Reject out-of-range numbers in DateTime.fromMillis
  • Reject 0s in ISO date inputs

1.17.0

  • DateTime.min and DateTime.max throw if they get the wrong kind of arguments
  • Fixed throwOnInvalid logic for Interval
  • Added DATETIME_MED_WITH_WEEKDAY preset

1.16.1

  • Catch errors trying to use Intl in weird versions of IE 11

1.16.0

  • Fixed locale default logic for `DateTime#toFormat("ZZZZ")

1.15.0

  • Added formatOffset to Zones

1.14.0

  • Allow the zone argument to Interval.fromISO with duration components
  • Ignore the zone argument to Duration factory methods

1.13.3

  • Fix keepLocalTime calculations that span offset changes

1.13.2

  • Fixed ISO formatting for dates > 999

1.13.1

  • Performance improvements for regex parsing

1.13.0

  • Support numberSystem in fromFormat
  • Fix validity for bad initial zone specifiers

1.12.1

  • Fix cross-month diffs in some scenarios
  • Fix time zone parsing when the time zone isn't at the end
  • Memoize IANA zone creation

1.12.0

  • Add some explicit CDN support to the NPM package
  • Add week token to duration ISO support
  • Lots of cleanup and test coverage changes

1.11.4

  • setZone("local") now returns the defaultZone if it is set
  • Fixes for the polyfilled build

1.11.3

  • Allow 24:00 in ISO (and other) strings
  • Fix some bugs with the typecheck functions like DateTime.isDateTime()

1.11.2

  • Fixed handling of some characters in fromFormat literal sections
  • Hanlde string values in object arguments to DateTime methods
  • Fixed toRelativeCalendar's handling of zones in the base date

1.11.1

  • Fix DateTime#plus() when spanning across AD 100

1.11.0

  • Fix low-year handling for IANA zones
  • DateTime#toLocal() now uses the default locale
  • Fix zero duration formatting
  • Many documentation fixes

1.10.0

  • Fix endOf("day") during DSTs (#​399)
  • Add `Interval#mapEndpoints (#​400)
  • Add DateTime#zone and Info.normalizeZone (#​404)

1.9.0

  • Add DateTime#toRelative and DateTime#toRelativeCalendar

1.8.3

  • Allow "UTC" in the zone position of fromSQL
  • Force isDateTime and isDuration to return booleans in all cases

1.8.2

  • Trim leading \u200e characters from offset names in Edge 16 and 17

1.8.1

  • Add DateTime.fromSeconds and DateTime#toSeconds

1.7.1

  • Floor the seconds instead of rounding them when outputting the 'X' format
  • Change the options to toLocale to override the configuration (the previous options were essentially ignored)

1.6.2

  • Fixing merge error that resulted in bad error messages

1.6.0

  • midly breaking Rework negative durations
  • Fix handling weekdays at the end of leap week years
  • Add isDuration, isDateTime, and isInterval
  • Fix handling of Luxon object arguments passed from other execution contexts

1.5.0

  • Improved error message
  • Added DateTime#invalidExplanation, Duration#invalidExplanation, Interval#invalidExplanation to provide more details on invalid objects

1.4.6

  • Cache Intl objects for an 85x speed up on basic operations using non-en locales

1.4.5

  • Fix minified builds

1.4.4

  • Fix hour formatting in RFC822 strings
  • Interval.fromISO accepts formats with durations

1.4.3

Removal accidentally-introduced runtime dependency

1.4.2

  • Handle locale strings with BCP 47 extensions. Especially helpful for environments with funky default locales
  • Support for [weekYear]-W[weekNumber] ISO 8601 strings

1.4.1

  • Empty diffs now have all the asked-for units in them, set at 0
  • Duration operations perserve the superset of units

1.4.0

  • Add x and X to toFormat for formatting Epoch seconds and Epoch milliseconds
  • Parser allows a wider range of IANA zone specifiers
  • BREAKING: Etc/GMT+10 is now interpreted as UTC-10, per spec

1.3.3

Documentation fixes

1.3.2

  • DateTime.fromMillis will throw if passed a non-number
  • Fixes for type checking across JS contexts

1.3.1

  • Include milliseconds in Duration#toISO
  • Avoid deprecation warning from DateTime#inspect in Node 10

1.3.0

  • mildly breaking change Duration.toFormat now floors its outputs instead of rounding them (see #​224)
  • Added 'floor' option to Duration.toFormat and deprecated the 'round' option
  • Added Dateime.toBSON
  • Fixed infinite loop when passing invalid or zero-length durations to Interval#splitBy
  • Added better error handling to Duration.fromObject()

1.2.1

  • 222x speed-up in DateTime creation for non-en locales
  • Added DateTime#toMillis alias for DateTime#valueOf
  • Fixed types on zone exports

1.2.0

  • Export Zone classes
  • Fix endOf and startOf for quarters
  • Change toFormat("Z") to return a number for UTC
  • Allow "GTM" as an argument to setZone

1.1.0

  • Support for zone names with more than two components
  • Fixed long-term-accurate conversions for months
  • Added weeksInWeekYear

1.0.0

  • The big one-oh. No changes from 0.5.8.

0.5.8

  • Large perf improvements for DateTime#toFormat(), when using non-intl numbers

0.5.7

  • Added AMD build to the NPM package
  • Large performance improvements to technical formatting (e.g. DateTime#toISO)

0.5.6

  • Refactor internals
  • Added support for fractional seconds in Duration.fromISO
  • Added browser global to the NPM package

0.5.5

  • Best-we-can-do fix for DateTime#toLocaleString() for fixed-offset zones when showing the zone name in the output
  • Fixed Duration#shiftTo for unormalized Durations that need a rollup cascade

0.5.4

  • Fix default locales in Node
  • Fix prototype to help with React inspection
  • Improve REPL output for Durations in Node

0.5.3

  • Remove errant ICU runtime dep (again)

0.5.2

  • Remove comments from minified builds (introduced by 0.5.1)

0.5.1

  • Fixed minified builds (oops)
  • Fix computation of fractional parts of diffs

0.5.0

  • isBefore() returns true for the end of the interval, consistent with being half-open
  • zoneName now rturns null for invalid DateTimes
  • Added quarter support
  • Adding a month to Jan 31 gives Feb 28/29

0.4.0

  • Always round down to the nearest millisecond when parsing

0.3.1

  • Fixed toLocaleString for fixed-offset zones in the absence of Intl
  • Added Info.isValidIANAZone
  • Made malformed zone specifiers result in invalid DateTime instances

0.3.0

  • Rename DateTime.fromString to DateTime.fromFormat (leaving deprecated DateTime.fromString)
  • Rename DateTime.fromStringExplain to DateTime.fromFormatExplain (leaving deprecated DateTime.fromStringExplain)
  • Support Etc/GMT IANA zones
  • Perf fixes for zones
  • Rework build infrastructure

0.2.12

  • Fix DateTime.fromObject's handling of default zones
  • Change keepCalendarTime to keepLocalTime

0.2.11

  • Handle no arguments in DateTime.min and DateTime.max
  • Documentation fixes

0.2.10

  • Fix bug where Durations could sometimes mutate

0.2.9

  • Fix DateTime.fromMillis(0) more thoroughly

0.2.8

  • Fix sourcemaps

0.2.7

  • Fix DateTime.fromMillis(0)

0.2.6

  • Fix 'h' and 'hh' toFormat tokens for midnight

0.2.5

  • Better shiftTo behavior for durations with floating point components

0.2.4

  • Fix toHTTP to use 24-hour hours
  • Tighten up regular expressions
  • Various documentation fixes

0.2.3

  • Fixes for diff with multiple units

0.2.2

  • Fixes for fromSQL, toSQL, toSQLTime, and toSQLDate
  • Add includeOffset option to toISO and toISOTime

0.2.1

  • Add module field to package.json

0.2.0

  • Remove polyfills from main builds
  • Update compilation toolchain to target builds more exactly
  • Fix IE in polyfill build

0.1.0

  • Add .fromSQL, #toSQL, #toSQLTime, #toSQLDate
  • Fix AM/PM parsing
  • Major perf improvements
  • Default to system locale when using macro formats in #toFormat
  • .fromISO accepts standalone times
  • See #​93 for important news concerning field accessibility

0.0.22

  • Add 'u' formatting and parsing
  • Add 'y', 'yyyyy', and 'yyyyyy' parsing tokens
  • Add 'yyyyyy' formatting token
  • Better error messages for missing arguments to DateTime.fromString

0.0.21

  • Fix zones for Edge

0.0.20

  • Fix fromISO to accept various levels of subsecond precision

0.0.19

  • Fixed parsing for ordinals
  • Made parsing stricter

0.0.18

  • Fixed formatting for non-hour aligned fixed-offset zones
  • Fixed longterm conversion accuracy option in diffs
  • Fixed invalid handling in Interval#set

0.0.17

  • Fixing formatting for fixed-offset zones

0.0.16

  • Fixes for IE 9 & 10

0.0.15

  • Fixing busted release 0.0.14

0.0.13

  • toLocaleString() and others default to the system's locale
  • support for ISO week durations in Duration.fromISO

0.0.12

  • Improve non-Intl fallbacks for toLocaleString
  • Fix offsetNameShort and offsetNameLong for non-Intl environments
  • Added weekdayShort, weekdayLong, monthShort, monthLong DateTime getters

0.0.10

  • Only include build dir in NPM module

0.0.9

  • Move to Moment Github org

0.0.8

  • The local zone can now report its IANA name
  • Fixed parsing bug for yy and kk
  • Improved test coverage

0.0.7

  • Added toLocaleParts
  • Slightly more friendly month/weekday parsing
  • Default locale setting

0.0.6

  • Stricter toJSDate
  • fromISO now supports year and year-month formats
  • More graceful degradation in the absence of platform features

0.0.5

Experimental, but now broadly useful.

v1.19.0

Compare Source

  • Interval#splitAt now ignores input dates outside the interval
  • Don't allow decimals in DateTime creation

v1.18.2

Compare Source

  • Fix handling of decimals in DateTime#plus and #minus

v1.18.1

Compare Source

  • Fix validity when adding or subtracting time that exceeds Date max/min boundaries

v1.18.0

Compare Source

  • Add support for macro tokens in the parser
formatjs/react-intl

v3.3.0

Compare Source

Bug Fixes
Features
  • mark react-intl as side effect free (704a964)
3.2.4 (2019-09-19)
Bug Fixes
3.2.3 (2019-09-18)
Bug Fixes
  • check PluralRules & RelativeTimeFormat lazily instead (3ed95fe), closes #​1487
3.2.2 (2019-09-17)
3.2.1 (2019-09-09)
Bug Fixes
  • upgrade intl-messageformat (40aa758)

v3.2.4

Compare Source

v3.2.3

Compare Source

Bug Fixes
Features
  • mark react-intl as side effect free (704a964)
3.2.4 (2019-09-19)
Bug Fixes
3.2.3 (2019-09-18)
Bug Fixes
  • check PluralRules & RelativeTimeFormat lazily instead (3ed95fe), closes #​1487
3.2.2 (2019-09-17)
3.2.1 (2019-09-09)
Bug Fixes
  • upgrade intl-messageformat (40aa758)

v3.2.2

Compare Source


Renovate configuration

📅 Schedule: "before 7am on monday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "rebase!".

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot changed the title ⬆️(dependencies) update npm dependencies ⬆️(dependencies) update npm dependencies Sep 23, 2019
@renovate renovate bot changed the title ⬆️(dependencies) update npm dependencies ⬆️(dependencies) update npm dependencies Sep 23, 2019
@renovate renovate bot changed the title ⬆️(dependencies) update npm dependencies ⬆️(dependencies) update npm dependencies Sep 23, 2019
@mbenadda
Copy link
Contributor

FYI the Intl break was caused by this change in react-intl formatjs/formatjs@ace1a9d#diff-e1495d267619047a7cca5cfe8f692729L24 and not having Intl.RelativeTimeFormat in typescript libs yet (cf. microsoft/TypeScript#29129).

In Richie I just added an any assert for now (openfun/richie@67ae2ec)

Just passing the info along so we don't have to investigate twice 😁

We relied on having a type definition for `Intl.RelativeTimeFormat`
as we believed it existed in the typescript libs. It was really
coming from one of our dependencies extending `Intl` with it.

We can just type assert as the only call that uses `RelativeTimeFormat`
is to assert whether or not to run a polyfill.
@renovate
Copy link
Contributor Author

renovate bot commented Sep 23, 2019

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

@lunika lunika merged commit 5401785 into master Sep 23, 2019
@lunika lunika deleted the renovate/npm-dependencies branch September 23, 2019 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants