microsoft / MHA

Message Header Analyzer Add-in For Outlook
MIT License
282 stars 50 forks source link

Build(deps-dev): Bump the development-dependencies group across 1 directory with 8 updates #1207

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the development-dependencies group with 6 updates in the / directory:

Package From To
@types/office-js 1.0.403 1.0.405
@typescript-eslint/eslint-plugin 7.16.1 7.17.0
@typescript-eslint/parser 7.16.1 7.17.0
grunt-contrib-qunit 10.0.0 10.1.1
office-addin-debugging 5.1.3 5.1.4
typescript 5.5.3 5.5.4

Updates @types/office-js from 1.0.403 to 1.0.405

Commits


Updates @typescript-eslint/eslint-plugin from 7.16.1 to 7.17.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v7.17.0

7.17.0 (2024-07-22)

🚀 Features

  • eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7 (#9507)
  • eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never" (#9364)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] check top-level type assertions (and more) (#9043)
  • eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context (#9074)
  • eslint-plugin: [no-unnecessary-condition] false positive on optional private field (#9602)
  • typescript-estree: don't infer single-run when --fix is in proces.argv (#9577)
  • typescript-estree: disable single-run inference with extraFileExtensions (#9580)
  • website: expose ATA types to eslint instance (#9598)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

7.17.0 (2024-07-22)

🚀 Features

  • eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7

  • eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never"

🩹 Fixes

  • eslint-plugin: [no-floating-promises] check top-level type assertions (and more)

  • eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context

  • eslint-plugin: [no-unnecessary-condition] false positive on optional private field

❤️ Thank You

  • Armano
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • StyleShit

You can read about our versioning strategy and releases on our website.

Commits
  • 05c9cb8 chore(release): publish 7.17.0
  • f6c719f fix(eslint-plugin): [no-unnecessary-condition] false positive on optional pri...
  • 6647f7e chore: enable no-unreachable-loop (#9540)
  • 58be99f chore: enable prefer-object-spread (#9541)
  • 5d895b7 chore: enable @​typescript-eslint/no-unused-expressions (#9542)
  • d8c539d chore: enable no-useless-concat (#9550)
  • f043f30 fix(eslint-plugin): [strict-boolean-expressions] consider assertion function ...
  • 0108e9c chore: enable no-lonely-if (#9547)
  • 970f3f1 feat(eslint-plugin): [return-await] add option to report in error-handling sc...
  • dd965a4 feat(eslint-plugin): backport no-unsafe-function type, no-wrapper-object-type...
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 7.16.1 to 7.17.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v7.17.0

7.17.0 (2024-07-22)

🚀 Features

  • eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7 (#9507)
  • eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never" (#9364)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] check top-level type assertions (and more) (#9043)
  • eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context (#9074)
  • eslint-plugin: [no-unnecessary-condition] false positive on optional private field (#9602)
  • typescript-estree: don't infer single-run when --fix is in proces.argv (#9577)
  • typescript-estree: disable single-run inference with extraFileExtensions (#9580)
  • website: expose ATA types to eslint instance (#9598)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

7.17.0 (2024-07-22)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits


Updates grunt-contrib-qunit from 10.0.0 to 10.1.1

Changelog

Sourced from grunt-contrib-qunit's changelog.

v10.1.1: date: 2024-07-18 changes: - Fix formatting of non-string errors from QUnit.on('error') events. v10.1.0: date: 2024-07-18 changes: - Include errors from QUnit.on('error') in the output.

Commits
  • 5827a3e 10.1.1: Avoid formatting non-string errors as JSHandle@error
  • 2c58687 10.1.0
  • e473cd0 Include output from QUnit.on('error')
  • 82f4dbc Build: Pin Node 22.x to 22.4 to unbreak CI due to Node 22.5 regression
  • 8d84616 Bump ws and puppeteer (#208)
  • 61989ee Update package.repository to be a full URL, per npm-publish warning
  • See full diff in compare view


Updates office-addin-debugging from 5.1.3 to 5.1.4

Commits


Updates office-addin-dev-settings from 2.3.3 to 2.3.4

Commits


Updates office-addin-manifest from 1.13.3 to 1.13.4

Commits


Updates typescript from 5.5.3 to 5.5.4

Release notes

Sourced from typescript's releases.

TypeScript 5.5.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • c8a7d58 Bump version to 5.5.4 and LKG
  • c0ded04 🤖 Pick PR #58771 (Allow references to the global Symb...) into release-5.5 (#...
  • 5ba41e2 🤖 Pick PR #59208 (Write non-missing undefined on mapp...) into release-5.5 (#...
  • b075332 🤖 Pick PR #59337 (Allow declarationMap to be emitted ...) into release-5.5 (#...
  • 9dd6f91 Cherry-pick "Stop using latest Node in CI" to release-5.5 (#59348)
  • bf0ddaf 🤖 Pick PR #59070 (Delay the calculation of common sou...) into release-5.5 (#...
  • a44e2d9 🤖 Pick PR #59160 (Fixed crash on authored import type...) into release-5.5 (#...
  • f35206d 🤖 Pick PR #59325 (Don't skip markLinkedReferences on ...) into release-5.5 (#...
  • 1109550 Fix baselines on release-5.5 (#59330)
  • 8794318 🤖 Pick PR #59215 (Fix codefix crash on circular alias...) into release-5.5 (#...
  • Additional commits viewable in compare view


Dependabot 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 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 1 month ago

Superseded by #1210.