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

[JS] bump: (deps-dev): Bump the development group across 1 directory with 5 updates #2337

Merged
merged 1 commit into from
Mar 3, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

#minor Bumps the development group with 5 updates in the /js directory:

Package From To
@microsoft/api-extractor 7.49.2 7.51.1
@types/lodash 4.17.15 4.17.16
@types/sinon 17.0.3 17.0.4
prettier 3.4.2 3.5.3
ts-mocha 10.0.0 10.1.0

Updates @microsoft/api-extractor from 7.49.2 to 7.51.1

Changelog

Sourced from @​microsoft/api-extractor's changelog.

7.51.1

Sat, 01 Mar 2025 05:00:09 GMT

Patches

  • Include triple-slash references marked with preserve="true" from files that only contain re-exports. There was a behavior change in TypeScript 5.5, where only triple-slash references that are explicitly marked with preserve="true" are emitted into declaration files. This change adds support for placing these references in files that only contain re-exports, like the API entrypoint file.

7.51.0

Thu, 27 Feb 2025 01:10:39 GMT

Minor changes

  • Add a docModel.releaseTagsToTrim property to api-extractor.json to specify which release tags should be trimmed when the doc model is produced.

7.50.1

Sat, 22 Feb 2025 01:11:11 GMT

Patches

  • Upgrade the bundled compiler engine to TypeScript 5.7.3

7.50.0

Wed, 12 Feb 2025 01:10:52 GMT

Minor changes

  • Update merge behavior for derived configurations to allow overriding array properties
Commits
  • b5544f7 Bump versions [skip ci]
  • 1f03a6b Update changelogs [skip ci]
  • 9a25abc [api-extractor] Fix an issue with preservation of triple-slash references. (#...
  • deb48bc Bump versions [skip ci]
  • ebee6d7 Update changelogs [skip ci]
  • 82e5859 [api-extractor] Add a docModel.releaseTagsToTrim property to api-extractor.js...
  • e02148a Bump @​types/node and @​types/webpack-env. (#5132)
  • 438525c Bump versions [skip ci]
  • 8168b18 Update changelogs [skip ci]
  • 3edaff4 Upgrade the bundled compiler engine to TypeScript 5.7.2 (#5121)
  • Additional commits viewable in compare view

Updates @types/lodash from 4.17.15 to 4.17.16

Commits

Updates @types/sinon from 17.0.3 to 17.0.4

Commits

Updates prettier from 3.4.2 to 3.5.3

Release notes

Sourced from prettier's releases.

3.5.3

🔗 Changelog

3.5.2

🔗 Changelog

3.5.1

🔗 Changelog

3.5.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.5.3

diff

Flow: Fix missing parentheses in ConditionalTypeAnnotation (#17196 by @​fisker)

// Input
type T<U> = 'a' | ('b' extends U ? 'c' : empty);
type T<U> = 'a' & ('b' extends U ? 'c' : empty);
// Prettier 3.5.2
type T<U> = "a" | "b" extends U ? "c" : empty;
type T<U> = "a" & "b" extends U ? "c" : empty;
// Prettier 3.5.3
type T<U> = "a" | ("b" extends U ? "c" : empty);
type T<U> = "a" & ("b" extends U ? "c" : empty);

3.5.2

diff

Remove module-sync condition (#17156 by @​fisker)

In Prettier 3.5.0, we added module-sync condition to package.json, so that require("prettier") can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove the module-sync condition, so require("prettier") will still use the CommonJS version, we'll revisit until require(ESM) feature is more stable.

3.5.1

diff

Fix CLI crash when cache for old version exists (#17100 by @​sosukesuzuki)

Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.

Support dockercompose and github-actions-workflow in VSCode (#17101 by @​remcohaszing)

Prettier now supports the dockercompose and github-actions-workflow languages in Visual Studio Code.

3.5.0

diff

🔗 Release Notes

Commits

Updates ts-mocha from 10.0.0 to 10.1.0

Release notes

Sourced from ts-mocha's releases.

v10.1.0

What's Changed

New Contributors

Full Changelog: piotrwitek/ts-mocha@v10.0.0...v10.1.0

Commits
  • f058eda 10.1.0
  • ab48664 feat: Add support for mocha 11 (#96)
  • f95d239 Rename ci.yml to ci.yaml
  • 53909e0 feat: add github action ci workflow (#85)
  • 150a696 non breaking code improvements and tsconfig cleanup
  • 7b074b2 fix: package.json & package-lock.json to reduce vulnerabilities (#72)
  • 77b4290 Updated comment to be more clear
  • See full diff 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…with 5 updates

Bumps the development group with 5 updates in the /js directory:

| Package | From | To |
| --- | --- | --- |
| [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) | `7.49.2` | `7.51.1` |
| [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.15` | `4.17.16` |
| [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) | `17.0.3` | `17.0.4` |
| [prettier](https://github.com/prettier/prettier) | `3.4.2` | `3.5.3` |
| [ts-mocha](https://github.com/piotrwitek/ts-mocha) | `10.0.0` | `10.1.0` |



Updates `@microsoft/api-extractor` from 7.49.2 to 7.51.1
- [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-extractor/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-extractor_v7.51.1/apps/api-extractor)

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

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

Updates `prettier` from 3.4.2 to 3.5.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.4.2...3.5.3)

Updates `ts-mocha` from 10.0.0 to 10.1.0
- [Release notes](https://github.com/piotrwitek/ts-mocha/releases)
- [Commits](piotrwitek/ts-mocha@v10.0.0...v10.1.0)

---
updated-dependencies:
- dependency-name: "@microsoft/api-extractor"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: "@types/sinon"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: ts-mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 3, 2025
@dependabot dependabot bot requested a review from aacebo as a code owner March 3, 2025 22:06
@dependabot dependabot bot added the JS Change/fix applies to JS. If all three, use the 'JS & dotnet & Python' label label Mar 3, 2025
@dependabot dependabot bot requested a review from a team March 3, 2025 22:06
@corinagum corinagum merged commit c43ab3b into main Mar 3, 2025
10 of 11 checks passed
@corinagum corinagum deleted the dependabot/npm_and_yarn/js/development-3f4a231e4b branch March 3, 2025 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file JS Change/fix applies to JS. If all three, use the 'JS & dotnet & Python' label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant