Support modern node, amongst other things#4
Open
randytarampi wants to merge 387 commits into
Open
Conversation
The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-450202
chore(greenkeeper): Update eslint-plugin-import
chore(greenkeeper): Update gulp-eslint
chore(greenkeeper): Update del
[Snyk] Fix for 1 vulnerable dependencies
The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-450202
chore(greenkeeper): Update babel7
[Snyk] Fix for 1 vulnerable dependencies
[skip ci] ## [2.0.5](v2.0.4...v2.0.5) (2019-07-05) ### Bug Fixes * .snyk, package.json & package-lock.json to reduce vulnerabilities ([194bf53](194bf53)) * .snyk, package.json & package-lock.json to reduce vulnerabilities ([fa57e5a](fa57e5a)) * Apply Synk patch for SNYK-JS-LODASH-450202. ([7b1f094](7b1f094)) * Apply Synk patch for SNYK-JS-LODASH-450202. ([655abfc](655abfc))
…support node@10. BREAKING CHANGE: Really, this is more about dropping support for node@8, but AWS is disallowing creation of node@8 lambdas today anyways, per https://docs.aws.amazon.com/lambda/latest/dg/runtime-support-policy.html. Also, we'll also need to have real virus definitions on hand as the rewrite of `clamscan` dropped the testing mode. Which is unfortunate.
Merge pull request #65 from randytarampi/greenkeeper/initial
[skip ci] # [3.0.0](v2.0.5...v3.0.0) (2020-01-07) ### Features * **package:** Blindly upgrade our dependencies for the new year and support node@10. ([9c9cc82](9c9cc82)) ### BREAKING CHANGES * **package:** Really, this is more about dropping support for node@8, but AWS is disallowing creation of node@8 lambdas today anyways, per https://docs.aws.amazon.com/lambda/latest/dg/runtime-support-policy.html. Also, we'll also need to have real virus definitions on hand as the rewrite of `clamscan` dropped the testing mode. Which is unfortunate.
…node >=24; CI + dependabot from scratch
…, webpack 5, Babel 8, gulp-sass 6, mocha 11)
….md, docs/, .editorconfig, badges, scripts)
…ots. Be practical, be candid, be yourself. 🤷♂️
…e.yml and other dead CI configs. They're gone. Let them go. 🪦 Also: fix .gitignore gaps (test-results.xml, .nyc_output/, *.iml, .idea/, lerna-debug.log) to match dotfiles categorization, move PR template to .github/, and document reactShim.js polyfills in LIMITATIONS.md.
…h cacheable targets + --since for affected builds. Also: widen eslint-plugin-import peer range to fix the YN0060 warnings. 🤞
… CI caching — because we paid for those upgrades, might as well use them. 💰
…-commit hooks: because trust is good, control is better. 🔒
…tom deps. Know your enemies. 🔍
… commands. No more nvm install 12. 📦
…s dead, long live Actions. 👑 - me: release.yml (lerna publish + GitHub release), deploy.service.yml (AWS Lambda), deploy.pages.yml (prd tag deploys) - pwa/pseudoimage/pseudolocalize/lwip: release.yml (semantic-release with OIDC trusted publishing) - slamscan: CI updated, no release (private package)
…doesn't need a TTY. 🤦♂️
…avis references begone. 🪦
…ution in PR CI. 🤝
… The package is deprecated, the action is the future. 📊
…knip. Less is more. ✂️
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Paying it forward and pushing my changes out for all to see/use.
And y'know, also building up a list of things to point at while I hunt for jobs. 🤣
This should resolve #2 and #3 by adding an
updateDefinitionslambda that handles all the definitions work.More changes detailed in the
CHANGELOG.