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

Bump the development-dependencies group across 1 directory with 13 updates #707

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 10, 2024

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

Package From To
@changesets/cli 2.27.1 2.27.5
@microsoft/api-extractor 7.43.2 7.47.0
@rollup/plugin-commonjs 25.0.7 26.0.1
eslint-plugin-promise 6.1.1 6.2.0
lint-staged 15.2.2 15.2.5
prettier 3.2.5 3.3.1
rollup 4.17.2 4.18.0
@testing-library/react 14.2.2 16.0.0
i18next-parser 8.13.0 9.0.0
jest-axe 8.0.0 9.0.0
msw 2.2.14 2.3.1
@playwright/test 1.44.0 1.44.1
@types/lodash 4.17.1 4.17.5

Updates @changesets/cli from 2.27.1 to 2.27.5

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.27.5

Patch Changes

  • #1370 5e9d33a Thanks @​Andarist! - Fixed a regression that caused changeset version to fail on packages having a dev dependency on a skipped package.

  • Updated dependencies [5e9d33a]:

    • @​changesets/get-dependents-graph@​2.1.0
    • @​changesets/assemble-release-plan@​6.0.2
    • @​changesets/config@​3.0.1
    • @​changesets/get-release-plan@​4.0.2
    • @​changesets/apply-release-plan@​7.0.3

@​changesets/cli@​2.27.4

Patch Changes

  • #1361 954a16a Thanks @​jakebailey! - Ensure that version/tag do not touch private packages with when versioning/tagging is turned off using versionPackages config

  • #1369 d729d8c Thanks @​Andarist! - changeset tag should now correctly skip tags that exist on the remote

  • Updated dependencies [954a16a]:

    • @​changesets/assemble-release-plan@​6.0.1
    • @​changesets/apply-release-plan@​7.0.2
    • @​changesets/get-release-plan@​4.0.1

@​changesets/cli@​2.27.3

Patch Changes

  • #1357 18c966a Thanks @​Andarist! - Fixed an issue with changeset status executed without since argument. It should now correctly use the configured base branch as the default value.

@​changesets/cli@​2.27.2

Patch Changes

  • #1354 69be7dc Thanks @​Andarist! - Fixed an issue with changeset status incorrectly returning an error status in two cases:

    • for changed ignored packages
    • for changed private packages when privatePackage.version was set to false
  • #1351 c6da182 Thanks @​TheHolyWaffle! - Fix an issue with not applying a custom .prettierrc configuration with prettier@>= 3.1.1

  • Updated dependencies [c6da182]:

    • @​changesets/apply-release-plan@​7.0.1
    • @​changesets/write@​0.3.1
Commits

Updates @microsoft/api-extractor from 7.43.2 to 7.47.0

Changelog

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

7.47.0

Mon, 03 Jun 2024 23:43:15 GMT

Minor changes

  • Add support for re-exporting modules using syntax such as export * as ns from './file' (GitHub #2780)

7.46.2

Thu, 30 May 2024 00:13:05 GMT

Patches

  • Include missing type modifiers on type-only exports.

7.46.1

Wed, 29 May 2024 02:03:50 GMT

Version update only

7.46.0

Wed, 29 May 2024 00:10:52 GMT

Minor changes

  • Bump TSDoc dependencies.

7.45.1

Tue, 28 May 2024 15:10:09 GMT

Version update only

7.45.0

Tue, 28 May 2024 00:09:47 GMT

Minor changes

  • Improve support for resolving the tsdoc-metadata.json to include the folder referenced by a types field in an "exports" field and an "typesVersions" field in addition to "types", "typings", and "tsdocMetadata" fields.

7.44.1

Sat, 25 May 2024 04:54:07 GMT

Version update only

7.44.0

Fri, 24 May 2024 00:15:08 GMT

Minor changes

  • Add support for "variants" of API reports which include or exclude items by release tag

... (truncated)

Commits
  • 5dd5607 Bump versions [skip ci]
  • 85444b4 Update changelogs [skip ci]
  • 40f3e2a Merge remote-tracking branch 'remotes/origin/main' into api-extractor-export-...
  • 660d44b Bump decoupled local dependencies.
  • 3c436e9 Bump versions [skip ci]
  • 7b72882 Update changelogs [skip ci]
  • 44b7912 Merge pull request #4747 from iclanton/stricter-types
  • 94de0a3 Include missing type export modifiers.
  • 5a185aa Turn on some stricter compiler options.
  • f210738 Bump cyclics.
  • Additional commits viewable in compare view

Updates @rollup/plugin-commonjs from 25.0.7 to 26.0.1

Changelog

Sourced from @​rollup/plugin-commonjs's changelog.

v26.0.1

2024-06-05

Bugfixes

  • fix: correct import of glob (04a15b5)

v26.0.0

2024-06-05

Breaking Changes

  • chore!: bump glob's version (#1695)

v25.0.8

2024-05-22

Bugfixes

  • fix: preserve the class body property keys even if they are special keywords (#1688)
Commits
  • 8550c4b chore(release): commonjs v26.0.1
  • 04a15b5 fix(commonjs): correct import of glob
  • b3149b0 chore(release): commonjs v26.0.0
  • 2447548 chore(commonjs)!: bump glob's version (#1695)
  • 8949965 chore(release): commonjs v25.0.8
  • 0bb872b fix(commonjs): preserve the class body property keys even if they are special...
  • dcd8da5 chore(repo): use @dot/versioner for releases (#1612)
  • See full diff in compare view

Updates eslint-plugin-promise from 6.1.1 to 6.2.0

Release notes

Sourced from eslint-plugin-promise's releases.

v6.2.0

6.2.0 (2024-05-27)

Bug Fixes

  • no-callback-in-promise: false positives when the exception is an argument (#446) (5e4546d)

Features

  • Resolve getAncestors and getScope calls in eslint v9 (#466) (c0c716b)
Commits
  • 5e4546d fix(no-callback-in-promise): false positives when the exception is an argumen...
  • c0c716b feat: Resolve getAncestors and getScope calls in eslint v9 (#466)
  • 7d33c30 chore: add pkg.funding (#468)
  • ce9ae7f chore(deps-dev): bump @​babel/traverse from 7.19.1 to 7.24.1 (#453)
  • 62af490 chore(deps): bump actions/checkout from 3 to 4 (#461)
  • 19b21b4 chore(deps): bump codecov/codecov-action from 3 to 4 (#459)
  • 8c74b9b chore(deps): bump actions/setup-node from 3 to 4 (#460)
  • bf75e4d chore(deps): bump cycjimmy/semantic-release-action from 3 to 4 (#462)
  • bbcfcbf chore: add tests for Node 20 (#440)
  • 0b50079 chore: remove styfle/cancel-workflow-action usage (#439)
  • Additional commits viewable in compare view

Updates lint-staged from 15.2.2 to 15.2.5

Release notes

Sourced from lint-staged's releases.

v15.2.5

Patch Changes

  • #1424 31a1f95 Thanks @​iiroj! - Allow approximately equivalent versions of direct dependencies by using the "~" character in the version ranges. This means a more recent patch version of a dependency is allowed if available.

  • #1423 91abea0 Thanks @​iiroj! - Improve error logging when failing to read or parse a configuration file

  • #1424 ee43f15 Thanks @​iiroj! - Upgrade micromatch@4.0.7

v15.2.4

Patch Changes

  • 4f4537a Thanks @​iiroj! - Fix release issue with previous version; update dependencies

v15.2.3

Patch Changes

Changelog

Sourced from lint-staged's changelog.

15.2.5

Patch Changes

  • #1424 31a1f95 Thanks @​iiroj! - Allow approximately equivalent versions of direct dependencies by using the "~" character in the version ranges. This means a more recent patch version of a dependency is allowed if available.

  • #1423 91abea0 Thanks @​iiroj! - Improve error logging when failing to read or parse a configuration file

  • #1424 ee43f15 Thanks @​iiroj! - Upgrade micromatch@4.0.7

15.2.4

Patch Changes

  • 4f4537a Thanks @​iiroj! - Fix release issue with previous version; update dependencies

15.2.3

Patch Changes

Commits
  • f7e4106 chore(changeset): release
  • fc75303 build(release): lower next version bump from minor to patch
  • 91abea0 fix: improve error logging when failing to parse config file (#1423)
  • 31a1f95 build(deps): allow approximately equivalent versions of direct dependencies
  • ee43f15 build(deps): upgrade micromatch@4.0.7
  • 8be6c8e chore(changeset): release (#1419)
  • 4f4537a build(husky): fix release issue with Husky
  • 95d096d chore(changeset): release (#1411)
  • 72483cb docs: fix typo (#1417)
  • 86fba6f build(deps): update dependencies (#1418)
  • Additional commits viewable in compare view

Updates prettier from 3.2.5 to 3.3.1

Release notes

Sourced from prettier's releases.

3.3.1

🔗 Changelog

3.3.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.3.1

diff

Preserve empty lines in front matter (#16347 by @​fisker)

<!-- Input -->
---
foo:
  - bar1


bar2


bar3



Markdown
<!-- Prettier 3.3.0 -->

foo:

bar1
bar2
bar3


Markdown
<!-- Prettier 3.3.1 -->
foo:


bar1


bar2


bar3



Markdown

Preserve explicit language in front matter (#16348 by @​fisker)

<!-- Input -->
---yaml
</tr></table> 

... (truncated)

Commits

Updates rollup from 4.17.2 to 4.18.0

Release notes

Sourced from rollup's releases.

v4.18.0

4.18.0

2024-05-22

Features

  • Resolve import.meta.filename and .dirname in transpiled plugins (#5520)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.18.0

2024-05-22

Features

  • Resolve import.meta.filename and .dirname in transpiled plugins (#5520)

Pull Requests

Commits
  • bb6f069 4.18.0
  • 13d8c99 docs: correct base32 to base36 in documentation (#5521)
  • cc993e7 Resolve import.meta.{filename,dirname} in files imported from config (#5520)
  • a25a779 Split up converter.rs into AST nodes (#5510)
  • a9cda18 chore(deps): lock file maintenance minor/patch updates (#5519)
  • 62c53c9 chore(deps): update dependency eslint-plugin-unicorn to v53 (#5518)
  • 3520da5 chore(deps): update dependency builtin-modules to v4 (#5512)
  • afdcc84 chore(deps): lock file maintenance minor/patch updates (#5514)
  • 00f0681 chore(deps): lock file maintenance (#5508)
  • 786566c chore(deps): lock file maintenance minor/patch updates (#5507)
  • Additional commits viewable in compare view

Updates @testing-library/react from 14.2.2 to 16.0.0

Release notes

Sourced from @​testing-library/react's releases.

v16.0.0

16.0.0 (2024-06-03)

Features

  • Move @testing-library/dom and @types/react-dom to peer dependencies (#1305) (a4744fa)

BREAKING CHANGES

  • @testing-library/dom was moved to a peer dependency and needs to be explicitly installed. This reduces the chance of having conflicting versions of @testing-library/dom installed that frequently caused bugs when used with @testing-library/user-event. We will also be able to allow new versions of @testing-library/dom being used without a SemVer major release of @testing-library/react by just widening the peer dependency. @types/react-dom needs to be installed if you're typechecking files using @testing-library/react.

v15.0.7

15.0.7 (2024-05-07)

Bug Fixes

  • Ensure act is not any when React.act is not declared (#1323) (c1f2957)

v15.0.6

15.0.6 (2024-05-01)

Bug Fixes

v15.0.5

15.0.5 (2024-04-26)

Bug Fixes

  • Stop restricting container option based on hydrate (#1313) (d143f46)

v15.0.4

15.0.4 (2024-04-23)

Bug Fixes

  • Ensure renderHook options extend options for render (#1308) (48282c2)

v15.0.3

... (truncated)

Commits
  • a4744fa feat: Move @testing-library/dom and @types/react-dom to peer dependencie...
  • c1f2957 fix: Ensure act is not any when React.act is not declared (#1323)
  • b6e59f7 fix: export new act when available (#1319)
  • f6a1677 chore: Adjust tests to workaround 18.3.0 bug (#1315)
  • d143f46 fix: Stop restricting container option based on hydrate (#1313)
  • 48282c2 fix: Ensure renderHook options extend options for render (#1308)
  • 067d0c6 fix: Don't raise TypeScript errors when hydating document (#1304)
  • c63b873 fix: Improve legacyRoot error message (#1301)
  • 1645d21 fix: Stop using nullish coalescing (#1299)
  • 787cb85 Release: 15.0.0 (#1295)
  • Additional commits viewable in compare view

Updates i18next-parser from 8.13.0 to 9.0.0

Changelog

Sourced from i18next-parser's changelog.

9.0.0

Commits

Updates jest-axe from 8.0.0 to 9.0.0

Release notes

Sourced from jest-axe's releases.

Release version 9.0.0

Changelog

Sourced from jest-axe's changelog.

9.0.0

Commits
  • b1882a3 Upgrade jest-axe to 4.9.1, Node.js minimum to 16
  • 8bf9e82 Add changelog for v9.0.0
  • 6ece247 Update jest-axe to version 4.9.1
  • 8cf92a9 Updated supported Node.js to minimum LTS version
  • See full diff in compare view

Updates msw from 2.2.14 to 2.3.1

Release notes

Sourced from msw's releases.

v2.3.1 (2024-06-01)

Bug Fixes

v2.3.0 (2024-05-08)

[!WARNING] This release changes how MSW treats unhandled exceptions in response resolvers. Previously, they were treated as request errors. Starting with this release, unhandled resolver exceptions will be coerced to 500 Unhandled Exception mocked error responses produced by the library. Please note that you must not intentionally throw errors in your resolvers. Please use Response.error() to mock request/network errors. Unhandled exceptions are considered unintended and will be treated as if they happen on the actual server.

Features

  • treat unhandled exceptions in handlers as 500 error responses (#2135) (519139924639a0135169210a0d9c5cd0a0d3e994) @​kettanaito
  • prioritize the node export when importing msw/node (#2134, transitively through @​mswjs/interceptors).
  • add a new unhandledException event (#2135, docs).
server.events.on('unhandledException', ({ request, error }) => {
  console.log('%s %s errored! See details below.', request.method, request.url)
  console.error(error)
})

Bug Fixes

  • Disposable: make the ".dispose()" method synchronous (#2144) (686d3d668f7b76cbf26f75c990fded5e4fd298da) @​kettanaito
Commits
  • bed402c chore(release): v2.3.1
  • e69bbd6 fix: preserve trailing optional path parameters (#2169)
  • 540e0ac docs: fix readme badges underline (#2152)
  • d97a528 docs(CONTRIBUTING): update test name and pnpm install link (#2149)
  • ec70ba9 test: add .use() replacement regression tests (#2145)
  • 7cf34c1 chore(release): v2.3.0
  • 686d3d6 fix(Disposable): make the ".dispose()" method synchronous (#2144)
  • 5191399 feat: treat unhandled exceptions in handlers as 500 error responses (#2135)
  • See full diff in compare view

Updates @playwright/test from 1.44.0 to 1.44.1

Release notes

Sourced from @​playwright/test's releases.

v1.44.1

Highlights

microsoft/playwright#30779 - [REGRESSION]: When using video: 'on' with VSCode extension the browser got closed microsoft/playwright#30755 - [REGRESSION]: Electron launch with spaces inside executablePath didn't work microsoft/playwright#30770 - [REGRESSION]: Mask elements outside of viewport when creating fullscreen screenshots didn't work microsoft/playwright#30858 - [REGRESSION]: ipv6 got shown instead of localhost in show-trace/show-report

Browser Versions

  • Chromium 125.0.6422.14
  • Mozilla Firefox 125.0.1
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 124
  • Microsoft Edge 124
Commits

Updates @types/lodash from 4.17.1 to 4.17.5

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@testing-library/react [>= 13.a, < 14]
@testing-library/react [>= 15.a, < 16]

You can trigger a rebase of this PR 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

…dates

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

| Package | From | To |
| --- | --- | --- |
| [@changesets/cli](https://github.com/changesets/changesets) | `2.27.1` | `2.27.5` |
| [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) | `7.43.2` | `7.47.0` |
| [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) | `25.0.7` | `26.0.1` |
| [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) | `6.1.1` | `6.2.0` |
| [lint-staged](https://github.com/okonet/lint-staged) | `15.2.2` | `15.2.5` |
| [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.3.1` |
| [rollup](https://github.com/rollup/rollup) | `4.17.2` | `4.18.0` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `14.2.2` | `16.0.0` |
| [i18next-parser](https://github.com/i18next/i18next-parser) | `8.13.0` | `9.0.0` |
| [jest-axe](https://github.com/nickcolley/jest-axe) | `8.0.0` | `9.0.0` |
| [msw](https://github.com/mswjs/msw) | `2.2.14` | `2.3.1` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.44.0` | `1.44.1` |
| [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.1` | `4.17.5` |



Updates `@changesets/cli` from 2.27.1 to 2.27.5
- [Release notes](https://github.com/changesets/changesets/releases)
- [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md)
- [Commits](https://github.com/changesets/changesets/compare/@changesets/cli@2.27.1...@changesets/cli@2.27.5)

Updates `@microsoft/api-extractor` from 7.43.2 to 7.47.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.47.0/apps/api-extractor)

Updates `@rollup/plugin-commonjs` from 25.0.7 to 26.0.1
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v26.0.1/packages/commonjs)

Updates `eslint-plugin-promise` from 6.1.1 to 6.2.0
- [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-promise@v6.1.1...v6.2.0)

Updates `lint-staged` from 15.2.2 to 15.2.5
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.2...v15.2.5)

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

Updates `rollup` from 4.17.2 to 4.18.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.17.2...v4.18.0)

Updates `@testing-library/react` from 14.2.2 to 16.0.0
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v14.2.2...v16.0.0)

Updates `i18next-parser` from 8.13.0 to 9.0.0
- [Release notes](https://github.com/i18next/i18next-parser/releases)
- [Changelog](https://github.com/i18next/i18next-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/i18next-parser/commits)

Updates `jest-axe` from 8.0.0 to 9.0.0
- [Release notes](https://github.com/nickcolley/jest-axe/releases)
- [Changelog](https://github.com/NickColley/jest-axe/blob/main/CHANGELOG.md)
- [Commits](NickColley/jest-axe@v8.0.0...v9.0.0)

Updates `msw` from 2.2.14 to 2.3.1
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.2.14...v2.3.1)

Updates `@playwright/test` from 1.44.0 to 1.44.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.44.0...v1.44.1)

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

---
updated-dependencies:
- dependency-name: "@changesets/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@microsoft/api-extractor"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: eslint-plugin-promise
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: i18next-parser
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: jest-axe
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: msw
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner June 10, 2024 06:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 10, 2024
Copy link

changeset-bot bot commented Jun 10, 2024

⚠️ No Changeset found

Latest commit: a5efc98

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@weeman1337 weeman1337 self-assigned this Jun 10, 2024
@weeman1337 weeman1337 self-requested a review June 10, 2024 06:32
Signed-off-by: Michael Weimann <michael.weimann@nordeck.net>
Signed-off-by: Michael Weimann <michael.weimann@nordeck.net>
Signed-off-by: Michael Weimann <michael.weimann@nordeck.net>
Signed-off-by: Michael Weimann <michael.weimann@nordeck.net>
Signed-off-by: Michael Weimann <michael.weimann@nordeck.net>
@weeman1337
Copy link
Contributor

Fixed and migrated dependencies. Example widget works ✔️

@weeman1337 weeman1337 merged commit 4a518e7 into main Jun 10, 2024
4 checks passed
@weeman1337 weeman1337 deleted the dependabot/npm_and_yarn/development-dependencies-72f176755e branch June 10, 2024 07:19
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant