-
Notifications
You must be signed in to change notification settings - Fork 168
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
JENKINS-69301 Update handlebars and replace js-libs with parcel #240
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
fda636c
Use handlebars4-api-plugin
jgreffe 385eb1a
Versioning of wrapper components
jgreffe 5e97a2d
Upgrade to parcel2
jgreffe a6c943e
Additional mvn profile node-dev to avoid JS minification
jgreffe 2086a43
Additional mvn profile node-dev to avoid JS minification
jgreffe caaa430
Use templateInstance.default as input for handlebars resolution, and …
jgreffe 7b32eed
Make JS tests pass
jgreffe e630f12
Working solution with:
jgreffe b808d9d
Use st:adjunct to avoid JS being loaded twice when used as extension …
jgreffe 5d6a4e8
Merge branch 'master' into feat/parcel-extp-jsmodules
jgreffe 1e6fa4e
Merge upstream
jgreffe 66bd4ca
Retrigerring CI
jgreffe 5b6ef39
chore: [feat/parcel-extp-jsmodules_lock] update lock
scherler 53d3e23
chore: [feat/parcel-extp-jsmodules_lock] install newest version of sc…
scherler b8b7f35
Merge pull request #1 from scherler/feat/parcel-extp-jsmodules_lock
jgreffe 66de7d3
Retrigerring CI
jgreffe 328c815
Use non-containerized agents
jgreffe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,3 +20,5 @@ demo/snapshot-plugins/ | |
.project | ||
.settings | ||
.classpath | ||
.parcel-cache | ||
.cache |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,9 +61,9 @@ | |
<bom>2.289.x</bom> | ||
<jenkins.version>2.289.1</jenkins.version> | ||
<changelist>-SNAPSHOT</changelist> | ||
<node.version>10.17.0</node.version> | ||
<npm.version>6.14.8</npm.version> | ||
<frontend-version>1.10.0</frontend-version> | ||
<node.version>18.7.0</node.version> | ||
<npm.version>8.15.0</npm.version> | ||
<frontend-version>1.12.1</frontend-version> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Upgrade in order to make it pass with Mac M1 chips: eirslett/frontend-maven-plugin#952 |
||
</properties> | ||
|
||
<repositories> | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"extends": "@parcel/config-default", | ||
"transformers": { | ||
"*.hbs": ["parcel-transformer-hbs"] | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Temporary configuration in respect to jenkins-infra/helpdesk#3105