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

Bump moment from 2.23.0 to 2.24.0 #882

Merged
merged 2 commits into from
Jan 28, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jan 28, 2019

Bumps moment from 2.23.0 to 2.24.0.

Changelog

Sourced from moment's changelog.

2.24.0 See full changelog

  • Release Jan 21, 2019

  • #4338 [bugfix] Fix startOf/endOf DST issues while boosting performance

  • #4553 [feature] Add localeSort param to Locale weekday methods

  • #4887 [bugfix] Make Duration#as work with quarters

  • 3 new locales (it-ch, ga, en-SG)

  • Lots of locale improvements

Commits
  • 96d0d67 Build 2.24.0
  • f57faac Bump version to 2.24.0
  • 7eb0ea8 Update changelog for 2.24.0
  • 38a19a7 [locale] fo: Fixed relativeTimes for m and M (#4609) (#4682)
  • 01ae8ca [misc] Remove unused variable defaults (#4959)
  • 24e55df [locale] Extend cs locale with name of the months in genitive (#4771)
  • 3b80f6a [feature] Add localeSort param to Locale weekday methods (#4553)
  • bb484bc [locale] (es-us) long date is D [de] MMMM [de] YYYY (#4954)
  • ba125e7 [bugfix] (TypeScript) allow update of a single relativeTime handler
  • 91550f8 [locale] Capitalization of pt month names (#4557)
  • 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 will not automatically merge this PR because it includes a minor update to a production dependency.


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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Issue related to dependencies label Jan 28, 2019
@jdesboeufs jdesboeufs temporarily deployed to geodatagouv-pr-882 January 28, 2019 05:01 Inactive
@buildsize
Copy link

buildsize bot commented Jan 28, 2019

File name Previous Size New Size Change
page-_error.js.gz 185 bytes 185 bytes 0 bytes (0%)
page-catalog.js.gz 56.67 KB 56.67 KB 0 bytes (0%)
page-catalogs.js.gz 3.55 KB 3.55 KB 0 bytes (0%)
page-dataset.js.gz 19.41 KB 19.41 KB 0 bytes (0%)
page-doc-publish-your-data.js.gz 3.7 KB 3.7 KB 0 bytes (0%)
page-doc.js.gz 1.91 KB 1.91 KB 0 bytes (0%)
page-events.js.gz 2.31 KB 2.31 KB 0 bytes (0%)
page-harvest.js.gz 3.05 KB 3.05 KB 0 bytes (0%)
page-index.js.gz 5.73 KB 5.73 KB 0 bytes (0%)
page-legal.js.gz 805 bytes 805 bytes 0 bytes (0%)
page-publication-datasets.js.gz 6.02 KB 6.02 KB 0 bytes (0%)
page-publication-organization.js.gz 9.17 KB 9.17 KB 0 bytes (0%)
page-publication-producers.js.gz 5.41 KB 5.41 KB 0 bytes (0%)
page-publication.js.gz 3.77 KB 3.77 KB 0 bytes (0%)
page-search.js.gz 8.15 KB 8.15 KB 0 bytes (0%)
page-doc-link-proxy.js.gz 1.44 KB 1.44 KB 0 bytes (0%)
page-embed-preview.js.gz 4.59 KB 4.59 KB 0 bytes (0%)
page-_app.js.gz 2.8 KB 2.8 KB 0 bytes (0%)
chunk-centered-map.[hash].js.gz 175.45 KB 175.45 KB 0 bytes (0%)
chunk-commons.[hash].js.gz 129.23 KB 129.54 KB 318 bytes (0%)
chunk-preview-table.[hash].js.gz 12.6 KB 12.6 KB 0 bytes (0%)
runtime-main-[hash].js.gz 395 bytes 395 bytes 0 bytes (0%)
runtime-webpack-[hash].js.gz 1.22 KB 1.22 KB 0 bytes (0%)

@codecov
Copy link

codecov bot commented Jan 28, 2019

Codecov Report

Merging #882 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #882   +/-   ##
======================================
  Coverage    6.34%   6.34%           
======================================
  Files         117     117           
  Lines        1056    1056           
======================================
  Hits           67      67           
  Misses        989     989

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 d13ef2f...2244042. Read the comment docs.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/moment-2.24.0 branch from 2440569 to 0c2e652 Compare January 28, 2019 05:10
@jdesboeufs jdesboeufs temporarily deployed to geodatagouv-pr-882 January 28, 2019 05:10 Inactive
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/moment-2.24.0 branch from 0c2e652 to 442b207 Compare January 28, 2019 05:12
@jdesboeufs jdesboeufs temporarily deployed to geodatagouv-pr-882 January 28, 2019 05:12 Inactive
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/moment-2.24.0 branch from 442b207 to de9db87 Compare January 28, 2019 10:35
@jdesboeufs jdesboeufs temporarily deployed to geodatagouv-pr-882 January 28, 2019 10:35 Inactive
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/moment-2.24.0 branch from de9db87 to c009f9a Compare January 28, 2019 10:40
@jdesboeufs jdesboeufs temporarily deployed to geodatagouv-pr-882 January 28, 2019 10:40 Inactive
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/moment-2.24.0 branch from c009f9a to 9556e61 Compare January 28, 2019 11:40
@jdesboeufs jdesboeufs temporarily deployed to geodatagouv-pr-882 January 28, 2019 11:40 Inactive
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/moment-2.24.0 branch from 9556e61 to 921a7ae Compare January 28, 2019 14:13
@tusbar tusbar force-pushed the dependabot/npm_and_yarn/moment-2.24.0 branch from 921a7ae to 2244042 Compare January 28, 2019 16:02
@jdesboeufs jdesboeufs requested a deployment to geodatagouv-pr-882 January 28, 2019 16:03 Abandoned
@tusbar tusbar merged commit f2b1aa9 into master Jan 28, 2019
@tusbar tusbar deleted the dependabot/npm_and_yarn/moment-2.24.0 branch January 28, 2019 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Issue related to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants