-
Notifications
You must be signed in to change notification settings - Fork 4
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
fix(deps): bump maven from 4.7.0 to 5.0.0 #222
Merged
Merged
Conversation
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
Bumps [maven](https://github.com/headcr4sh/node-maven) from 4.7.0 to 5.0.0. - [Release notes](https://github.com/headcr4sh/node-maven/releases) - [Commits](headcr4sh/node-maven@v4.7.0...v5.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
The npm
So we need to do a similar bump here as well. |
Direct dependency `maven` requires Node v12 so we need to adopt it too. See #222 BREAKING_CHANGE: now requires Node v12
🎉 This PR is included in version 1.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
friendlymahi
pushed a commit
to friendlymahi/aem-packager
that referenced
this pull request
May 23, 2024
# 1.0.0 (2024-05-23) ### Bug Fixes * **ci:** improve release versioning ([c6f5f67](c6f5f67)) * config merge fix ([e31e2a1](e31e2a1)), closes [amclin#486](https://github.com/friendlymahi/aem-packager/issues/486) * configs were not loading from package.json ([00b5501](00b5501)) * **deps-dev:** [security] bump minimist and semantic-release ([63db0cc](63db0cc)) * **deps:** [security] bump acorn from 7.0.0 to 7.1.1 ([1699dd0](1699dd0)) * **deps:** [security] bump glob-parent from 5.1.0 to 5.1.2 ([81e0bfa](81e0bfa)) * **deps:** [security] bump hosted-git-info from 2.7.1 to 2.8.9 ([50fb816](50fb816)) * **deps:** [security] bump ini from 1.3.5 to 1.3.7 ([3420d61](3420d61)) * **deps:** [security] bump lodash from 4.17.19 to 4.17.21 ([a015813](a015813)) * **deps:** [security] bump minimist from 1.2.0 to 1.2.5 ([15c5974](15c5974)) * **deps:** [security] bump npm from 6.13.0 to 6.13.4 ([090745e](090745e)) * **deps:** [security] bump npm-registry-fetch from 4.0.3 to 4.0.5 ([35b29a6](35b29a6)) * **deps:** [security] bump npm-user-validate from 1.0.0 to 1.0.1 ([2c163c2](2c163c2)) * **deps:** [security] bump npm-user-validate from 1.0.0 to 1.0.1 ([21014ec](21014ec)) * **deps:** [security] bump trim-newlines from 3.0.0 to 3.0.1 ([a4aec8f](a4aec8f)) * **deps:** [security] bump y18n from 4.0.0 to 4.0.1 ([25ef707](25ef707)) * **deps:** adopt Husky 5 syntax for automating checks ([57fcedd](57fcedd)) * **deps:** auto-bump version numbers when dependencies update ([427003e](427003e)) * **deps:** bump ansi-regex from 5.0.0 to 5.0.1 ([e809384](e809384)) * **deps:** bump command-line-args from 5.1.1 to 5.1.3 ([eb1edf4](eb1edf4)) * **deps:** bump command-line-args from 5.1.3 to 5.2.0 ([bb4eb3f](bb4eb3f)) * **deps:** bump command-line-args from 5.2.0 to 5.2.1 ([90cd173](90cd173)) * **deps:** bump json5 from 1.0.1 to 1.0.2 ([0377874](0377874)) * **deps:** bump maven from 4.7.0 to 5.0.0 ([ada25d3](ada25d3)) * **deps:** bump minimist from 1.2.5 to 1.2.6 ([27910f2](27910f2)) * **deps:** bump node-fetch from 2.6.6 to 2.6.7 ([b9705fa](b9705fa)) * **deps:** bump npm from 8.8.0 to 8.11.0 ([d745e7b](d745e7b)) * **deps:** bump path-parse from 1.0.6 to 1.0.7 ([fe35624](fe35624)) * **deps:** bump read-config-file from 5.0.0 to 5.0.1 ([9d85306](9d85306)) * **deps:** bump read-config-file from 5.0.1 to 5.0.2 ([3ed6c0d](3ed6c0d)) * **deps:** bump read-config-file from 5.0.2 to 6.0.0 ([3887115](3887115)) * **deps:** bump read-config-file from 6.0.0 to 6.1.0 ([e8f1506](e8f1506)) * **deps:** bump read-config-file from 6.1.0 to 6.2.0 ([969258d](969258d)) * **deps:** bump read-config-file from 6.2.0 to 6.3.2 ([869ea07](869ea07)) * **deps:** bump shell-quote from 1.6.1 to 1.7.3 ([cbc3cde](cbc3cde)) * **deps:** bump yaml, cosmiconfig and semantic-release ([952eb2f](952eb2f)) * **deps:** bump yargs-parser and yargs ([7d98d22](7d98d22)) * **deps:** resolve dependency changes in package.json ([8500be4](8500be4)) * **deps:** update eslint dev dependencies ([f5728ba](f5728ba)) * husky was preventing package from being installable ([b15f019](b15f019)) * jcrPath option not working fixes [amclin#40](https://github.com/friendlymahi/aem-packager/issues/40) ([a7a0fb6](a7a0fb6)) * maven failing to resolve Adobe vault plugin ([6611718](6611718)) * options mapped properly ([ac170b8](ac170b8)) * **package:** update read-config-file to version 4.0.0 ([237ea6a](237ea6a)) * **package:** update read-config-file to version 5.0.0 ([841a755](841a755)) * updated docs instead of var def ([a1a39e1](a1a39e1)) ### Continuous Integration * specify node versions by keyword ([ad10b13](ad10b13)) ### Features * bump minimum Node from v12 to v14 ([e67c5e5](e67c5e5)) * **deps:** enforce minimum Node v12 ([1273dac](1273dac)), closes [amclin#222](https://github.com/friendlymahi/aem-packager/issues/222) * **deps:** remove lodash dependency ([3775405](3775405)) * jackrabbit package plugin ([d331897](d331897)), closes [amclin#488](https://github.com/friendlymahi/aem-packager/issues/488) * jackrabbit package plugin ([4b64ecf](4b64ecf)), closes [amclin#488](https://github.com/friendlymahi/aem-packager/issues/488) * jackrabbit package plugin ([84a7a87](84a7a87)), closes [amclin#488](https://github.com/friendlymahi/aem-packager/issues/488) * jackrabbit package plugin ([61ed2da](61ed2da)) * jackrabbit package plugin ([f9f1f14](f9f1f14)), closes [amclin#488](https://github.com/friendlymahi/aem-packager/issues/488) * support for NPM v7 and later ([688a958](688a958)), closes [amclin#395](https://github.com/friendlymahi/aem-packager/issues/395) * switch to jackrabbit for content packaging ([2b2e7ca](2b2e7ca)) * verify maven is available when installing ([4447b30](4447b30)) * version bump for breaking change ([0b11cb8](0b11cb8)) ### BREAKING CHANGES * no longer contains the necessary maven plugins for CRX deployment functionalitty. To add legacy CRX support on top of Jackrabbit, set the new option `legacyCRXSupport` to true. To restore the old `aem-packager` functionality entirely, set the new option `packager` to `jcrvault` * drop support for Node v12 No explicit functional changes or library dependencies currently need v14, so technically it may still work on v12, but is unsupported and no longer tested. * drop support for Node 12 * now requires Node v12
friendlymahi
pushed a commit
to friendlymahi/aem-packager
that referenced
this pull request
May 23, 2024
# 1.0.0 (2024-05-23) ### Bug Fixes * **ci:** improve release versioning ([c6f5f67](c6f5f67)) * config merge fix ([e31e2a1](e31e2a1)), closes [amclin#486](https://github.com/friendlymahi/aem-packager/issues/486) * configs were not loading from package.json ([00b5501](00b5501)) * **deps-dev:** [security] bump minimist and semantic-release ([63db0cc](63db0cc)) * **deps:** [security] bump acorn from 7.0.0 to 7.1.1 ([1699dd0](1699dd0)) * **deps:** [security] bump glob-parent from 5.1.0 to 5.1.2 ([81e0bfa](81e0bfa)) * **deps:** [security] bump hosted-git-info from 2.7.1 to 2.8.9 ([50fb816](50fb816)) * **deps:** [security] bump ini from 1.3.5 to 1.3.7 ([3420d61](3420d61)) * **deps:** [security] bump lodash from 4.17.19 to 4.17.21 ([a015813](a015813)) * **deps:** [security] bump minimist from 1.2.0 to 1.2.5 ([15c5974](15c5974)) * **deps:** [security] bump npm from 6.13.0 to 6.13.4 ([090745e](090745e)) * **deps:** [security] bump npm-registry-fetch from 4.0.3 to 4.0.5 ([35b29a6](35b29a6)) * **deps:** [security] bump npm-user-validate from 1.0.0 to 1.0.1 ([2c163c2](2c163c2)) * **deps:** [security] bump npm-user-validate from 1.0.0 to 1.0.1 ([21014ec](21014ec)) * **deps:** [security] bump trim-newlines from 3.0.0 to 3.0.1 ([a4aec8f](a4aec8f)) * **deps:** [security] bump y18n from 4.0.0 to 4.0.1 ([25ef707](25ef707)) * **deps:** adopt Husky 5 syntax for automating checks ([57fcedd](57fcedd)) * **deps:** auto-bump version numbers when dependencies update ([427003e](427003e)) * **deps:** bump ansi-regex from 5.0.0 to 5.0.1 ([e809384](e809384)) * **deps:** bump command-line-args from 5.1.1 to 5.1.3 ([eb1edf4](eb1edf4)) * **deps:** bump command-line-args from 5.1.3 to 5.2.0 ([bb4eb3f](bb4eb3f)) * **deps:** bump command-line-args from 5.2.0 to 5.2.1 ([90cd173](90cd173)) * **deps:** bump json5 from 1.0.1 to 1.0.2 ([0377874](0377874)) * **deps:** bump maven from 4.7.0 to 5.0.0 ([ada25d3](ada25d3)) * **deps:** bump minimist from 1.2.5 to 1.2.6 ([27910f2](27910f2)) * **deps:** bump node-fetch from 2.6.6 to 2.6.7 ([b9705fa](b9705fa)) * **deps:** bump npm from 8.8.0 to 8.11.0 ([d745e7b](d745e7b)) * **deps:** bump path-parse from 1.0.6 to 1.0.7 ([fe35624](fe35624)) * **deps:** bump read-config-file from 5.0.0 to 5.0.1 ([9d85306](9d85306)) * **deps:** bump read-config-file from 5.0.1 to 5.0.2 ([3ed6c0d](3ed6c0d)) * **deps:** bump read-config-file from 5.0.2 to 6.0.0 ([3887115](3887115)) * **deps:** bump read-config-file from 6.0.0 to 6.1.0 ([e8f1506](e8f1506)) * **deps:** bump read-config-file from 6.1.0 to 6.2.0 ([969258d](969258d)) * **deps:** bump read-config-file from 6.2.0 to 6.3.2 ([869ea07](869ea07)) * **deps:** bump shell-quote from 1.6.1 to 1.7.3 ([cbc3cde](cbc3cde)) * **deps:** bump yaml, cosmiconfig and semantic-release ([952eb2f](952eb2f)) * **deps:** bump yargs-parser and yargs ([7d98d22](7d98d22)) * **deps:** resolve dependency changes in package.json ([8500be4](8500be4)) * **deps:** update eslint dev dependencies ([f5728ba](f5728ba)) * husky was preventing package from being installable ([b15f019](b15f019)) * jcrPath option not working fixes [amclin#40](https://github.com/friendlymahi/aem-packager/issues/40) ([a7a0fb6](a7a0fb6)) * maven failing to resolve Adobe vault plugin ([6611718](6611718)) * options mapped properly ([ac170b8](ac170b8)) * **package:** update read-config-file to version 4.0.0 ([237ea6a](237ea6a)) * **package:** update read-config-file to version 5.0.0 ([841a755](841a755)) * updated docs instead of var def ([a1a39e1](a1a39e1)) ### Continuous Integration * specify node versions by keyword ([ad10b13](ad10b13)) ### Features * bump minimum Node from v12 to v14 ([e67c5e5](e67c5e5)) * **deps:** enforce minimum Node v12 ([1273dac](1273dac)), closes [amclin#222](https://github.com/friendlymahi/aem-packager/issues/222) * **deps:** remove lodash dependency ([3775405](3775405)) * jackrabbit package plugin ([d331897](d331897)), closes [amclin#488](https://github.com/friendlymahi/aem-packager/issues/488) * jackrabbit package plugin ([4b64ecf](4b64ecf)), closes [amclin#488](https://github.com/friendlymahi/aem-packager/issues/488) * jackrabbit package plugin ([84a7a87](84a7a87)), closes [amclin#488](https://github.com/friendlymahi/aem-packager/issues/488) * jackrabbit package plugin ([61ed2da](61ed2da)) * jackrabbit package plugin ([f9f1f14](f9f1f14)), closes [amclin#488](https://github.com/friendlymahi/aem-packager/issues/488) * support for NPM v7 and later ([688a958](688a958)), closes [amclin#395](https://github.com/friendlymahi/aem-packager/issues/395) * switch to jackrabbit for content packaging ([2b2e7ca](2b2e7ca)) * verify maven is available when installing ([4447b30](4447b30)) * version bump for breaking change ([0b11cb8](0b11cb8)) ### BREAKING CHANGES * no longer contains the necessary maven plugins for CRX deployment functionalitty. To add legacy CRX support on top of Jackrabbit, set the new option `legacyCRXSupport` to true. To restore the old `aem-packager` functionality entirely, set the new option `packager` to `jcrvault` * drop support for Node v12 No explicit functional changes or library dependencies currently need v14, so technically it may still work on v12, but is unsupported and no longer tested. * drop support for Node 12 * now requires Node v12
friendlymahi
pushed a commit
to friendlymahi/aem-packager
that referenced
this pull request
May 23, 2024
# 1.0.0 (2024-05-23) ### Bug Fixes * **ci:** improve release versioning ([c6f5f67](c6f5f67)) * config merge fix ([e31e2a1](e31e2a1)), closes [amclin#486](https://github.com/friendlymahi/aem-packager/issues/486) * configs were not loading from package.json ([00b5501](00b5501)) * **deps-dev:** [security] bump minimist and semantic-release ([63db0cc](63db0cc)) * **deps:** [security] bump acorn from 7.0.0 to 7.1.1 ([1699dd0](1699dd0)) * **deps:** [security] bump glob-parent from 5.1.0 to 5.1.2 ([81e0bfa](81e0bfa)) * **deps:** [security] bump hosted-git-info from 2.7.1 to 2.8.9 ([50fb816](50fb816)) * **deps:** [security] bump ini from 1.3.5 to 1.3.7 ([3420d61](3420d61)) * **deps:** [security] bump lodash from 4.17.19 to 4.17.21 ([a015813](a015813)) * **deps:** [security] bump minimist from 1.2.0 to 1.2.5 ([15c5974](15c5974)) * **deps:** [security] bump npm from 6.13.0 to 6.13.4 ([090745e](090745e)) * **deps:** [security] bump npm-registry-fetch from 4.0.3 to 4.0.5 ([35b29a6](35b29a6)) * **deps:** [security] bump npm-user-validate from 1.0.0 to 1.0.1 ([2c163c2](2c163c2)) * **deps:** [security] bump npm-user-validate from 1.0.0 to 1.0.1 ([21014ec](21014ec)) * **deps:** [security] bump trim-newlines from 3.0.0 to 3.0.1 ([a4aec8f](a4aec8f)) * **deps:** [security] bump y18n from 4.0.0 to 4.0.1 ([25ef707](25ef707)) * **deps:** adopt Husky 5 syntax for automating checks ([57fcedd](57fcedd)) * **deps:** auto-bump version numbers when dependencies update ([427003e](427003e)) * **deps:** bump ansi-regex from 5.0.0 to 5.0.1 ([e809384](e809384)) * **deps:** bump command-line-args from 5.1.1 to 5.1.3 ([eb1edf4](eb1edf4)) * **deps:** bump command-line-args from 5.1.3 to 5.2.0 ([bb4eb3f](bb4eb3f)) * **deps:** bump command-line-args from 5.2.0 to 5.2.1 ([90cd173](90cd173)) * **deps:** bump json5 from 1.0.1 to 1.0.2 ([0377874](0377874)) * **deps:** bump maven from 4.7.0 to 5.0.0 ([ada25d3](ada25d3)) * **deps:** bump minimist from 1.2.5 to 1.2.6 ([27910f2](27910f2)) * **deps:** bump node-fetch from 2.6.6 to 2.6.7 ([b9705fa](b9705fa)) * **deps:** bump npm from 8.8.0 to 8.11.0 ([d745e7b](d745e7b)) * **deps:** bump path-parse from 1.0.6 to 1.0.7 ([fe35624](fe35624)) * **deps:** bump read-config-file from 5.0.0 to 5.0.1 ([9d85306](9d85306)) * **deps:** bump read-config-file from 5.0.1 to 5.0.2 ([3ed6c0d](3ed6c0d)) * **deps:** bump read-config-file from 5.0.2 to 6.0.0 ([3887115](3887115)) * **deps:** bump read-config-file from 6.0.0 to 6.1.0 ([e8f1506](e8f1506)) * **deps:** bump read-config-file from 6.1.0 to 6.2.0 ([969258d](969258d)) * **deps:** bump read-config-file from 6.2.0 to 6.3.2 ([869ea07](869ea07)) * **deps:** bump shell-quote from 1.6.1 to 1.7.3 ([cbc3cde](cbc3cde)) * **deps:** bump yaml, cosmiconfig and semantic-release ([952eb2f](952eb2f)) * **deps:** bump yargs-parser and yargs ([7d98d22](7d98d22)) * **deps:** resolve dependency changes in package.json ([8500be4](8500be4)) * **deps:** update eslint dev dependencies ([f5728ba](f5728ba)) * husky was preventing package from being installable ([b15f019](b15f019)) * jcrPath option not working fixes [amclin#40](https://github.com/friendlymahi/aem-packager/issues/40) ([a7a0fb6](a7a0fb6)) * maven failing to resolve Adobe vault plugin ([6611718](6611718)) * options mapped properly ([ac170b8](ac170b8)) * **package:** update read-config-file to version 4.0.0 ([237ea6a](237ea6a)) * **package:** update read-config-file to version 5.0.0 ([841a755](841a755)) * updated docs instead of var def ([a1a39e1](a1a39e1)) ### Continuous Integration * specify node versions by keyword ([ad10b13](ad10b13)) ### Features * bump minimum Node from v12 to v14 ([e67c5e5](e67c5e5)) * **deps:** enforce minimum Node v12 ([1273dac](1273dac)), closes [amclin#222](https://github.com/friendlymahi/aem-packager/issues/222) * **deps:** remove lodash dependency ([3775405](3775405)) * jackrabbit package plugin ([d331897](d331897)), closes [amclin#488](https://github.com/friendlymahi/aem-packager/issues/488) * jackrabbit package plugin ([4b64ecf](4b64ecf)), closes [amclin#488](https://github.com/friendlymahi/aem-packager/issues/488) * jackrabbit package plugin ([84a7a87](84a7a87)), closes [amclin#488](https://github.com/friendlymahi/aem-packager/issues/488) * jackrabbit package plugin ([61ed2da](61ed2da)) * jackrabbit package plugin ([f9f1f14](f9f1f14)), closes [amclin#488](https://github.com/friendlymahi/aem-packager/issues/488) * npm publish ([6b26724](6b26724)) * support for NPM v7 and later ([688a958](688a958)), closes [amclin#395](https://github.com/friendlymahi/aem-packager/issues/395) * switch to jackrabbit for content packaging ([2b2e7ca](2b2e7ca)) * verify maven is available when installing ([4447b30](4447b30)) * version bump for breaking change ([0b11cb8](0b11cb8)) ### BREAKING CHANGES * no longer contains the necessary maven plugins for CRX deployment functionalitty. To add legacy CRX support on top of Jackrabbit, set the new option `legacyCRXSupport` to true. To restore the old `aem-packager` functionality entirely, set the new option `packager` to `jcrvault` * drop support for Node v12 No explicit functional changes or library dependencies currently need v14, so technically it may still work on v12, but is unsupported and no longer tested. * drop support for Node 12 * now requires Node v12
friendlymahi
pushed a commit
to friendlymahi/aem-packager
that referenced
this pull request
May 23, 2024
# 1.0.0 (2024-05-23) ### Bug Fixes * **ci:** improve release versioning ([c6f5f67](c6f5f67)) * config merge fix ([e31e2a1](e31e2a1)), closes [amclin#486](https://github.com/friendlymahi/aem-packager/issues/486) * configs were not loading from package.json ([00b5501](00b5501)) * **deps-dev:** [security] bump minimist and semantic-release ([63db0cc](63db0cc)) * **deps:** [security] bump acorn from 7.0.0 to 7.1.1 ([1699dd0](1699dd0)) * **deps:** [security] bump glob-parent from 5.1.0 to 5.1.2 ([81e0bfa](81e0bfa)) * **deps:** [security] bump hosted-git-info from 2.7.1 to 2.8.9 ([50fb816](50fb816)) * **deps:** [security] bump ini from 1.3.5 to 1.3.7 ([3420d61](3420d61)) * **deps:** [security] bump lodash from 4.17.19 to 4.17.21 ([a015813](a015813)) * **deps:** [security] bump minimist from 1.2.0 to 1.2.5 ([15c5974](15c5974)) * **deps:** [security] bump npm from 6.13.0 to 6.13.4 ([090745e](090745e)) * **deps:** [security] bump npm-registry-fetch from 4.0.3 to 4.0.5 ([35b29a6](35b29a6)) * **deps:** [security] bump npm-user-validate from 1.0.0 to 1.0.1 ([2c163c2](2c163c2)) * **deps:** [security] bump npm-user-validate from 1.0.0 to 1.0.1 ([21014ec](21014ec)) * **deps:** [security] bump trim-newlines from 3.0.0 to 3.0.1 ([a4aec8f](a4aec8f)) * **deps:** [security] bump y18n from 4.0.0 to 4.0.1 ([25ef707](25ef707)) * **deps:** adopt Husky 5 syntax for automating checks ([57fcedd](57fcedd)) * **deps:** auto-bump version numbers when dependencies update ([427003e](427003e)) * **deps:** bump ansi-regex from 5.0.0 to 5.0.1 ([e809384](e809384)) * **deps:** bump command-line-args from 5.1.1 to 5.1.3 ([eb1edf4](eb1edf4)) * **deps:** bump command-line-args from 5.1.3 to 5.2.0 ([bb4eb3f](bb4eb3f)) * **deps:** bump command-line-args from 5.2.0 to 5.2.1 ([90cd173](90cd173)) * **deps:** bump json5 from 1.0.1 to 1.0.2 ([0377874](0377874)) * **deps:** bump maven from 4.7.0 to 5.0.0 ([ada25d3](ada25d3)) * **deps:** bump minimist from 1.2.5 to 1.2.6 ([27910f2](27910f2)) * **deps:** bump node-fetch from 2.6.6 to 2.6.7 ([b9705fa](b9705fa)) * **deps:** bump npm from 8.8.0 to 8.11.0 ([d745e7b](d745e7b)) * **deps:** bump path-parse from 1.0.6 to 1.0.7 ([fe35624](fe35624)) * **deps:** bump read-config-file from 5.0.0 to 5.0.1 ([9d85306](9d85306)) * **deps:** bump read-config-file from 5.0.1 to 5.0.2 ([3ed6c0d](3ed6c0d)) * **deps:** bump read-config-file from 5.0.2 to 6.0.0 ([3887115](3887115)) * **deps:** bump read-config-file from 6.0.0 to 6.1.0 ([e8f1506](e8f1506)) * **deps:** bump read-config-file from 6.1.0 to 6.2.0 ([969258d](969258d)) * **deps:** bump read-config-file from 6.2.0 to 6.3.2 ([869ea07](869ea07)) * **deps:** bump shell-quote from 1.6.1 to 1.7.3 ([cbc3cde](cbc3cde)) * **deps:** bump yaml, cosmiconfig and semantic-release ([952eb2f](952eb2f)) * **deps:** bump yargs-parser and yargs ([7d98d22](7d98d22)) * **deps:** resolve dependency changes in package.json ([8500be4](8500be4)) * **deps:** update eslint dev dependencies ([f5728ba](f5728ba)) * husky was preventing package from being installable ([b15f019](b15f019)) * jcrPath option not working fixes [amclin#40](https://github.com/friendlymahi/aem-packager/issues/40) ([a7a0fb6](a7a0fb6)) * maven failing to resolve Adobe vault plugin ([6611718](6611718)) * options mapped properly ([ac170b8](ac170b8)) * **package:** update read-config-file to version 4.0.0 ([237ea6a](237ea6a)) * **package:** update read-config-file to version 5.0.0 ([841a755](841a755)) * updated docs instead of var def ([a1a39e1](a1a39e1)) ### Continuous Integration * specify node versions by keyword ([ad10b13](ad10b13)) ### Features * bump minimum Node from v12 to v14 ([e67c5e5](e67c5e5)) * **deps:** enforce minimum Node v12 ([1273dac](1273dac)), closes [amclin#222](https://github.com/friendlymahi/aem-packager/issues/222) * **deps:** remove lodash dependency ([3775405](3775405)) * jackrabbit package plugin ([d331897](d331897)), closes [amclin#488](https://github.com/friendlymahi/aem-packager/issues/488) * jackrabbit package plugin ([4b64ecf](4b64ecf)), closes [amclin#488](https://github.com/friendlymahi/aem-packager/issues/488) * jackrabbit package plugin ([84a7a87](84a7a87)), closes [amclin#488](https://github.com/friendlymahi/aem-packager/issues/488) * jackrabbit package plugin ([61ed2da](61ed2da)) * jackrabbit package plugin ([f9f1f14](f9f1f14)), closes [amclin#488](https://github.com/friendlymahi/aem-packager/issues/488) * npm publish ([799f936](799f936)) * npm publish ([6b26724](6b26724)) * support for NPM v7 and later ([688a958](688a958)), closes [amclin#395](https://github.com/friendlymahi/aem-packager/issues/395) * switch to jackrabbit for content packaging ([2b2e7ca](2b2e7ca)) * verify maven is available when installing ([4447b30](4447b30)) * version bump for breaking change ([0b11cb8](0b11cb8)) ### BREAKING CHANGES * no longer contains the necessary maven plugins for CRX deployment functionalitty. To add legacy CRX support on top of Jackrabbit, set the new option `legacyCRXSupport` to true. To restore the old `aem-packager` functionality entirely, set the new option `packager` to `jcrvault` * drop support for Node v12 No explicit functional changes or library dependencies currently need v14, so technically it may still work on v12, but is unsupported and no longer tested. * drop support for Node 12 * now requires Node v12
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps maven from 4.7.0 to 5.0.0.
Release notes
Sourced from maven's releases.
Commits
955ee5d
Prepare for release of v5.0.0.36fdda1
Merge pull request #30 from kaustubhgadre/master53f02e8
Added support for following reactor commands.1e2a98c
Merge pull request #28 from karlvr/masterb946072
typings: improve typingsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot will not automatically merge this PR because it includes an out-of-range update to a production dependency.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in the
.dependabot/config.yml
file in this repo: