Skip to content

Commit

Permalink
Merge branch 'master' into issue/master/DCA11Y-1145-node-version-mana…
Browse files Browse the repository at this point in the history
…ger-support

# Conflicts:
#	FORK_CHANGELOG.md
#	frontend-maven-plugin/src/main/java/com/github/eirslett/maven/plugins/frontend/mojo/NodeAndNpmMojo.java
#	frontend-maven-plugin/src/main/java/com/github/eirslett/maven/plugins/frontend/mojo/NpmMojo.java
  • Loading branch information
flipatlas committed Dec 6, 2024
2 parents 1f0a3e7 + d53f15b commit 9e87cb2
Show file tree
Hide file tree
Showing 26 changed files with 2,015 additions and 66 deletions.
45 changes: 41 additions & 4 deletions FORK_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,53 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [Unreleased] 1.15.1-atlassian-1
## [1.15.1-atlassian-4] - 2024-12-06

### Added

- [DCA11Y-1145]: Added support for using already installed node from default install directory of node version manager (fnm, mise, asdf, nvm, nvs). Use of version manager is enabled by default and can be controlled with `useNodeVersionManager` configuration property.

### Changed
- [DCA11Y-1145]: `nodeVersion` property is not required any more, if `useNodeVersionManager` is not set to false

## [1.15.1-atlassian-3] - 2024-11-29

### Fixed

- [DCA11Y-1274]: Null arguments for mojos would fail the build
- [DCA11Y-1274]: Fix incremental with Yarn berry by fixing runtime detection
- [DCA11Y-1274]: Corepack Mojo incremental works
- [DCA11Y-1274]: Fix updating of digest versions without clean install
- [DCA11Y-1274]: Download dev metrics now correctly report PAC
- [DCA11Y-1145]: Fixed the legacy "downloadRoot" argument for PNPM & NPM installation

### Added

- [DCA11Y-1274]: ".flattened-pom.xml" & ".git" & ".node" to the excluded filenames list after finding it in Jira
- [DCA11Y-1274]: Log message indicating how much time is saved

## [1.15.1-atlassian-2] - 2024-11-26

### Added

- [DCA11Y-1274]: Incremental builds for Yarn, Corepack and NPM goals

## [1.15.1-atlassian-1] - 2024-11-25

- [DCA11Y-1145]: Automatic version detection of the Node version from `.tool-versions`, `.node-version`, and `.nvmrc` files
- [DCA11Y-1145]: The configuration property `nodeVersionFile` to specify a file that can be read in `install-node-and-npm`, `install-node-and-pnpm`, and `install-node-and-yarn`


### Changed

- [DCA11Y-1145]: `nodeVersion` property is not required any more, if `useNodeVersionManager` is not set to false
- [DCA11Y-1145]: Now tolerant of `v` missing or present at the start of a Node version.
- [DCA11Y-1145]: Now tolerant of `v` missing or present at the start of a Node version



[DCA11Y-1274]: https://hello.jira.atlassian.cloud/browse/DCA11Y-1274
[DCA11Y-1145]: https://hello.jira.atlassian.cloud/browse/DCA11Y-1145

[unreleased]: https://github.com/atlassian-forks/frontend-maven-plugin/compare/frontend-plugins-1.15.1-atlassian-3...HEAD
[1.15.1-atlassian-3]: https://github.com/atlassian-forks/frontend-maven-plugin/compare/frontend-plugins-1.15.1-atlassian-2...frontend-plugins-1.15.1-atlassian-3
[1.15.1-atlassian-2]: https://github.com/atlassian-forks/frontend-maven-plugin/compare/frontend-plugins-1.15.1-atlassian-1...frontend-plugins-1.15.1-atlassian-2
[1.15.1-atlassian-1]: https://github.com/atlassian-forks/frontend-maven-plugin/compare/frontend-plugins-1.15.1-atlassian-1-16519678...frontend-plugins-1.15.1-atlassian-1
[1.15.1-atlassian-1-16519678]: https://github.com/atlassian-forks/frontend-maven-plugin/compare/frontend-plugins-1.15.1...frontend-plugins-1.15.1-atlassian-1-16519678
2 changes: 1 addition & 1 deletion frontend-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>frontend-plugins</artifactId>
<groupId>com.github.eirslett</groupId>
<version>1.15.1-atlassian-1-SNAPSHOT</version>
<version>1.15.1-atlassian-4-SNAPSHOT</version>
</parent>

<artifactId>frontend-maven-plugin</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
Loading

0 comments on commit 9e87cb2

Please sign in to comment.