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

Update package.json dependencies #113

Merged
merged 18 commits into from
Mar 2, 2022
Merged

Conversation

kienstra
Copy link
Contributor

@kienstra kienstra commented Feb 21, 2022

Changes

  • Update package.json dependencies
  • Including replacing node-sass with sass
  • Fix linting and tests for those updates

Testing instructions

  • Just a sanity-check that no code is obviously out of place

@kienstra kienstra changed the title Replace node-sass with sass Update package.json dependencies Feb 22, 2022
@@ -38,8 +30,7 @@ jobs:
name: php
steps:
- checkout
- node/install:
node-version: '14.18.1'
- node/install
Copy link
Contributor Author

Choose a reason for hiding this comment

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

It looks like the orb now finds the Node version from .nvmrc

@@ -5,7 +5,6 @@
"plugin:import/recommended",
"plugin:eslint-comments/recommended",
"plugin:jsx-a11y/recommended",
"plugin:testing-library/recommended",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

It sounds like this doesn't exist anymore

@kienstra kienstra marked this pull request as ready for review February 22, 2022 23:38
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
EXPECTED_SIGNATURE=$(curl -s https://composer.github.io/installer.sig)
ACTUAL_SIGNATURE=$(php -r "echo hash_file('sha384', 'composer-setup.php');")
[[ "$EXPECTED_SIGNATURE" == "$ACTUAL_SIGNATURE" ]] && sudo php composer-setup.php --install-dir=/bin --filename=composer || exit 1
Copy link
Contributor Author

@kienstra kienstra Feb 22, 2022

Choose a reason for hiding this comment

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

Not related to this PR, just a simplification

@@ -0,0 +1,5 @@
module.exports = {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

To replace .babelrc

$black: #000;
$dark-gray-900: #191e23;
$dark-gray-800: #23282d;
$dark-gray-700: #32373c;
$dark-gray-600: #40464d;
$dark-gray-500: #555d66; // Use this most of the time for dark items.
$dark-gray-500: #555d66;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

To address new linting rules. I'm not sure why this isn't allowed.

@kienstra
Copy link
Contributor Author

kienstra commented Mar 2, 2022

Thanks a lot, @dreamwhisper!

@kienstra kienstra merged commit 03605dd into develop Mar 2, 2022
@kienstra kienstra deleted the update/replace-node-sass branch March 2, 2022 19:35
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.

2 participants