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

7.4.2 #1725

Merged
merged 22 commits into from
Sep 19, 2024
Merged

7.4.2 #1725

merged 22 commits into from
Sep 19, 2024

Conversation

JoernBerkefeld
Copy link
Contributor

@JoernBerkefeld JoernBerkefeld commented Sep 19, 2024

Release details

Checklist

Before merge

  • Wiki updated with info in ticket listed under Documentation
  • ran npm run prepare-release (which runs npm audit fix, npm run lint-ts, npm run lint:fix, git add, git commit)
  • pushed potential changes made by prepare-release

After merge

  • merged all dependabot PRs that target main branch
  • updated bug template to include the new version
  • updated .mcdevrc for tests to the new version
  • ran npm run version:major/minor/patch
  • pushed version-prep commits
  • merged main branch into develop branch
  • closed GitHub milestone
  • created new GitHub Release

Documentation

n/a

Issues

JoernBerkefeld and others added 22 commits September 17, 2024 16:51
…not-work-for-retrieve

Bug/1717 --skipValidation does not work for retrieve
…on-journeys-does-not-reflect-the-current-status

task/1716 update journey-triggeredSendStatus and suppressTracking
… retrieve directory IF actively included in the list of to be deployed types
…ieve-during-deploy-even-if-not-listed-for-retrieval

Bug/126 folders saved to retrieve during deploy even if not listed for retrieval
…diff viewer

the diff view only works on text-only views
…markdown-files-as-text-only-at-first-to-allow-using-the-built-in-diff-viewer

task/1721 disable auto-opening markdown renderer to enable vscode's git diff viewer
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.5.4 to 22.5.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…op/types/node-22.5.5

Bump @types/node from 22.5.4 to 22.5.5
Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 10.0.7 to 10.0.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha)

---
updated-dependencies:
- dependency-name: "@types/mocha"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…op/types/mocha-10.0.8

Bump @types/mocha from 10.0.7 to 10.0.8
Bumps [husky](https://github.com/typicode/husky) from 9.1.5 to 9.1.6.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.1.5...v9.1.6)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…op/husky-9.1.6

Bump husky from 9.1.5 to 9.1.6
Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 10.2.2 to 11.0.2.
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@10.2.2...inquirer@11.0.2)

---
updated-dependencies:
- dependency-name: inquirer
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…op/inquirer-11.0.2

Bump inquirer from 10.2.2 to 11.0.2
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 50.2.2 to 50.2.4.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v50.2.2...v50.2.4)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…op/eslint-plugin-jsdoc-50.2.4

Bump eslint-plugin-jsdoc from 50.2.2 to 50.2.4
@JoernBerkefeld JoernBerkefeld added this to the 7.4.2 milestone Sep 19, 2024
@JoernBerkefeld JoernBerkefeld self-assigned this Sep 19, 2024
@JoernBerkefeld JoernBerkefeld added bug Something isn't working chore Jira issue-type "Task" dependencies Pull requests that update a dependency file c/folder COMPONENT c/journey COMPONENT labels Sep 19, 2024
Copy link

github-actions bot commented Sep 19, 2024

Coverage Report

Commit:2913a6e
Base: main@152a939

Type Base This PR
Total Statements Coverage  69.83%  69.82%  (-0.01%)
Total Branches Coverage  68.69%  68.68%  (-0.01%)
Total Functions Coverage  81.57%  81.57%  (+0%)
Total Lines Coverage  69.83%  69.82%  (-0.01%)
Details (changed files):
File Statements Branches Functions Lines

@JoernBerkefeld JoernBerkefeld merged commit 404a8c6 into main Sep 19, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working c/folder COMPONENT c/journey COMPONENT chore Jira issue-type "Task" dependencies Pull requests that update a dependency file
Projects
None yet
1 participant