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

Support modern node, amongst other things #13

Open
wants to merge 56 commits into
base: master
Choose a base branch
from

Conversation

randytarampi
Copy link

Paying it forward and pushing my changes out for all to see/use before I archive my branch.

This does include a lot of @randy.tarampi/* repo specific things, but those should be easy enough to fix or ignore if these changes get picked up. This PR's more for visibility than anything anyways.

Other than a whole host of upgrades, most of the functional changes are listed in the CHANGELOG.

randytarampi and others added 30 commits March 9, 2019 23:51
[skip ci]

# [1.1.0](v1.0.2...v1.1.0) (2019-03-10)

### Features

* **travis:** `android-splash` -> `[@randy](https://github.com/randy).tarampi/android-splash` ([9efc66e](9efc66e))
There's some weirdness with the travis boxes where they don't seem to be able to find cached modules...

Per https://travis-ci.com/randytarampi/lwip/jobs/183637295.

```
npm WARN prepare removing existing node_modules/ before installation
npm ERR! code MODULE_NOT_FOUND
npm ERR! Cannot find module '../pack.js'
```
BREAKING CHANGE: Drop support for node 4 and earlier, since `yargs^13.2.2` requires ES6 support.
[skip ci]

# [2.0.0](v1.1.0...v2.0.0) (2019-03-10)

### Bug Fixes

* **package:** Since the package updates we no longer support node@4. ([c22ec75](c22ec75))
* **travis:** Don't bother caching dependencies. ([a3b2a19](a3b2a19))

### BREAKING CHANGES

* **package:** Drop support for node 4 and earlier, since `yargs^13.2.2` requires ES6 support.
Closes #2. Thanks to @petarov for pointing this out, and apologies to him for the wait.
[skip ci]

## [2.0.1](v2.0.0...v2.0.1) (2019-04-15)

### Bug Fixes

* `xhdpi` is actually 1280px by 720px, not 960px by 640px. ([a141178](a141178)), closes [#2](#2)
…support node@10, node@12 and beyond.

At least it'll get tested...
[skip ci]

# [2.1.0](v2.0.1...v2.1.0) (2020-01-06)

### Features

* **package:** Blindly upgrade our dependencies for the new year and support node@10, node@12 and beyond. ([0ead6de](0ead6de))
Merge pull request #6 from randytarampi/greenkeeper/semantic-release-16.0.0
The tools work on node@8, it's just the packaging that's to blame here.
randytarampi and others added 26 commits February 16, 2020 13:21
…f4dfe5c724c97

[Snyk] Security upgrade yargs from 15.1.0 to 15.3.0
[skip ci]

## [2.1.1](v2.1.0...v2.1.1) (2020-04-19)

### Bug Fixes

* package.json & package-lock.json to reduce vulnerabilities ([8c7e81f](8c7e81f))
…1a3234de40ed51519

[Snyk] Upgrade @semantic-release/changelog from 5.0.0 to 5.0.1
…7b2eeeefe4399bcae

[Snyk] Upgrade yargs from 15.3.0 to 15.3.1
…fd2218b895802d6f8

[Snyk] Upgrade standard from 14.3.1 to 14.3.3
…76e21a32a3e2a30c5

[Snyk] Upgrade semantic-release from 17.0.0 to 17.0.7
[skip ci]

## [2.1.2](v2.1.1...v2.1.2) (2020-04-30)

### Bug Fixes

* upgrade @semantic-release/changelog from 5.0.0 to 5.0.1 ([b3f0f32](b3f0f32))
* upgrade @semantic-release/changelog from 5.0.0 to 5.0.1 ([7b2f58f](7b2f58f))
* upgrade semantic-release from 17.0.0 to 17.0.7 ([6ecac6e](6ecac6e))
* upgrade semantic-release from 17.0.0 to 17.0.7 ([bc33014](bc33014))
* upgrade standard from 14.3.1 to 14.3.3 ([bf59d5a](bf59d5a))
* upgrade standard from 14.3.1 to 14.3.3 ([bc6c3c3](bc6c3c3))
* upgrade yargs from 15.3.0 to 15.3.1 ([3f0266d](3f0266d))
* upgrade yargs from 15.3.0 to 15.3.1 ([b960eda](b960eda))
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