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.0.4 release #1415

Merged
merged 54 commits into from
Jul 8, 2024
Merged

7.0.4 release #1415

merged 54 commits into from
Jul 8, 2024

Conversation

JoernBerkefeld
Copy link
Contributor

@JoernBerkefeld JoernBerkefeld commented Jul 4, 2024

Release details

Checklist

Before merge

  • Wiki updated with info in ticket listed under Documentation
  • ran npm audit fix
  • ran npm run lint-ts
  • ran npm run lint:fix
  • ran npm run version:major/minor/patch
  • updated bug template to include the new version
  • updated .mcdevrc for tests to the new version

After merge

  • merged all dependabot PRs to main branch
  • moved version tag to merge commit & pushed to remote
  • closed GitHub milestone
  • created new GitHub Release

Documentation

#1414 (comment)

#1417 (comment)

Issues

@JoernBerkefeld JoernBerkefeld added this to the 7.0.4 milestone Jul 4, 2024
@JoernBerkefeld JoernBerkefeld self-assigned this Jul 4, 2024
Copy link

github-actions bot commented Jul 4, 2024

Coverage Report

Commit:ecb6f24
Base: main@b9bab38

Type Base This PR
Total Statements Coverage  68.58%  69.2%  (+0.62%)
Total Branches Coverage  67.8%  67.71%  (-0.09%)
Total Functions Coverage  79.49%  80.85%  (+1.36%)
Total Lines Coverage  68.58%  69.2%  (+0.62%)
Details (changed files):
File Statements Branches Functions Lines

…s-first-metadata-entry

Bug/1411 delete only processes first metadata entry
@JoernBerkefeld JoernBerkefeld added bug Something isn't working github-action labels Jul 4, 2024
JoernBerkefeld and others added 20 commits July 5, 2024 17:25
Bumps [globals](https://github.com/sindresorhus/globals) from 15.6.0 to 15.8.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.6.0...v15.8.0)

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

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

Bump globals from 15.6.0 to 15.8.0
Bumps [mocha](https://github.com/mochajs/mocha) and [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha). These dependencies needed to be updated together.

Updates `mocha` from 10.4.0 to 10.6.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.4.0...v10.6.0)

Updates `@types/mocha` from 10.0.6 to 10.0.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha)

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

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

Bump mocha and @types/mocha
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 48.2.7 to 48.5.2.
- [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@v48.2.7...v48.5.2)

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

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

Bump eslint-plugin-jsdoc from 48.2.7 to 48.5.2
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 53.0.0 to 54.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](sindresorhus/eslint-plugin-unicorn@v53.0.0...v54.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

Bump eslint-plugin-unicorn from 53.0.0 to 54.0.0
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.5...v5.5.3)

---
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.5.3

Bump typescript from 5.4.5 to 5.5.3
@JoernBerkefeld JoernBerkefeld added the contributor improvements for contributing to mcdev label Jul 8, 2024
JoernBerkefeld and others added 8 commits July 8, 2024 13:34
…s-if-dekey-is-set-alongside-schema

Bug/1406 creating events fails if dekey is set alongside schema
…e-for-utilfilejs

task/1352: fix typings for File module / fs-extra + ts-lint fixes
…y-id-saves-wrong-filename-when-metadata-is-used

bug/1397: retrieving journey with %23 handled more gracefully
@JoernBerkefeld JoernBerkefeld merged commit 182011d into main Jul 8, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment