Skip to content

chore(deps): bump the other-major group across 1 directory with 4 updates - #96

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/other-major-7569e1a58f
Open

chore(deps): bump the other-major group across 1 directory with 4 updates#96
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/other-major-7569e1a58f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps the other-major group with 4 updates in the / directory: @ng-catbee/monaco-editor, @testing-library/jest-dom, jsdom and typescript.

Updates @ng-catbee/monaco-editor from 21.0.3 to 22.0.0

Release notes

Sourced from @​ng-catbee/monaco-editor's releases.

cookie@v22.0.0

Full Changelog: https://github.com/catbee-technologies/ng-catbee/compare/cookie@v21.0.3...cookie@v22.0.0

indexed-db@v22.0.0

Full Changelog: https://github.com/catbee-technologies/ng-catbee/compare/indexed-db@v21.0.3...indexed-db@v22.0.0

jwt@v22.0.0

Full Changelog: https://github.com/catbee-technologies/ng-catbee/compare/jwt@v21.0.3...jwt@v22.0.0

loader@v22.0.0

Full Changelog: https://github.com/catbee-technologies/ng-catbee/compare/loader@v21.0.4...loader@v22.0.0

monaco-editor@v22.0.0

Full Changelog: https://github.com/catbee-technologies/ng-catbee/compare/monaco-editor@v21.0.3...monaco-editor@v22.0.0

storage@v22.0.0

Full Changelog: https://github.com/catbee-technologies/ng-catbee/compare/storage@v21.0.3...storage@v22.0.0

Commits
  • 429599d release(major): multiple packages
  • 6d46c0f chore: cleanup package-lock.json
  • d061199 chore(ci): refactor node build workflow to include matrix
  • 1a013e2 chore(deps): update dependencies to latest version
  • e4c29c9 chore(deps): update angular to v22
  • 1ae1f2d chore(docs): update documentation links to remove trailing slashes
  • See full diff in compare view

Updates @testing-library/jest-dom from 6.9.1 to 7.0.0

Release notes

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

v7.0.0

7.0.0 (2026-07-20)

Features

  • add toContainAnyBy* and toContainOneBy* query matchers (1e39089)

BREAKING CHANGES

  • @​testing-library/dom is now a required peer dependency. The minimum supported Node.js version is now 22.

Repaired release for testing-library/jest-dom#731

v6.10.0

6.10.0 (2026-07-20)

Features

  • add toContainAnyBy* and toContainOneBy* query matchers (#731) (cae44df)
Commits
  • 1e39089 feat: add toContainAnyBy* and toContainOneBy* query matchers
  • cae44df feat: add toContainAnyBy* and toContainOneBy* query matchers (#731)
  • 55c07ce ci: switch release to npm trusted publishing (#726)
  • 213256f docs: move toHaveSelection from the deprecated section (#717)
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​testing-library/jest-dom since your current version.


Updates jsdom from 29.1.1 to 30.0.1

Release notes

Sourced from jsdom's releases.

v30.0.1

  • Fixed getComputedStyle() with calc() and other functions throwing an exception, which regressed in v30.0.0. (@​asamuzaK)
  • Sped up up range operations on large documents (@​leonidaz)

v30.0.0

Breaking changes:

  • Node.js minimum version raised to ^22.22.2 || ^24.15.0 || >=26.0.0.

Other changes:

  • Added CSS.escape() and CSS.supports() functions. (@​asamuzaK)
  • Added 'background-position-x' and 'background-position-y' CSS properties. (@​olagokemills)
  • Fixed getComputedStyle() to convert length values into pixels. (@​asamuzaK)
  • Fixed CSS function serialization, e.g., in the return value of getPropertyValue(). (@​asamuzaK)
  • Fixed the type of error thrown by document.evaluate() (@​dokson)
Commits
  • 6584485 30.0.1
  • 0c51df6 Update dependencies and dev dependencies
  • 32adb34 Bump @​asamuzakjp/dom-selector
  • 70f014a Speed up range operations on large documents
  • 250d7ee Partially fix getComputedStyle with calc()
  • 20a01fc 30.0.0
  • 8c8e583 Precompute WPT expectation matches
  • f32245c Bump Node.js floor and dependencies
  • 03ef23b Add background-position longhands
  • ded056f Test CSS.escape() with numeric IDs
  • Additional commits viewable in compare view

Updates typescript from 6.0.3 to 7.0.2

Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 10, 2026
@dependabot dependabot Bot changed the title chore(deps): bump the other-major group with 4 updates chore(deps): bump the other-major group across 1 directory with 4 updates Aug 10, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/other-major-7569e1a58f branch from bb1d12d to c78b4c9 Compare August 10, 2026 05:35
…ates

Bumps the other-major group with 4 updates in the / directory: [@ng-catbee/monaco-editor](https://github.com/catbee-technologies/ng-catbee), [@testing-library/jest-dom](https://github.com/testing-library/jest-dom), [jsdom](https://github.com/jsdom/jsdom) and [typescript](https://github.com/microsoft/TypeScript).


Updates `@ng-catbee/monaco-editor` from 21.0.3 to 22.0.0
- [Release notes](https://github.com/catbee-technologies/ng-catbee/releases)
- [Commits](https://github.com/catbee-technologies/ng-catbee/compare/jwt@v21.0.3...jwt@v22.0.0)

Updates `@testing-library/jest-dom` from 6.9.1 to 7.0.0
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.9.1...v7.0.0)

Updates `jsdom` from 29.1.1 to 30.0.1
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Commits](jsdom/jsdom@v29.1.1...v30.0.1)

Updates `typescript` from 6.0.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: "@ng-catbee/monaco-editor"
  dependency-version: 22.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other-major
- dependency-name: "@testing-library/jest-dom"
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other-major
- dependency-name: jsdom
  dependency-version: 30.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other-major
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/other-major-7569e1a58f branch from c78b4c9 to cd9724d Compare August 10, 2026 05:47
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.

0 participants