-
Notifications
You must be signed in to change notification settings - Fork 28
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
feat(deps): lodash vunerability #9
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
github-actions bot
pushed a commit
to boxcee/semantic-release-jira
that referenced
this pull request
Sep 2, 2021
# 1.0.0 (2021-09-02) ### Bug Fixes * error when releaseDescriptionTemplate is undefined ([17dca0c](17dca0c)) * First version ([a325b40](a325b40)) * First version ([55491f6](55491f6)) * First version ([5276152](5276152)) * First version ([993ea98](993ea98)) * First version ([dd714cf](dd714cf)) * **ci:** Automate npm publish ([5abd275](5abd275)) * **ci:** make sure we can compile as a test ([05b883d](05b883d)) * **ci:** make sure we can compile as a test ([542429b](542429b)) * **ci:** remove extra unneeded dependency ([887f522](887f522)) * **deps:** add missing tslib dep ([8b59b2c](8b59b2c)) * **deps:** upgrade jira-connector to 3.1.0 ([3d157d5](3d157d5)) * **security:** Merge pull request [UpHabit#42](https://github.com/boxcee/semantic-release-jira-releases/issues/42) from UpHabit/dependabot/npm_and_yarn/lodash-4.17.19 ([07a32d9](07a32d9)) * **security:** update all packages with secuirty issues ([1ba6780](1ba6780)) * **version:** Release init version ([b7d5168](b7d5168)) * [FIX-123] typescript config ([72159d8](72159d8)) * escaping regex ([e1bea79](e1bea79)) * fixing ticketRegex matching ([7a3957d](7a3957d)) * Merge pull request [UpHabit#20](https://github.com/boxcee/semantic-release-jira-releases/issues/20) from UpHabit/renovate/major-semantic-release-monorepo ([d758907](d758907)) ### Features * [UH-1258] better logging ([85a74e9](85a74e9)) * [UH-1258] Implement release creation ([c44e1aa](c44e1aa)) * add config for release description ([cd25e0d](cd25e0d)) * add option for released and releaseDate for veresion ([879d592](879d592)) * add release notes to JIRA release ([e7ce86b](e7ce86b)) * adding support for regex in tickets ([8cef9b0](8cef9b0)) * adding the ability to pass a regex to filter tickets ([UpHabit#10](https://github.com/boxcee/semantic-release-jira-releases/issues/10)) ([71b535f](71b535f)) * allow multiple tickets in the same commit message ([aff41a2](aff41a2)) * bulk update issues and network concurrency limit ([2bebfd4](2bebfd4)) * **deps:** lodash vunerability ([96addad](96addad)) * **deps:** lodash vunerability ([UpHabit#9](https://github.com/boxcee/semantic-release-jira-releases/issues/9)) ([6d8637b](6d8637b))
github-actions bot
pushed a commit
to boxcee/semantic-release-jira
that referenced
this pull request
Sep 2, 2021
# 1.0.0 (2021-09-02) ### Bug Fixes * error when releaseDescriptionTemplate is undefined ([17dca0c](17dca0c)) * First version ([25ffcd6](25ffcd6)) * First version ([f5557ff](f5557ff)) * First version ([a325b40](a325b40)) * First version ([55491f6](55491f6)) * First version ([5276152](5276152)) * First version ([993ea98](993ea98)) * First version ([dd714cf](dd714cf)) * **ci:** Automate npm publish ([5abd275](5abd275)) * **ci:** make sure we can compile as a test ([05b883d](05b883d)) * **ci:** make sure we can compile as a test ([542429b](542429b)) * **deps:** upgrade jira-connector to 3.1.0 ([3d157d5](3d157d5)) * **security:** Merge pull request [UpHabit#42](https://github.com/boxcee/semantic-release-jira-releases/issues/42) from UpHabit/dependabot/npm_and_yarn/lodash-4.17.19 ([07a32d9](07a32d9)) * **version:** Release init version ([b7d5168](b7d5168)) * Merge pull request [UpHabit#20](https://github.com/boxcee/semantic-release-jira-releases/issues/20) from UpHabit/renovate/major-semantic-release-monorepo ([d758907](d758907)) * **security:** update all packages with secuirty issues ([1ba6780](1ba6780)) * escaping regex ([e1bea79](e1bea79)) * fixing ticketRegex matching ([7a3957d](7a3957d)) * **ci:** remove extra unneeded dependency ([887f522](887f522)) * **deps:** add missing tslib dep ([8b59b2c](8b59b2c)) * [FIX-123] typescript config ([72159d8](72159d8)) ### Features * [UH-1258] better logging ([85a74e9](85a74e9)) * [UH-1258] Implement release creation ([c44e1aa](c44e1aa)) * add config for release description ([cd25e0d](cd25e0d)) * add option for released and releaseDate for veresion ([879d592](879d592)) * add release notes to JIRA release ([e7ce86b](e7ce86b)) * adding support for regex in tickets ([8cef9b0](8cef9b0)) * adding the ability to pass a regex to filter tickets ([UpHabit#10](https://github.com/boxcee/semantic-release-jira-releases/issues/10)) ([71b535f](71b535f)) * allow multiple tickets in the same commit message ([aff41a2](aff41a2)) * bulk update issues and network concurrency limit ([2bebfd4](2bebfd4)) * **deps:** lodash vunerability ([96addad](96addad)) * **deps:** lodash vunerability ([UpHabit#9](https://github.com/boxcee/semantic-release-jira-releases/issues/9)) ([6d8637b](6d8637b))
github-actions bot
pushed a commit
to dylanhitt/semantic-release-jira
that referenced
this pull request
Dec 21, 2022
# 1.0.0 (2022-12-21) ### Bug Fixes * [FIX-123] typescript config ([72159d8](72159d8)) * add message when not run in prerelease branch ([ddeefc1](ddeefc1)) * **ci:** Automate npm publish ([5abd275](5abd275)) * **ci:** make sure we can compile as a test ([05b883d](05b883d)) * **ci:** make sure we can compile as a test ([542429b](542429b)) * **ci:** remove extra unneeded dependency ([887f522](887f522)) * **deps:** add missing tslib dep ([8b59b2c](8b59b2c)) * **deps:** upgrade jira-connector to 3.1.0 ([3d157d5](3d157d5)) * do not fail when board or sprint not found, log out the error though ([bbcc017](bbcc017)) * error when releaseDescriptionTemplate is undefined ([17dca0c](17dca0c)) * escaping regex ([e1bea79](e1bea79)) * First version ([7b29389](7b29389)) * First version ([bcca7ba](bcca7ba)) * First version ([30071f1](30071f1)) * First version ([2fc24a7](2fc24a7)) * First version ([783d80f](783d80f)) * First version ([25ffcd6](25ffcd6)) * First version ([f5557ff](f5557ff)) * First version ([a325b40](a325b40)) * First version ([55491f6](55491f6)) * First version ([5276152](5276152)) * First version ([993ea98](993ea98)) * First version ([dd714cf](dd714cf)) * fixing ticketRegex matching ([7a3957d](7a3957d)) * Merge pull request [UpHabit#20](https://github.com/dylanhitt/semantic-release-jira/issues/20) from UpHabit/renovate/major-semantic-release-monorepo ([d758907](d758907)) * **security:** Merge pull request [UpHabit#42](https://github.com/dylanhitt/semantic-release-jira/issues/42) from UpHabit/dependabot/npm_and_yarn/lodash-4.17.19 ([07a32d9](07a32d9)) * **security:** update all packages with secuirty issues ([1ba6780](1ba6780)) * **version:** Release init version ([b7d5168](b7d5168)) ### Features * [UH-1258] better logging ([85a74e9](85a74e9)) * [UH-1258] Implement release creation ([c44e1aa](c44e1aa)) * add config for release description ([cd25e0d](cd25e0d)) * add option for released and releaseDate for veresion ([879d592](879d592)) * add option to not run on prerelease branches ([37fa1fc](37fa1fc)) * add release notes to JIRA release ([e7ce86b](e7ce86b)) * adding support for regex in tickets ([8cef9b0](8cef9b0)) * adding the ability to pass a regex to filter tickets ([UpHabit#10](https://github.com/dylanhitt/semantic-release-jira/issues/10)) ([71b535f](71b535f)) * allow multiple tickets in the same commit message ([aff41a2](aff41a2)) * Allow usage of board/active sprint for start date of release ([c728311](c728311)) * Always release when on release branch, enable use of env variables in release templates ([3d6d1f0](3d6d1f0)) * bulk update issues and network concurrency limit ([2bebfd4](2bebfd4)) * **deps:** lodash vunerability ([96addad](96addad)) * **deps:** lodash vunerability ([UpHabit#9](https://github.com/dylanhitt/semantic-release-jira/issues/9)) ([6d8637b](6d8637b)) * remove requirement for releaseNameTemplate to include ([9d09539](9d09539))
github-actions bot
referenced
this pull request
in jamesbuddrige/semantic-release-jira
Mar 6, 2024
# 1.0.0-prerelease.1 (2024-03-06) ### Bug Fixes * [FIX-123] typescript config ([72159d8](72159d8)) * **ci:** Automate npm publish ([5abd275](5abd275)) * **ci:** make sure we can compile as a test ([05b883d](05b883d)) * **ci:** make sure we can compile as a test ([542429b](542429b)) * **ci:** remove extra unneeded dependency ([887f522](887f522)) * **deps:** add missing tslib dep ([8b59b2c](8b59b2c)) * **deps:** upgrade jira-connector to 3.1.0 ([3d157d5](3d157d5)) * error when releaseDescriptionTemplate is undefined ([17dca0c](17dca0c)) * escaping regex ([e1bea79](e1bea79)) * fixing ticketRegex matching ([7a3957d](7a3957d)) * Merge pull request [UpHabit#20](https://github.com/jamesbuddrige/semantic-release-jira/issues/20) from UpHabit/renovate/major-semantic-release-monorepo ([d758907](d758907)) * **security:** Merge pull request [UpHabit#42](https://github.com/jamesbuddrige/semantic-release-jira/issues/42) from UpHabit/dependabot/npm_and_yarn/lodash-4.17.19 ([07a32d9](07a32d9)) * **security:** update all packages with secuirty issues ([1ba6780](1ba6780)) * skip if no tickets found ([ee9de19](ee9de19)) * support the Jira.js library for communicating with Jira ([6e00461](6e00461)) ### Features * [UH-1258] better logging ([85a74e9](85a74e9)) * [UH-1258] Implement release creation ([c44e1aa](c44e1aa)) * add config for release description ([cd25e0d](cd25e0d)) * add option for released and releaseDate for veresion ([879d592](879d592)) * add release notes to JIRA release ([e7ce86b](e7ce86b)) * adding support for regex in tickets ([8cef9b0](8cef9b0)) * adding the ability to pass a regex to filter tickets ([#10](#10)) ([71b535f](71b535f)) * allow multiple tickets in the same commit message ([aff41a2](aff41a2)) * bulk update issues and network concurrency limit ([2bebfd4](2bebfd4)) * **deps:** lodash vunerability ([96addad](96addad)) * **deps:** lodash vunerability ([#9](#9)) ([6d8637b](6d8637b))
github-actions bot
referenced
this pull request
in jamesbuddrige/semantic-release-jira
Mar 6, 2024
# 1.0.0 (2024-03-06) ### Bug Fixes * [FIX-123] typescript config ([72159d8](72159d8)) * **ci:** Automate npm publish ([5abd275](5abd275)) * **ci:** make sure we can compile as a test ([05b883d](05b883d)) * **ci:** make sure we can compile as a test ([542429b](542429b)) * **ci:** remove extra unneeded dependency ([887f522](887f522)) * **deps:** add missing tslib dep ([8b59b2c](8b59b2c)) * **deps:** upgrade jira-connector to 3.1.0 ([3d157d5](3d157d5)) * error when releaseDescriptionTemplate is undefined ([17dca0c](17dca0c)) * escaping regex ([e1bea79](e1bea79)) * fix build errors, fix editIssueFixVersions, downgrade TS ([1ef08ab](1ef08ab)) * fixing ticketRegex matching ([7a3957d](7a3957d)) * Merge pull request [UpHabit#20](https://github.com/jamesbuddrige/semantic-release-jira/issues/20) from UpHabit/renovate/major-semantic-release-monorepo ([d758907](d758907)) * **security:** Merge pull request [UpHabit#42](https://github.com/jamesbuddrige/semantic-release-jira/issues/42) from UpHabit/dependabot/npm_and_yarn/lodash-4.17.19 ([07a32d9](07a32d9)) * **security:** update all packages with secuirty issues ([1ba6780](1ba6780)) * skip if no tickets found ([ee9de19](ee9de19)) * support the Jira.js library for communicating with Jira ([6e00461](6e00461)) ### Features * [UH-1258] better logging ([85a74e9](85a74e9)) * [UH-1258] Implement release creation ([c44e1aa](c44e1aa)) * add config for release description ([cd25e0d](cd25e0d)) * add option for released and releaseDate for veresion ([879d592](879d592)) * add release notes to JIRA release ([e7ce86b](e7ce86b)) * adding support for regex in tickets ([8cef9b0](8cef9b0)) * adding the ability to pass a regex to filter tickets ([#10](#10)) ([71b535f](71b535f)) * allow multiple tickets in the same commit message ([aff41a2](aff41a2)) * bulk update issues and network concurrency limit ([2bebfd4](2bebfd4)) * **deps:** lodash vunerability ([96addad](96addad)) * **deps:** lodash vunerability ([#9](#9)) ([6d8637b](6d8637b))
github-actions bot
referenced
this pull request
in aechweeks/semantic-release-jira-releases-modern
Nov 26, 2024
# 1.0.0 (2024-11-26) ### Bug Fixes * [FIX-123] typescript config ([72159d8](72159d8)) * **ci:** Automate npm publish ([5abd275](5abd275)) * **ci:** make sure we can compile as a test ([05b883d](05b883d)) * **ci:** make sure we can compile as a test ([542429b](542429b)) * **ci:** remove extra unneeded dependency ([887f522](887f522)) * **deps:** add missing tslib dep ([8b59b2c](8b59b2c)) * **deps:** upgrade jira-connector to 3.1.0 ([3d157d5](3d157d5)) * error when releaseDescriptionTemplate is undefined ([17dca0c](17dca0c)) * escaping regex ([e1bea79](e1bea79)) * fixing ticketRegex matching ([7a3957d](7a3957d)) * Merge pull request [UpHabit#20](https://github.com/aechweeks/semantic-release-jira-releases-modern/issues/20) from UpHabit/renovate/major-semantic-release-monorepo ([d758907](d758907)) * **security:** Merge pull request [UpHabit#42](https://github.com/aechweeks/semantic-release-jira-releases-modern/issues/42) from UpHabit/dependabot/npm_and_yarn/lodash-4.17.19 ([07a32d9](07a32d9)) * **security:** update all packages with secuirty issues ([1ba6780](1ba6780)) ### Features * [UH-1258] better logging ([85a74e9](85a74e9)) * [UH-1258] Implement release creation ([c44e1aa](c44e1aa)) * add config for release description ([cd25e0d](cd25e0d)) * add option for released and releaseDate for veresion ([879d592](879d592)) * add release notes to JIRA release ([e7ce86b](e7ce86b)) * adding proper release ([2817653](2817653)) * adding support for regex in tickets ([8cef9b0](8cef9b0)) * adding the ability to pass a regex to filter tickets ([#10](#10)) ([71b535f](71b535f)) * allow multiple tickets in the same commit message ([aff41a2](aff41a2)) * bulk update issues and network concurrency limit ([2bebfd4](2bebfd4)) * **deps:** lodash vunerability ([96addad](96addad)) * **deps:** lodash vunerability ([#9](#9)) ([6d8637b](6d8637b)) * doing a basic upgrade ([bab0db5](bab0db5)) * final testing ([9bef053](9bef053)) * make it release well ([1faf9b5](1faf9b5)) * make it release well ([51dd89f](51dd89f)) * make it release well ([9008de2](9008de2)) * move to non-deprecated package ([a0c2711](a0c2711))
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.
No description provided.