Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

build(deps): bump electron-i18n from 1.860.0 to 1.886.0 #1639

Merged
merged 2 commits into from
Dec 18, 2018

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Dec 17, 2018

Bumps electron-i18n from 1.860.0 to 1.886.0.

Release notes

Sourced from electron-i18n's releases.

v1.886.0

1.886.0 (2018-12-17)

Features

v1.885.0

1.885.0 (2018-12-17)

Features

v1.884.0

1.884.0 (2018-12-17)

Features

v1.883.0

1.883.0 (2018-12-17)

Features

v1.882.0

1.882.0 (2018-12-14)

Features

v1.881.0

1.881.0 (2018-12-14)

Features

v1.880.0

1.880.0 (2018-12-14)

... (truncated)
Commits

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.

If all status checks pass Dependabot will automatically merge this pull request.


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.

Bumps [electron-i18n](https://github.com/electron/i18n) from 1.860.0 to 1.886.0.
- [Release notes](https://github.com/electron/i18n/releases)
- [Commits](electron/i18n@v1.860.0...v1.886.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 17, 2018
@zeke zeke changed the title Build(deps): bump electron-i18n from 1.860.0 to 1.886.0 build(deps): bump electron-i18n from 1.860.0 to 1.886.0 Dec 17, 2018
@ci-reporter
Copy link

ci-reporter bot commented Dec 17, 2018

The build is failing

✨ Good work on this PR so far! ✨ Unfortunately, the Travis CI build is failing as of db32b94. Here's the output:

npm test
&& npm run integration

> electronjs.org@2.0.0 test /home/travis/build/electron/electronjs.org
> cross-env NODE_PATH=. NODE_ENV=test mocha --timeout 5000 && standard --fix

/home/travis/build/electron/electronjs.org/middleware/context-builder.js:3
const { deps } = releases.find(release => release.version === i18n.electronLatestStableVersion)
        ^

TypeError: Cannot destructure property `deps` of 'undefined' or 'null'.
    at Object.<anonymous> (/home/travis/build/electron/electronjs.org/middleware/context-builder.js:3:27)
    at Module._compile (module.js:653:30)
    at Object.Module._extensions..js (module.js:664:10)
    at Module.load (module.js:566:32)
    at tryModuleLoad (module.js:506:12)
    at Function.Module._load (module.js:498:3)
    at Module.require (module.js:597:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (/home/travis/build/electron/electronjs.org/server.js:20:24)
    at Module._compile (module.js:653:30)
    at Object.Module._extensions..js (module.js:664:10)
    at Module.load (module.js:566:32)
    at tryModuleLoad (module.js:506:12)
    at Function.Module._load (module.js:498:3)
    at Module.require (module.js:597:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (/home/travis/build/electron/electronjs.org/test/index.js:13:13)
    at Module._compile (module.js:653:30)
    at Object.Module._extensions..js (module.js:664:10)
    at Module.load (module.js:566:32)
    at tryModuleLoad (module.js:506:12)
    at Function.Module._load (module.js:498:3)
    at Module.require (module.js:597:17)
    at require (internal/module.js:11:18)
    at /home/travis/build/electron/electronjs.org/node_modules/mocha/lib/mocha.js:250:27
    at Array.forEach (<anonymous>)
    at Mocha.loadFiles (/home/travis/build/electron/electronjs.org/node_modules/mocha/lib/mocha.js:247:14)
    at Mocha.run (/home/travis/build/electron/electronjs.org/node_modules/mocha/lib/mocha.js:576:10)
    at Object.<anonymous> (/home/travis/build/electron/electronjs.org/node_modules/mocha/bin/_mocha:637:18)
    at Module._compile (module.js:653:30)
    at Object.Module._extensions..js (module.js:664:10)
    at Module.load (module.js:566:32)
    at tryModuleLoad (module.js:506:12)
    at Function.Module._load (module.js:498:3)
    at Function.Module.runMain (module.js:694:10)
    at startup (bootstrap_node.js:204:16)
    at bootstrap_node.js:625:3

I'm sure you can fix it! If you need help, don't hesitate to ask a maintainer of the project!


This comment was automagically generated by ci-reporter. If you see a problem, open an issue here.

@electron-bot electron-bot requested a deployment to electron-website-pr-1639 December 17, 2018 23:11 Abandoned
@electron-bot electron-bot temporarily deployed to electron-website-pr-1639 December 17, 2018 23:12 Inactive
@BinaryMuse
Copy link
Contributor

Looks like this is failing because of a race on #1638. Will rerun once that's merged.

@dependabot-preview
Copy link
Contributor Author

A newer version of electron-i18n exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@BinaryMuse BinaryMuse merged commit 36a0d1e into master Dec 18, 2018
@BinaryMuse BinaryMuse deleted the dependabot/npm_and_yarn/electron-i18n-1.886.0 branch December 18, 2018 00:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants