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 node-sass from 4.13.1 to 5.0.0 #35

Merged
merged 4 commits into from
Jan 29, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 2, 2020

Bumps node-sass from 4.13.1 to 5.0.0.

Release notes

Sourced from node-sass's releases.

v5.0.0

Breaking changes

  • Only support LTS and current Node versions (@nschonni)
  • Remove deprecated process.sass API (@xzyfer, #2986)

Features

  • Add support for Node 15
  • New node-gyp version that supports building with Python 3

Community

Fixes

Supported Environments

OS Architecture Node
Windows x86 & x64 10, 12, 14, 15
OSX x64 10, 12, 14, 15
Linux* x64 10, 12, 14, 15
Alpine Linux x64 10, 12, 14, 15
FreeBSD i386 amd64 10, 12, 13

*Linux support refers to major distributions like Ubuntu, and Debian

v4.14.1

Community

Fixes

Supported Environments

OS Architecture Node
Windows x86 & x64 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14
OSX x64 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14
Linux* x86 & x64 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8**, 9**, 10**^, 11**^, 12**^, 13**^, 14**^
Alpine Linux x64 6, 8, 10, 11, 12, 13, 14

... (truncated)

Changelog

Sourced from node-sass's changelog.

v4.14.0

https://github.com/sass/node-sass/releases/tag/v4.14.0

Commits
  • 0648b5a chore: Add Node 15 support (#2983)
  • e2391c2 Add a deprecation message to the readme (#3011)
  • 6a33e53 chore: Don't upload artifacts on PRs
  • d763506 chore: Only run coverage on main repo
  • d4ebe72 build(deps): update actions/setup-node requirement to v2.1.2
  • 2bebe05 build(deps-dev): bump rimraf from 2.7.1 to 3.0.2
  • f877689 chore: Don't double build DependaBot PRs
  • b48fac4 chore: Add weekly DependaBot updates
  • 91c40a0 Remove deprecated process.sass API
  • 1f6df86 Replace lodash/assign in favor of the native Object.assign
  • 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 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 squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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 dependabot bot added the dependencies Pull requests that update a dependency file label Nov 2, 2020
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/node-sass-5.0.0 branch 2 times, most recently from e330e72 to 607e2ef Compare January 14, 2021 15:54
package.json Outdated
@@ -11,7 +11,7 @@
"@testing-library/user-event": "^7.2.1",
"bulma": "^0.8.1",
"eslint-config-google": "^0.14.0",
"node-sass": "^4.13.1",
"node-sass": "^5.0.0",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

node-sass is deprecated. we should move to dart sass https://sass-lang.com/install

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/node-sass-5.0.0 branch 4 times, most recently from dccb185 to 64ade2e Compare January 15, 2021 22:38
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/node-sass-5.0.0 branch from 64ade2e to 83cfb1d Compare January 28, 2021 22:53
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/node-sass-5.0.0 branch from 83cfb1d to 8c791b9 Compare January 29, 2021 02:19
Bumps [node-sass](https://github.com/sass/node-sass) from 4.13.1 to 5.0.0.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](sass/node-sass@v4.13.1...v5.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/node-sass-5.0.0 branch from 8c791b9 to 3506e4f Compare January 29, 2021 02:21
@goatandsheep goatandsheep merged commit 32e0133 into develop Jan 29, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/node-sass-5.0.0 branch January 29, 2021 16:08
goatandsheep added a commit that referenced this pull request Mar 17, 2021
* create react app

* updated site purpose

* added bulma

* superstrict linting

* Added login form page

* added mock login server

* Login working now

* added stripe and config context

* added some contexts and stuff

* views -> pages

* Home -> Login

* ConstsContext -> GlobalState

* all i needed was a constants file

* auth guards working!!

* session now persists

* logout

* stuck trying to get route props

* obtain route params

* submit form almost complete

* file submit worksish

* stuck on file view page

* finished pages

* fixed addition button

* fixed submit files

* fixed duplicate

* abstracted some components a bit

* forgot to remove comment

* more comment cleanup

* anchor -> navlink

* fixes #5 #6 (#7)

* netlify related stuff (#9)

* [gh-8] trying to get netlify functions to work (#10)

* netlify related stuff

* more netlify mock changes

* trigger rebuild (#11)

* senile attempts at making it work (#12)

* Create axe-linter.yml (#13)

* Create Dependabot config file (#16)

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

* updated readme (#56)

* Bump @stripe/stripe-js from 1.3.2 to 1.11.0 (#34)

Bumps [@stripe/stripe-js](https://github.com/stripe/stripe-js) from 1.3.2 to 1.11.0.
- [Release notes](https://github.com/stripe/stripe-js/releases)
- [Commits](stripe/stripe-js@v1.3.2...v1.11.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* started creating schema objects (#59)

* started creating schema objects

* apply template stuff

* Bump react-scripts from 3.4.1 to 3.4.3 (#18)

* Bump react-scripts from 3.4.1 to 3.4.3

Bumps [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts) from 3.4.1 to 3.4.3.
- [Release notes](https://github.com/facebook/create-react-app/releases)
- [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/create-react-app/commits/HEAD/packages/react-scripts)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* dedupe

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Kemal Ahmed <goatandsheep@gmail.com>

* added template list page (#64)

* media wizard page (#65)

* Template Designer page (#67)

* add rnd package and get x,y coorinated after change

* add multiple resizable/dragable blocks and fixed overlay issue

* basic pip wizard form

* mock template endpoint

* rename to TemplateDesigner

* add inputs to designer

* view options changing correctly

* add drag drop to template designer

* revert changes in FileView

* fix lint error

Co-authored-by: jiwan <jiwanjotsingh07@gmail.com>

* updated model jsons (#66)

* new template form fixes (#69)

* added some form validation

* templates are moveable

* template form updating now

* lint fix

* circle ci

* Menu links (#77)

* move current menu items to NavMenu

* style with bulma

* remove errors

* Add "name" field to output (#82)

* add name to model

* add name form field

* Dragdrop responsive (#83)

* componentize drag drop box

* remove scale from rnd, nan error

* fix errors - working correctly

* componentize TemplateViewInput

* button to use 16:9

* add checkboxes to view inputs

* remove unused things

* Bump react-router-dom from 5.1.2 to 5.2.0 (#25)

Bumps [react-router-dom](https://github.com/ReactTraining/react-router) from 5.1.2 to 5.2.0.
- [Release notes](https://github.com/ReactTraining/react-router/releases)
- [Changelog](https://github.com/ReactTraining/react-router/blob/master/CHANGELOG.md)
- [Commits](remix-run/react-router@v5.1.2...v5.2.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @fortawesome/fontawesome-free from 5.13.0 to 5.15.2 (#55)

Bumps [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome) from 5.13.0 to 5.15.2.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@5.13.0...5.15.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @testing-library/react from 9.5.0 to 11.2.3 (#52)

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 9.5.0 to 11.2.3.
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v9.5.0...v11.2.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @testing-library/jest-dom from 4.2.4 to 5.11.9 (#53)

Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 4.2.4 to 5.11.9.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/master/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v4.2.4...v5.11.9)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Ux fixes (#76)

* update bulma

* add cta to dashboard

* change a to Links

* remove errors

* add back to template

* tablerow error

* put legend back, left align form

* Fix drag drop bugs (#87)

* componentize drag drop box

* remove scale from rnd, nan error

* fix errors - working correctly

* componentize TemplateViewInput

* button to use 16:9

* add checkboxes to view inputs

* remove unused things

* fix bug for updating input

* check view dimensions util

* Updated config.yml

* Bump node-sass from 4.13.1 to 5.0.0 (#35)

* Bump node-sass from 4.13.1 to 5.0.0

Bumps [node-sass](https://github.com/sass/node-sass) from 4.13.1 to 5.0.0.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](sass/node-sass@v4.13.1...v5.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

* fixed as dart sass

* comment tests for nwo

* at least test it renders lol

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kemal Ahmed <goatandsheep@gmail.com>

* Bump @testing-library/user-event from 7.2.1 to 12.6.2 (#91)

* Bump @testing-library/user-event from 7.2.1 to 12.6.2

Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 7.2.1 to 12.6.2.
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md)
- [Commits](testing-library/user-event@v7.2.1...v12.6.2)

Signed-off-by: dependabot[bot] <support@github.com>

* fixed lint errors

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kemal Ahmed <goatandsheep@gmail.com>

* Bump @stripe/react-stripe-js from 1.1.2 to 1.2.1 (#90)

Bumps [@stripe/react-stripe-js](https://github.com/stripe/react-stripe-js) from 1.1.2 to 1.2.1.
- [Release notes](https://github.com/stripe/react-stripe-js/releases)
- [Changelog](https://github.com/stripe/react-stripe-js/blob/master/CHANGELOG.md)
- [Commits](stripe/react-stripe-js@v1.1.2...v1.2.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump react-scripts from 3.4.3 to 4.0.1 (#93)

Bumps [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts) from 3.4.3 to 4.0.1.
- [Release notes](https://github.com/facebook/create-react-app/releases)
- [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG-3.x.md)
- [Commits](https://github.com/facebook/create-react-app/commits/react-scripts@4.0.1/packages/react-scripts)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump react from 16.13.1 to 16.14.0 (#92)

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.13.1 to 16.14.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v16.14.0/packages/react)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump lodash from 4.17.15 to 4.17.20 (#21)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.20.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.15...4.17.20)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump react-dom from 16.13.1 to 16.14.0 (#95)

Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.13.1 to 16.14.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v16.14.0/packages/react-dom)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump sass from 1.32.5 to 1.32.6 (#96)

Bumps [sass](https://github.com/sass/dart-sass) from 1.32.5 to 1.32.6.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md)
- [Commits](sass/dart-sass@1.32.5...1.32.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* menu titles were backwards (#105)

* Bump @testing-library/react from 11.2.3 to 11.2.5 (#102)

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 11.2.3 to 11.2.5.
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v11.2.3...v11.2.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump ini from 1.3.5 to 1.3.8 in /test (#49)

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](npm/ini@v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump react and react-dom (#108)

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom). These dependencies needed to be updated together.

Updates `react` from 16.14.0 to 17.0.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v17.0.1/packages/react)

Updates `react-dom` from 16.14.0 to 17.0.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v17.0.1/packages/react-dom)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @stripe/react-stripe-js from 1.2.1 to 1.2.2 (#97)

Bumps [@stripe/react-stripe-js](https://github.com/stripe/react-stripe-js) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/stripe/react-stripe-js/releases)
- [Changelog](https://github.com/stripe/react-stripe-js/blob/master/CHANGELOG.md)
- [Commits](stripe/react-stripe-js@v1.2.1...v1.2.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Login flow (#100)

* install amplify and try to init

* lock amplify versions, kind of working

* isntall ui-components, user state

* saving user, end points fetching

* add apis updated

* fix bugs

* remove unused deps in useEffect

* remove login form and endpoint in mocks

* update readme

* Bump react-scripts from 4.0.1 to 4.0.2 (#104)

* Bump react-scripts from 4.0.1 to 4.0.2

Bumps [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/facebook/create-react-app/releases)
- [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/create-react-app/commits/react-scripts@4.0.2/packages/react-scripts)

Signed-off-by: dependabot[bot] <support@github.com>

* conflicts

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kemal Ahmed <goatandsheep@gmail.com>

Co-authored-by: Kemal Ahmed <goatandsheep@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @stripe/stripe-js from 1.11.0 to 1.12.1 (#106)

Bumps [@stripe/stripe-js](https://github.com/stripe/stripe-js) from 1.11.0 to 1.12.1.
- [Release notes](https://github.com/stripe/stripe-js/releases)
- [Commits](stripe/stripe-js@v1.11.0...v1.12.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: upgrade @aws-amplify/ui-react from 0.2.23 to 0.2.34 (#109)

Snyk has created this PR to upgrade @aws-amplify/ui-react from 0.2.23 to 0.2.34.

See this package in npm:
https://www.npmjs.com/package/@aws-amplify/ui-react

See this project in Snyk:
https://app.snyk.io/org/goatandsheep/project/1464dbfe-90e0-49d2-8134-39f478e3773b?utm_source=github&utm_medium=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

* Storage amplify (#135)

* login template things

* cant figure out what borked

* Co-authored-by: lindajzhao <lindajzhao@users.noreply.github.com>

* fixed some file submit stuff

* about to change to Amplify api

* server from consts

* package lock fixes

* Amplify config updates (#136)

* not sure why conflicst

* not borked brb

* finally fixed updates and stuff

* fixed designer bug (#137)

* some file fixes (#140)

* some file fixes

* removed typo

* added the name

* readme updates

* added id token to api (#148)

* Metadata upload (#171)

* added id token to api

* add filename to post

* content-type fix post

* env var trigger beatcaps stuff (#172)

* Conflict fix 173 (#174)

* project init (#4)

* create react app

* updated site purpose

* merge cleanup

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lindajzhao <18090934+lindajzhao@users.noreply.github.com>
Co-authored-by: jiwan <jiwanjotsingh07@gmail.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants