Giter VIP home page Giter VIP logo

get-firefox's People

Contributors

dependabot[bot] avatar freaktechnik avatar greenkeeper[bot] avatar greenkeeperio-bot avatar motin avatar snyk-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

motin gggernest

get-firefox's Issues

Switch to download.mozilla.org

The bouncer always gives the relevant builds.

OS

  • linux
  • linux64
  • win
  • win64
  • osx
  • (Android, still waiting for official README there)

products

  • firefox-latest
  • firefox-beta-latest
  • firefox-nightly-latest
  • fennec-latest
  • fennec-beta-latest

and a lang parameter. Multi for android.

An in-range update of @freaktechnik/eslint-config-test is breaking the build 🚨

The devDependency @freaktechnik/eslint-config-test was updated from 6.4.4 to 6.5.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@freaktechnik/eslint-config-test is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Non-interactive cli output

When using this tool in CircleCI the stdout is logged to files and the output becomes excessively verbose. See:
screen shot 2018-08-06 at 10 48 05 am

The ideal thing would be to be able to run get-firefox --non-interactive ... or something.

An in-range update of @freaktechnik/eslint-config-node is breaking the build 🚨

The devDependency @freaktechnik/eslint-config-node was updated from 6.4.4 to 6.5.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@freaktechnik/eslint-config-node is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Feature request: Ability to download a specific (older) version of Firefox

Older releases are available at https://ftp.mozilla.org/pub/firefox/releases/, and sometimes it is very handy to be able to download a specific older version of Firefox to be able to reproduce a certain bug found in an add-on or similar.

Example:

 $ bin/get-firefox -b release -v '59.0.2'
 $ bin/get-firefox -b esr -v 52

Also, sometimes Nightly is too unstable to run tests against, and being able to download nightly from a specific date would keep those CI jobs running without having to switch to testing against dev edition.

Example:

 $ bin/get-firefox -b nightly -t 20180730

I do understand that this is non-trivial since it would require a "ftp" container (or revival/fix of mozilla-get-url).

Also, there is a potential clash with the existing parameter:

  -v, --version                Version of the tool

An in-range update of codecov is breaking the build 🚨

The devDependency codecov was updated from 3.6.4 to 3.6.5.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

codecov is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 2 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of eslint-plugin-freaktechnik is breaking the build 🚨

Version 2.4.0 of eslint-plugin-freaktechnik just got published.

Branch Build failing 🚨
Dependency eslint-plugin-freaktechnik
Current Version 2.3.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As eslint-plugin-freaktechnik is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

Status Details
  • βœ… dependency-ci Dependencies checked Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 3 commits.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of eslint is breaking the build 🚨

The devDependency eslint was updated from 5.15.3 to 5.16.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

eslint is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for v5.16.0
  • dfef227 Build: gensite passes rulesMeta to formatter rendering (#11567) (Kevin Partington)
  • c06d38c Fix: Allow HTML formatter to handle no meta data (#11566) (Ilya Volodin)
  • 87a5c03 Docs: func-style: clarify when allowArrowFunctions is used (#11548) (Oliver Joseph Ash)
  • bc3e427 Update: pass rule meta to formatters RFC 10 (#11551) (Chris Meyer)
  • b452f27 Chore: Update README to pull in reviewer data (#11506) (Nicholas C. Zakas)
  • afe3d25 Upgrade: Bump js-yaml dependency to fix Denial of Service vulnerability (#11550) (Vernon de Goede)
  • 4fe7eb7 Chore: use nyc instead of istanbul (#11532) (Toru Nagashima)
  • f16af43 Chore: fix formatters/table test (#11534) (Toru Nagashima)
  • 78358a8 Docs: fix duplicate punctuation in CLI docs (#11528) (Teddy Katz)
Commits

The new version differs by 11 commits.

  • ded2f94 5.16.0
  • ea36e13 Build: changelog update for 5.16.0
  • dfef227 Build: gensite passes rulesMeta to formatter rendering (#11567)
  • c06d38c Fix: Allow HTML formatter to handle no meta data (#11566)
  • 87a5c03 Docs: func-style: clarify when allowArrowFunctions is used (#11548)
  • bc3e427 Update: pass rule meta to formatters RFC 10 (#11551)
  • b452f27 Chore: Update README to pull in reviewer data (#11506)
  • afe3d25 Upgrade: Bump js-yaml dependency to fix Denial of Service vulnerability (#11550)
  • 4fe7eb7 Chore: use nyc instead of istanbul (#11532)
  • f16af43 Chore: fix formatters/table test (#11534)
  • 78358a8 Docs: fix duplicate punctuation in CLI docs (#11528)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Consistently downloads 0 byte files

I noticed that get-firefox consistently downloads 0 byte .dmg-files for all branches:

$ npx get-firefox -p mac
npx: installed 191 in 8.03s
 βœ” Search latest Firefox
 βœ” Download
 βœ” Write file to disk
$ npx get-firefox -p win
npx: installed 191 in 3.393s
 βœ” Search latest Firefox
 βœ” Download
 βœ” Write file to disk
$ npx get-firefox -p linux
npx: installed 191 in 3.314s
 βœ” Search latest Firefox
 βœ” Download
 βœ” Write file to disk
$ ls -l
-rw-r--r--   1 motin  staff      0 Sep 14 13:57 firefox-64.0a1.en-US.linux-x86_64.tar.bz2
-rw-r--r--   1 motin  staff      0 Sep 14 13:57 firefox-64.0a1.en-US.mac.dmg
-rw-r--r--   1 motin  staff      0 Sep 14 13:57 firefox-64.0a1.en-US.win64.installer.exe

EDIT: Updated to reflect that indeed all downloads results in 0 byte files

An in-range update of eslint is breaking the build 🚨

Version 4.1.0 of eslint just got published.

Branch Build failing 🚨
Dependency eslint
Current Version 4.0.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As eslint is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

Status Details
  • βœ… dependency-ci Dependencies checked Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v4.1.0
  • e8f1362 Docs: Remove wrong descriptions in padded-block rule (#8783) (Plusb Preco)
  • 291a783 Update: enforceForArrowConditionals to no-extra-parens (fixes #6196) (#8439) (Evilebot Tnawi)
  • a21dd32 New: Add overrides/files options for glob-based config (fixes #3611) (#8081) (Sylvan Mably)
  • 879688c Update: Add ignoreComments option to no-trailing-spaces (#8061) (Jake Roussel)
  • b58ae2e Chore: Only instantiate fileEntryCache when cache flage set (perf) (#8763) (Gyandeep Singh)
  • 9851288 Update: fix indent errors on multiline destructure (fixes #8729) (#8756) (Victor Hom)
  • 3608f06 Docs: Increase visibility of code of conduct (fixes #8758) (#8764) (Kai Cataldo)
  • 673a58b Update: support multiple fixes in a report (fixes #7348) (#8101) (Toru Nagashima)
  • 7a1bc38 Fix: don't pass default parserOptions to custom parsers (fixes #8744) (#8745) (Teddy Katz)
  • c5b4052 Chore: enable computed-property-spacing on ESLint codebase (#8760) (Teddy Katz)
  • 3419f64 Docs: describe how to use formatters on the formatter demo page (#8754) (Teddy Katz)
  • a3ff8f2 Chore: combine tests in tests/lib/eslint.js and tests/lib/linter.js (#8746) (Teddy Katz)
  • b7cc1e6 Fix: Space-infix-ops should ignore type annotations in TypeScript (#8341) (Reyad Attiyat)
  • 46e73ee Fix: eslint --init installs wrong dependencies of popular styles (fixes #7338) (#8713) (Toru Nagashima)
  • a82361b Chore: Prevent package-lock.json files from being created (fixes #8742) (#8747) (Teddy Katz)
  • 5f81a68 New: Add eslintIgnore support to package.json (fixes #8458) (#8690) (Victor Hom)
  • b5a70b4 Update: fix multiline binary operator/parentheses indentation (#8719) (Teddy Katz)
  • ab8b016 Update: fix MemberExpression indentation with "off" option (fixes #8721) (#8724) (Teddy Katz)
  • eb5d12c Update: Add Fixer method to Linter API (#8631) (Gyandeep Singh)
  • 26a2daa Chore: Cache fs reads in ignored-paths (fixes #8363) (#8706) (Victor Hom)
Commits

The new version differs by 22 commits.

  • 7d9e3be 4.1.0
  • e727b7b Build: changelog update for 4.1.0
  • e8f1362 Docs: Remove wrong descriptions in padded-block rule (#8783)
  • 291a783 Update: enforceForArrowConditionals to no-extra-parens (fixes #6196) (#8439)
  • a21dd32 New: Add overrides/files options for glob-based config (fixes #3611) (#8081)
  • 879688c Update: Add ignoreComments option to no-trailing-spaces (#8061)
  • b58ae2e Chore: Only instantiate fileEntryCache when cache flage set (perf) (#8763)
  • 9851288 Update: fix indent errors on multiline destructure (fixes #8729) (#8756)
  • 3608f06 Docs: Increase visibility of code of conduct (fixes #8758) (#8764)
  • 673a58b Update: support multiple fixes in a report (fixes #7348) (#8101)
  • 7a1bc38 Fix: don't pass default parserOptions to custom parsers (fixes #8744) (#8745)
  • c5b4052 Chore: enable computed-property-spacing on ESLint codebase (#8760)
  • 3419f64 Docs: describe how to use formatters on the formatter demo page (#8754)
  • a3ff8f2 Chore: combine tests in tests/lib/eslint.js and tests/lib/linter.js (#8746)
  • b7cc1e6 Fix: Space-infix-ops should ignore type annotations in TypeScript (#8341)

There are 22 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of @freaktechnik/eslint-config-test is breaking the build 🚨

The devDependency @freaktechnik/eslint-config-test was updated from 7.0.0 to 7.1.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@freaktechnik/eslint-config-test is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 14 commits.

  • ca7ffa9 v7.1.0
  • e1c66da chore: update some deps here and there
  • 74a67c1 feat: add new rules, some of them breaking
  • 9aba1d4 add licenses
  • a2c45ce Greenkeeper/default/eslint plugin unicorn 16.1.1 (#110)
  • a69f1d6 Greenkeeper/default/eslint plugin jsdoc 21.0.0 (#109)
  • f46094c Greenkeeper/default/eslint plugin ava 10.2.0 (#108)
  • 32dda45 Update eslint-plugin-node in group default to the latest version πŸš€ (#105)
  • a75f36e Update eslint-import-resolver-webpack in group default to the latest version πŸš€ (#104)
  • cd7404e Greenkeeper/default/eslint plugin jsdoc 18.0.1 (#102)
  • 8c784ac Update eslint-plugin-unicorn in group default to the latest version πŸš€ (#101)
  • 3846a2b Update eslint-plugin-vue in group default to the latest version πŸš€ (#98)
  • 961808d Greenkeeper/default/eslint plugin jsdoc 17.0.0 (#97)
  • 035e1a4 Update @freaktechnik/eslint-config-base in group meta to the latest version πŸš€ (#94)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Feature request: Ability to specify a different locale than 'en-US'

The ability to specify a different locale makes it easier to run translation-related tests in CI.

Making the currently hard-coded en-US parameter in https://github.com/freaktechnik/get-firefox/blob/master/lib/mdu-container.js#L14 seems to be all that is necessary, at least for the downloads using https://github.com/freaktechnik/moz-download-url

Available locales are listed on https://ftp.mozilla.org/pub/firefox/releases/latest/README.txt

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.