AlaskaAirlines / auro-input

Custom HTML element for inputting string data in forms

Home Page:https://auro.alaskaair.com/components/auro/input

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing updates for Node 18+ support

blackfalcon opened this issue · comments

General Support Request

The following issues were found in the recent PR to be corrected.

Support request

Related to issue #251

npm WARN deprecated @alaskaairux/webcorestylesheets@3.7.3: Web core stylesheets with the @alaskaairux namespace is no longer supported. Please update to the new @aurodesignsystem/webcorestylesheets @4.0 to be current with all new changes

Related to issue #248

  1. Delete ./index.html
  2. Delete ./src/style-fixed.scss
  3. Delete ./scripts/removeNonRemPlugin.js

Remove these lines

"ie 11",

"@webcomponents/webcomponentsjs": "^2.6.0"

auro-input/package.json

Lines 66 to 69 in 443a6e0

"postcss-rem-to-pixel": "^4.1.2",
"postcss-remove-rules": "^1.0.0",
"postcss-selector-replace": "^1.0.2",
"prismjs": "^1.29.0",

"build:ci": "npm-run-all sweep build",

Related to issue #249

  1. Delete ./scripts/prepForBuild.js

Change to build:docs

"build:markdownDocs": "node scripts/generateDocs.js",

Delete this file
https://github.com/AlaskaAirlines/auro-input/blob/fajarapri/node18update/.github/ISSUE_TEMPLATE/general-support.md

Exit criteria

This issue can be closed once all the aforementioned items have been corrected.