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.1 #1702

Merged
merged 42 commits into from
Sep 12, 2024
Merged

7.4.1 #1702

merged 42 commits into from
Sep 12, 2024

Conversation

JoernBerkefeld
Copy link
Contributor

@JoernBerkefeld JoernBerkefeld commented Sep 12, 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 30 commits September 5, 2024 14:31
…-non-existing-event-key-will-break-following-retrieve-by-key-events

bug/1676 fix graceful handling of "key not found" error for journey and event
…s-in-git

task/1679 remove .BAK files that get created by mcdev upgrade from version control
Bumps [eslint](https://github.com/eslint/eslint) from 9.9.0 to 9.10.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.9.0...v9.10.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

Bump eslint from 9.9.0 to 9.10.0
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.4...v5.6.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

Bump typescript from 5.5.4 to 5.6.2
…ant caching

addresses issue for field names that have changes in letter casing
…d-fields-faulty-during-update

bug/1177 make field add/update check case insensitive and remove redundant caching
…-mcdev-upgrade-when-config-issues-are-found-but-executed-via-vsce-with-skipinteraction-on

Bug/1690 show info how to fix config issues found by VSCE
…access-to-mcc-integration-user-if-no-fields-can-be-retrieved-for-salesforce-object

task/1695 properly warn about potentially missing SF object access and how to fix it
…contact-issue-on-currently-running-activepublished-journeys-and-events

Bug/1692 dont flag common vs contact issue on currently running activepublished journeys and events
…ues-in-journeys-as-array

task/1680 list CC and BCC values on journey email activities and in triggeredSend as arrays
…vities-are-always-sorted-the-same-way-to-make-git-comparison-easier

Task/1674 ensure journey activities and entry-event fields are sorted to ease pull request reviews
JoernBerkefeld and others added 12 commits September 12, 2024 14:55
… about not being able to create certain folders
…led-error-due-to-previous-deployment

bug/1545 clean up auto-created folder-dir in deploy-dir to avoid errors…
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.2.9 to 15.2.10.
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.9...v15.2.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
…op/lint-staged-15.2.10

Bump lint-staged from 15.2.9 to 15.2.10
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.9.0 to 9.10.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.10.0/packages/js)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

Bump @eslint/js from 9.9.0 to 9.10.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.2 to 22.5.4.
- [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-minor
...

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

Bump @types/node from 22.4.2 to 22.5.4
Bumps [update-notifier](https://github.com/yeoman/update-notifier) from 7.2.0 to 7.3.1.
- [Release notes](https://github.com/yeoman/update-notifier/releases)
- [Commits](yeoman/update-notifier@v7.2.0...v7.3.1)

---
updated-dependencies:
- dependency-name: update-notifier
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…op/update-notifier-7.3.1

Bump update-notifier from 7.2.0 to 7.3.1
Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 10.1.8 to 10.2.2.
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@10.1.8...inquirer@10.2.2)

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

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

Bump inquirer from 10.1.8 to 10.2.2
@JoernBerkefeld JoernBerkefeld added this to the 7.4.1 milestone Sep 12, 2024
@JoernBerkefeld JoernBerkefeld self-assigned this Sep 12, 2024
Copy link

github-actions bot commented Sep 12, 2024

Coverage Report

Commit:62be453
Base: main@41a9454

Type Base This PR
Total Statements Coverage  69.83%  69.83%  (+0%)
Total Branches Coverage  68.71%  68.73%  (+0.02%)
Total Functions Coverage  81.55%  81.57%  (+0.02%)
Total Lines Coverage  69.83%  69.83%  (+0%)
Details (changed files):
File Statements Branches Functions Lines

@JoernBerkefeld JoernBerkefeld merged commit ba0fa69 into main Sep 12, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment