Skip to content

Bump the development-dependencies group with 11 updates #1301

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2024

Bumps the development-dependencies group with 11 updates:

Package From To
@microsoft/api-extractor 7.40.2 7.41.0
@microsoft/api-documenter 7.23.24 7.23.31
@stryker-mutator/core 8.2.3 8.2.6
@typescript-eslint/eslint-plugin 7.0.1 7.0.2
@typescript-eslint/parser 7.0.1 7.0.2
eslint 8.56.0 8.57.0
knip 5.0.1 5.0.2
mdn-data 2.4.0 2.4.1
puppeteer 22.1.0 22.2.0
open-props 1.6.18 1.6.19
@webref/css 6.11.2 6.12.0

Updates @microsoft/api-extractor from 7.40.2 to 7.41.0

Changelog

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

7.41.0

Sat, 24 Feb 2024 23:02:51 GMT

Minor changes

  • Replace const enums with conventional enums to allow for compatibility with JavaScript consumers.

7.40.6

Wed, 21 Feb 2024 21:45:28 GMT

Patches

  • Replace the dependency on the colors package with Colorize from @rushstack/terminal.

7.40.5

Wed, 21 Feb 2024 08:55:47 GMT

Patches

  • Fix an issue where imports were trimmed from external packages based when generating .d.ts rollups

7.40.4

Tue, 20 Feb 2024 21:45:10 GMT

Version update only

7.40.3

Mon, 19 Feb 2024 21:54:27 GMT

Version update only

Commits

Updates @microsoft/api-documenter from 7.23.24 to 7.23.31

Changelog

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

7.23.31

Sat, 24 Feb 2024 23:02:51 GMT

Version update only

7.23.30

Thu, 22 Feb 2024 01:36:09 GMT

Version update only

7.23.29

Wed, 21 Feb 2024 21:45:28 GMT

Patches

  • Replace the dependency on the colors package with Colorize from @rushstack/terminal.

7.23.28

Wed, 21 Feb 2024 08:55:47 GMT

Version update only

7.23.27

Tue, 20 Feb 2024 21:45:10 GMT

Version update only

7.23.26

Tue, 20 Feb 2024 16:10:52 GMT

Version update only

7.23.25

Mon, 19 Feb 2024 21:54:27 GMT

Version update only

Commits

Updates @stryker-mutator/core from 8.2.3 to 8.2.6

Release notes

Sourced from @​stryker-mutator/core's releases.

v8.2.6

8.2.6 (2024-02-25)

Bug Fixes

  • deps: update dependency commander to v12 (#4713) (76b1acd)
  • deps: update dependency npm-run-path to ~5.3.0 (#4752) (e440d3e)
  • instrumenter: support typescript constructors with code before super() (#4757) (bf85d37), closes #4744

v8.2.5

8.2.5 (2024-02-20)

Bug Fixes

  • instrumenter: don't place mutants inside delete expressions (#4742) (315087f)

v8.2.4

8.2.4 (2024-02-19)

Bug Fixes

  • deps: update dependency semver to ~7.6.0 (#4719) (ffe9aeb)
  • typescript-checker: support prerelease TypeScript versions (#4738) (40ace6e)
Changelog

Sourced from @​stryker-mutator/core's changelog.

8.2.6 (2024-02-25)

Bug Fixes

  • deps: update dependency commander to v12 (#4713) (76b1acd)
  • deps: update dependency npm-run-path to ~5.3.0 (#4752) (e440d3e)

8.2.5 (2024-02-20)

Note: Version bump only for package @​stryker-mutator/core

8.2.4 (2024-02-19)

Bug Fixes

  • deps: update dependency semver to ~7.6.0 (#4719) (ffe9aeb)
Commits

Updates @typescript-eslint/eslint-plugin from 7.0.1 to 7.0.2

Release notes

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

v7.0.2

7.0.2 (2024-02-19)

🩹 Fixes

  • fix tsconfig-less check errors, fix @types/eslint incompatibilities, add tests (#8460)
  • utils: use mergeable interface for settings property (#8485)

❤️ Thank You

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

Changelog

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

7.0.2 (2024-02-19)

🩹 Fixes

  • fix tsconfig-less check errors, fix @types/eslint incompatibilities, add tests

❤️ Thank You

  • Brad Zacher
  • Gareth Jones

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

Commits

Updates @typescript-eslint/parser from 7.0.1 to 7.0.2

Release notes

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

v7.0.2

7.0.2 (2024-02-19)

🩹 Fixes

  • fix tsconfig-less check errors, fix @types/eslint incompatibilities, add tests (#8460)
  • utils: use mergeable interface for settings property (#8485)

❤️ Thank You

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

Changelog

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

7.0.2 (2024-02-19)

🩹 Fixes

  • fix tsconfig-less check errors, fix @types/eslint incompatibilities, add tests

❤️ Thank You

  • Brad Zacher
  • Gareth Jones

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

Commits

Updates eslint from 8.56.0 to 8.57.0

Release notes

Sourced from eslint's releases.

v8.57.0

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#18056) (Milos Djermanovic)

Documentation

  • 84922d0 docs: Show prerelease version in dropdown (#18139) (Nicholas C. Zakas)
  • 5b8c363 docs: Switch to Ethical Ads (#18117) (Milos Djermanovic)
  • 77dbfd9 docs: show NEXT in version selectors (#18052) (Milos Djermanovic)

Chores

  • 1813aec chore: upgrade @​eslint/js@​8.57.0 (#18143) (Milos Djermanovic)
  • 5c356bb chore: package.json update for @​eslint/js release (Jenkins)
  • f4a1fe2 test: add more tests for ignoring files and directories (#18068) (Nitin Kumar)
  • 42c0aef ci: Enable CI for v8.x branch (#18047) (Milos Djermanovic)
Changelog

Sourced from eslint's changelog.

v8.57.0 - February 23, 2024

  • 1813aec chore: upgrade @​eslint/js@​8.57.0 (#18143) (Milos Djermanovic)
  • 5c356bb chore: package.json update for @​eslint/js release (Jenkins)
  • 84922d0 docs: Show prerelease version in dropdown (#18139) (Nicholas C. Zakas)
  • 1120b9b feat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas)
  • 5b8c363 docs: Switch to Ethical Ads (#18117) (Milos Djermanovic)
  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#18064) (Nitin Kumar)
  • f4a1fe2 test: add more tests for ignoring files and directories (#18068) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#18065) (Nitin Kumar)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#18066) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#18056) (Milos Djermanovic)
  • 77dbfd9 docs: show NEXT in version selectors (#18052) (Milos Djermanovic)
  • 42c0aef ci: Enable CI for v8.x branch (#18047) (Milos Djermanovic)

v9.0.0-beta.0 - February 9, 2024

  • e40d1d7 chore: upgrade @​eslint/js@​9.0.0-beta.0 (#18108) (Milos Djermanovic)
  • 9870f93 chore: package.json update for @​eslint/js release (Jenkins)
  • 2c62e79 chore: upgrade @​eslint/eslintrc@​3.0.1 (#18107) (Milos Djermanovic)
  • 81f0294 chore: upgrade espree@10.0.1 (#18106) (Milos Djermanovic)
  • 5e2b292 chore: upgrade eslint-visitor-keys@4.0.0 (#18105) (Milos Djermanovic)
  • 9163646 feat!: Rule Tester checks for missing placeholder data in the message (#18073) (fnx)
  • 53f0f47 feat: Add loadESLint() API method for v9 (#18097) (Nicholas C. Zakas)
  • f1c7e6f docs: Switch to Ethical Ads (#18090) (Strek)
  • 15c143f docs: JS Foundation -> OpenJS Foundation in PR template (#18092) (Nicholas C. Zakas)
  • c4d26fd fix: use-isnan doesn't report on SequenceExpressions (#18059) (StyleShit)
  • 6ea339e docs: add stricter rule test validations to v9 migration guide (#18085) (Milos Djermanovic)
  • ce838ad chore: replace dependency npm-run-all with npm-run-all2 ^5.0.0 (#18045) (renovate[bot])
  • 3c816f1 docs: use relative link from CLI to core concepts (#18083) (Milos Djermanovic)
  • 54df731 chore: update dependency markdownlint-cli to ^0.39.0 (#18084) (renovate[bot])
  • 9458735 docs: fix malformed eslint config comments in rule examples (#18078) (Francesco Trotta)
  • 07a1ada docs: link from --fix CLI doc to the relevant core concept (#18080) (Bryan Mishkin)
  • 8f06a60 chore: update dependency shelljs to ^0.8.5 (#18079) (Francesco Trotta)
  • b844324 docs: Update team responsibilities (#18048) (Nicholas C. Zakas)
  • aadfb60 docs: document languageOptions and other v9 changes for context (#18074) (fnx)
  • 3c4d51d feat!: default for enforceForClassMembers in no-useless-computed-key (#18054) (Francesco Trotta)
  • 47e60f8 feat!: Stricter rule test validations (#17654) (fnx)
  • 1a94589 feat!: no-unused-vars default caughtErrors to 'all' (#18043) (Josh Goldberg ✨)
  • 857e242 docs: tweak explanation for meta.docs rule properties (#18057) (Bryan Mishkin)
  • 10485e8 docs: recommend messageId over message for reporting rule violations (#18050) (Bryan Mishkin)
  • 98b5ab4 docs: Update README (GitHub Actions Bot)
  • 93ffe30 chore: update dependency file-entry-cache to v8 (#17903) (renovate[bot])
  • 505fbf4 docs: update no-restricted-imports rule (#18015) (Tanuj Kanti)
  • 2d11d46 feat: add suggestions to use-isnan in binary expressions (#17996) (StyleShit)
  • c25b4af docs: Update README (GitHub Actions Bot)

v9.0.0-alpha.2 - January 26, 2024

... (truncated)

Commits

Updates knip from 5.0.1 to 5.0.2

Release notes

Sourced from knip's releases.

Release 5.0.2

  • Update dependencies (f03b0779)
  • Return undefined if no manifest (shouldn't happen anyway) (7a815e28)
  • Fix config to entry file patterns in tailwind plugin (d5bb530d)
  • Fix knip --version command (#519) (1c989c9b)
  • fix truncated JSON output with JSON reporter (#512) (fabacabf)
Commits
  • 862be7b Release 5.0.2
  • f03b077 Update dependencies
  • 7a815e2 Return undefined if no manifest (shouldn't happen anyway)
  • d5bb530 Fix config to entry file patterns in tailwind plugin
  • 1c989c9 Fix knip --version command (#519)
  • fabacab fix truncated JSON output with JSON reporter (#512)
  • See full diff in compare view

Updates mdn-data from 2.4.0 to 2.4.1

Release notes

Sourced from mdn-data's releases.

v2.4.1

2.4.1 (2024-02-22)

Bug Fixes

  • css: replace value 'center' with '0% 0%' for mask-position inital value (#714) (2987ea9)
Changelog

Sourced from mdn-data's changelog.

2.4.1 (2024-02-22)

Bug Fixes

  • css: replace value 'center' with '0% 0%' for mask-position inital value (#714) (2987ea9)
Commits
  • 14ee480 chore(main): release 2.4.1 (#715)
  • 2987ea9 fix(css): replace value 'center' with '0% 0%' for mask-position inital value ...
  • See full diff in compare view

Updates puppeteer from 22.1.0 to 22.2.0

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v22.2.0

22.2.0 (2024-02-21)

Features

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.0.1 to 2.1.0

puppeteer: v22.2.0

22.2.0 (2024-02-21)

Features

  • support local aliases when launching a browser (#11947) (561e4cd)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 22.1.0 to 22.2.0
      • @​puppeteer/browsers bumped from 2.0.1 to 2.1.0
Commits

Updates open-props from 1.6.18 to 1.6.19

Commits

Updates @webref/css from 6.11.2 to 6.12.0

Commits
  • e869cbc Publish curated data from f7f0994ea2015defc4ee7bf0342f71587825559d
  • df68615 Publish curated data from e402813024071a13768a07de038b2f54c9bb6495
  • 71d2095 Publish curated data from bb51cf7841d9a746c124cdee831e6d9a7e56dc56
  • 45b854e Publish curated data from 2f8e15ea7adc710cf7fd83b7dc0edfa6161b1741
  • b257b59 Publish curated data from 89267ff0c3151a7fc0f43ab65b96e030d58f4c12
  • 9a48cea Publish curated data from 3d486d9cebc698359bf38d3e7bf79e237e4962f8
  • 9c9d180 Publish curated data from 4add758969f5ddefd101c420546db0b070fe01db
  • 6287e29 Publish curated data from 4daa71b02a2c2d45d1a60c4576e5dc05eda58b56
  • 1093519 Publish curated data from c81318c511a345a859b0f4425c6583936e6241f8
  • f11d308 Publish curated data from 29b20d586d2ac5b52babc86760eca18777ed5db4
  • 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 <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

Bumps the development-dependencies group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) | `7.40.2` | `7.41.0` |
| [@microsoft/api-documenter](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-documenter) | `7.23.24` | `7.23.31` |
| [@stryker-mutator/core](https://github.com/stryker-mutator/stryker-js/tree/HEAD/packages/core) | `8.2.3` | `8.2.6` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.0.1` | `7.0.2` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.0.1` | `7.0.2` |
| [eslint](https://github.com/eslint/eslint) | `8.56.0` | `8.57.0` |
| [knip](https://github.com/webpro/knip/tree/HEAD/packages/knip) | `5.0.1` | `5.0.2` |
| [mdn-data](https://github.com/mdn/data) | `2.4.0` | `2.4.1` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `22.1.0` | `22.2.0` |
| [open-props](https://github.com/argyleink/open-props) | `1.6.18` | `1.6.19` |
| [@webref/css](https://github.com/w3c/webref) | `6.11.2` | `6.12.0` |


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

Updates `@microsoft/api-documenter` from 7.23.24 to 7.23.31
- [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-documenter/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-documenter_v7.23.31/apps/api-documenter)

Updates `@stryker-mutator/core` from 8.2.3 to 8.2.6
- [Release notes](https://github.com/stryker-mutator/stryker-js/releases)
- [Changelog](https://github.com/stryker-mutator/stryker-js/blob/master/packages/core/CHANGELOG.md)
- [Commits](https://github.com/stryker-mutator/stryker-js/commits/v8.2.6/packages/core)

Updates `@typescript-eslint/eslint-plugin` from 7.0.1 to 7.0.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.0.2/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.0.1 to 7.0.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.0.2/packages/parser)

Updates `eslint` from 8.56.0 to 8.57.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.56.0...v8.57.0)

Updates `knip` from 5.0.1 to 5.0.2
- [Release notes](https://github.com/webpro/knip/releases)
- [Commits](https://github.com/webpro/knip/commits/5.0.2/packages/knip)

Updates `mdn-data` from 2.4.0 to 2.4.1
- [Release notes](https://github.com/mdn/data/releases)
- [Changelog](https://github.com/mdn/data/blob/main/CHANGELOG.md)
- [Commits](mdn/data@v2.4.0...v2.4.1)

Updates `puppeteer` from 22.1.0 to 22.2.0
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](puppeteer/puppeteer@puppeteer-v22.1.0...puppeteer-v22.2.0)

Updates `open-props` from 1.6.18 to 1.6.19
- [Release notes](https://github.com/argyleink/open-props/releases)
- [Commits](https://github.com/argyleink/open-props/commits)

Updates `@webref/css` from 6.11.2 to 6.12.0
- [Commits](https://github.com/w3c/webref/compare/@webref/css@6.11.2...@webref/css@6.12.0)

---
updated-dependencies:
- dependency-name: "@microsoft/api-extractor"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@microsoft/api-documenter"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@stryker-mutator/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: knip
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: mdn-data
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: open-props
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@webref/css"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant