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

Node 18+ updates #84

Merged
merged 31 commits into from
Apr 19, 2023
Merged
Show file tree
Hide file tree
Changes from 30 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
59d5619
perf(husky): Pre-commit and husky update #63
fajar-apri-alaska Apr 14, 2023
57ca022
perf(es5): Remove legacy es5 bundling resources #61
fajar-apri-alaska Apr 14, 2023
82986bf
perf(sass): Update Sass to use dart-sass dependency #62
fajar-apri-alaska Apr 14, 2023
be59ed6
build: update malformed package-lock file
blackfalcon Apr 14, 2023
3c3dccf
perf(node18): Update to support node 18++ #64
fajar-apri-alaska Apr 17, 2023
9594bb9
perf(dev): update run dev use single terminal #65
fajar-apri-alaska Apr 17, 2023
a08f232
perf(lit): Update to Lit2.0 #66
fajar-apri-alaska Apr 17, 2023
f4d91f6
feat(typescript): add typescript support #68
fajar-apri-alaska Apr 17, 2023
8bc2ca6
docs(template): Update issue templates #69
fajar-apri-alaska Apr 17, 2023
9ea3816
build: update misconfig npm 'build:api' script #64
fajar-apri-alaska Apr 17, 2023
02213de
docs(npm): Update npm namespace #70
fajar-apri-alaska Apr 17, 2023
58ef31d
chore: add new line to the end of the file
fajar-apri-alaska Apr 17, 2023
3eb33ab
Release is missing required assets #86
fajar-apri-alaska Apr 18, 2023
0e5b221
chore(config): add .editorconfig file
fajar-apri-alaska Apr 19, 2023
587177d
perf(postCss): update to postCss.js & remove unused resource
fajar-apri-alaska Apr 19, 2023
5a3e1e3
chore(scripts): remove polyfills
fajar-apri-alaska Apr 19, 2023
9939129
chore: remove extra space in staticStyles-template.js
fajar-apri-alaska Apr 19, 2023
30853a7
fix: misimport pathto 'lit' package in auro-header.js
fajar-apri-alaska Apr 19, 2023
3596d9e
docs(issues): update bug_report template
fajar-apri-alaska Apr 19, 2023
26df857
chore(tsconfig): add extra line to the end of file
fajar-apri-alaska Apr 19, 2023
7a0d6e0
chore: update to typescript package as a dev dependency
fajar-apri-alaska Apr 19, 2023
e4f921b
docs(issues): fix to general-support
fajar-apri-alaska Apr 19, 2023
d1667e7
chore: remove style-fixed.scss file
fajar-apri-alaska Apr 19, 2023
c5786a1
chore(deps): full dependency update
fajar-apri-alaska Apr 19, 2023
359fdd5
chore: additional cleanup of legacy code
blackfalcon Apr 19, 2023
e107690
deps: remove unused resources
blackfalcon Apr 19, 2023
f4cc4de
build(husky): remove package.json config #63
blackfalcon Apr 19, 2023
8a6deea
perf(es5): remove postinstall instrucions #61
blackfalcon Apr 19, 2023
0845c7e
chore: update line return
blackfalcon Apr 19, 2023
f8d2f34
chore(deps): update peer deps to match dev deps version
blackfalcon Apr 19, 2023
9f4c8f4
chore: remove unused resource
blackfalcon Apr 19, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

# Matches multiple files with brace expansion notation
# Set default charset
charset = utf-8

# Indentation override for all JS under lib directory
indent_style = space
indent_size = 2
25 changes: 0 additions & 25 deletions .github/ISSUE_TEMPLATE/audit.md

This file was deleted.

37 changes: 0 additions & 37 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

56 changes: 56 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
name: Bug report
description: Create a report to help us improve
title: '[issue summary] Please verify version before submitting new issue'
labels:
- 'Type: Bug'
- not-reviewed
- auro-header
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: input
id: version
attributes:
label: Please verify the version of auro-header you have installed
- type: markdown
attributes:
value: >
[![See it on
NPM!](https://img.shields.io/npm/v/@alaskaairux/auro-header?style=for-the-badge&color=orange)](https://www.npmjs.com/package/@alaskaairux/auro-header)
- type: textarea
id: details
attributes:
label: Please describe the bug
description: List out the steps to reproduce the behavior
placeholder: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error
- type: dropdown
id: repro
attributes:
label: Reproducing the error on the docsite
description: Are you able to reproduce this issue on the [Auro docsite](https://auro.alaskaair.com/)?
options:
- This issue is reproducible on the Auro docsite
- This issue cannot be reproduced on the Auro docsite
- type: textarea
id: expected
attributes:
label: Expected behavior
description: Please add a clear and concise description of what you expected to
happen.
- type: dropdown
id: browsers
attributes:
label: What browsers are you seeing the problem on?
multiple: true
options:
- Firefox
- Chrome
- Safari
- Microsoft Edge
- type: textarea
id: context
attributes:
label: Additional context
description: Add any other context about the problem here.
55 changes: 0 additions & 55 deletions .github/ISSUE_TEMPLATE/develop-design-story.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Feature request
description: Suggest an idea for this project
title: 'auro-header: [feature summary]'
labels:
- 'Type: Feature'
- not-reviewed
- auro-header
body:
- type: textarea
id: request
attributes:
label: Is your feature request related to a problem? Please describe.
description: A clear and concise description of what the problem is.
placeholder: Ex. I'm always frustrated when [...]
- type: textarea
id: solution
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
- type: textarea
id: alternative
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
- type: textarea
id: context
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
30 changes: 0 additions & 30 deletions .github/ISSUE_TEMPLATE/general-support.md

This file was deleted.

24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/general-support.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: General support
description: Suggestions that are not related to bugs or new features
title: 'auro-header: [issue]'
labels:
- 'Type: Question'
- 'Type: Feature'
- not-reviewed
- auro-header
body:
- type: textarea
id: request
attributes:
label: General Support Request
description: A clear and concise description of what you are interested in seeing.
- type: textarea
id: solution
attributes:
label: Possible Solution
description: Not obligatory, but suggest an idea of how to implement the requested update.
- type: textarea
id: context
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
40 changes: 0 additions & 40 deletions .github/ISSUE_TEMPLATE/new_wc.md

This file was deleted.

33 changes: 0 additions & 33 deletions .github/ISSUE_TEMPLATE/parent-design-story.md

This file was deleted.

Loading