Skip to content

Bump the development-dependencies-minor group across 1 directory with 11 updates - #1380

Open
dependabot[bot] wants to merge 1 commit into
supporter_level_goalfrom
dependabot/npm_and_yarn/development-dependencies-minor-c5a850d1b0
Open

Bump the development-dependencies-minor group across 1 directory with 11 updates#1380
dependabot[bot] wants to merge 1 commit into
supporter_level_goalfrom
dependabot/npm_and_yarn/development-dependencies-minor-c5a850d1b0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 19, 2026

Copy link
Copy Markdown

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

Package From To
@types/google.maps 3.47.2 3.65.3
@types/lodash 4.14.108 4.17.24
@types/prop-types 15.5.5 15.7.15
bootstrap-sass 3.4.1 3.4.3
enzyme 3.8.0 3.11.0
@types/enzyme 3.1.10 3.10.19
enzyme-adapter-react-16 1.9.1 1.15.8
enzyme-to-json 3.3.3 3.6.2
jest-date-mock 1.0.8 1.0.10
ts-jest 29.3.3 29.4.12
webpack-sweet-entry 1.1.5 1.2.0

Updates @types/google.maps from 3.47.2 to 3.65.3

Commits

Updates @types/lodash from 4.14.108 to 4.17.24

Commits

Updates @types/prop-types from 15.5.5 to 15.7.15

Commits

Updates bootstrap-sass from 3.4.1 to 3.4.3

Changelog

Sourced from bootstrap-sass's changelog.

3.4.3 (non-ruby only)

  • Fix malformed math.div expressions. #1225

3.4.2 (non-ruby only)

  • Compatibility with Sass 1.33. #1221

3.4.0

  • Bootstrap rubygem now depends on SassC instead of Sass.
  • Compass no longer supported.

3.3.7

  • Allows jQuery 3.x in bower.json. #1048
  • Adds the style and sass fields to package.json. #1045
  • Adds Eyeglass support. #1007

3.3.6

  • Bumps Sass dependency to 3.3.4+ to avoid compatibility issues with @​at-root.
  • Bumps node-sass dependency to ~3.4.2 for Node.js v5 compatibility. #986
  • Fixes breadcrumb content issues on libsass. #919
  • Fixes a Rails 5 compatibility issue. #965

Framework version: Bootstrap v3.3.6

3.3.5

Fix for standalone Compass extension compatibility. #914

Framework version: Bootstrap v3.3.5

3.3.4

No Sass-specific changes.

Framework version: Bootstrap v3.3.4

3.3.3

This is a re-packaged release of 3.3.2.1 (v3.3.2+1).

Versions are now strictly semver. The PATCH version may be ahead of the upstream.

Framework version: Bootstrap v3.3.2.

3.3.2.1

... (truncated)

Commits

Updates enzyme from 3.8.0 to 3.11.0

Changelog

Sourced from enzyme's changelog.

3.11.0

New Stuff

  • render: handle Fiber strings and numbers (#2221)

Fixes

  • shallow: Share child context logic between shallow and dive (#2296)
  • mount: children: include text nodes ($2269)
  • mount: invoke: use adapter’s wrapInvoke if present (#2158)

Docs

  • mount/shallow: closest/parent: Add missing arguments description (#2264)
  • mount/shallow: fix pluralization of “exist” (#2262)
  • shallow/mount: simulate: added functional component example to simulate doc (#2248)
  • mount: debug: add missing verbose option flag (#2184)
  • mount/shallow: update: fix semantics description (#2194)
  • add missing backticks to linked method names (#2170)
  • invoke: Add missing backticks to end of codeblock (#2160)
  • invoke: Fix typo (#2167)
  • Explicit React CSS selector syntax description (#2178)

Meta Stuff

  • [meta] add funding field
  • [meta] Update airbnb.io URLs to use https (#2222)
  • [deps] update is-boolean-object, is-callable, is-number-object, is-string, enzyme-shallow-equal, array.prototype.flat, function.prototype.name, html-element-map, is-regex, object-inspect, object-is, object.entries, object.vales, raf, string.prototype.trim
  • [dev deps] update eslint, eslint-plugin-import, eslint-plugin-markdown, eslint-plugin-react, safe-publish-latest, eslint-config-airbnb, rimraf, safe-publish-latest, karma-firefox-launcher, babel-preset-airbnb, glob-gitignore, semver, eslint-plugin-jsx-a11y

3.10.0

New Stuff

  • shallow add suspenseFallback option; support Suspense/Lazy (#1975)
  • shallow/mount: add invoke(propName)(...args) (#1856, #945)
  • shallow: Support rendering and dive()ing createContext() providers and consumers (#1966)
  • mount/shallow: add getWrappingComponent (#1960)
  • Utils: add isCustomComponent (#1960)
  • Utils: add stub argument to spyMethod
  • EnzymeAdapter: add matchesElementType (#2146)
  • RSTTraversal: add getHTMLFromHostNodes

Fixes

  • selectors: unwrap memo elements - in both directions (#2146)
  • shallow: properly determine "should render" for PureComponents (#2096)
  • mount/shallow: renderProp: improve error messages (#2070)
  • mount: setContext: use proper wrapper name in error message
  • shallow: .contains(): clean up error message
  • shallow/mount: hasClass: avoid a crash with a non-string argument (#2057)
  • mount: properly handle HTML of multiple nodes (#2052)
  • shallow: ensure that if gDSFP exists, cDU is called. (#2027)
  • shallow: Mock sCU if gDSFP defined in shallow renderer rerender (#1981)
  • mount: .state(): allow getting state from stateful children of a stateless root (#2043)

... (truncated)

Commits
  • 88dae28 [enzyme] v3.11.0
  • d90c983 [enzyme] [deps] update is-boolean-object, is-callable, is-number-object...
  • 9ab3fa1 [enzyme,enzyme-adapter-react-16] [deps] update enzyme-shallow-equal
  • 696a272 [Fix] shallow: Share child context logic between shallow and dive
  • e57dbe8 [*] [meta] add funding field
  • 188b208 [enzyme] [deps] update array.prototype.flat, function.prototype.name, `ht...
  • 8e98572 [*] [dev deps] update eslint, eslint-plugin-import, `eslint-plugin-markdo...
  • 8e2d65c [Fix] mount: children: include text nodes
  • 9a6e078 [Docs] mount/shallow: fix pluralization of “exist”
  • a20de45 [*] [dev deps] update eslint, eslint-plugin-react
  • Additional commits viewable in compare view

Updates @types/enzyme from 3.1.10 to 3.10.19

Commits

Updates enzyme-adapter-react-16 from 1.9.1 to 1.15.8

Commits
  • 146467c [enzyme-adapter-react-16] v1.15.8
  • 795e52c [enzyme, enzyme-adapter-react-{14,16.1,16.2,16.3,16}] [deps] update `enzyme-s...
  • 9a59ec5 [*] [deps] update enzyme-adapter-utils
  • f2401cc [*] [refactor] use hasown instead of has
  • 9ddc423 [*] [deps] update in-range deps
  • f937614 [*] [dev deps] update everything in-range
  • 246d323 [*] [dev deps] update eslint-plugin-import, eslint-plugin-react
  • 9bb92eb [meta] run build/files steps in prepack, not prepublish
  • 25773d7 [enzyme-adapter-react-16] v1.15.7
  • 625b018 [*] [dev deps] update @babel/core
  • Additional commits viewable in compare view
Install script changes

This version modifies prepublish script that runs during installation. Review the package contents before updating.


Updates enzyme-to-json from 3.3.3 to 3.6.2

Release notes

Sourced from enzyme-to-json's releases.

v3.6.2

  • Merge pull request #181 from SiemvandenBerg/bump-lodash-vulnerability b309142
  • update yarn lock file 220e58f
  • bump lodash from 4.17.15 to 4.17.21 to fix vulnerabilities ffe1480
  • Merge pull request #177 from adriantoine/dependabot/npm_and_yarn/ini-1.3.7 4287bdd
  • Merge pull request #176 from adriantoine/dependabot/npm_and_yarn/handlebars-4.7.6 fe3a7e9
  • Merge pull request #175 from adriantoine/dependabot/npm_and_yarn/yargs-parser-13.1.2 cf81e75
  • Merge pull request #174 from adriantoine/dependabot/npm_and_yarn/codecov-3.7.1 5ad9733
  • Merge pull request #173 from adriantoine/dependabot/npm_and_yarn/node-fetch-2.6.1 8ba572d
  • Merge pull request #179 from adriantoine/dependabot/npm_and_yarn/y18n-4.0.1 705a935
  • Bump y18n from 4.0.0 to 4.0.1 7cfba07
  • Bump ini from 1.3.5 to 1.3.7 b23eb4c
  • Bump handlebars from 4.5.1 to 4.7.6 8ecb838
  • Bump yargs-parser from 13.1.1 to 13.1.2 1a280ce
  • Bump codecov from 3.6.1 to 3.7.1 f96b37e
  • Bump node-fetch from 2.6.0 to 2.6.1 54ce25e

adriantoine/enzyme-to-json@v3.6.1...v3.6.2

v3.6.1

  • Merge pull request #172 from chyzwar/fix-cherio-type b80ae29
  • fix(): fix cherio types following DT changes 63f4026

adriantoine/enzyme-to-json@v3.6.0...v3.6.1

v3.6.0

  • Merge pull request #171 from nathanmarks/add-memo-support 6d326a5
  • remove only 33a39f0
  • handle deep mounted memo components properly a149fb0
  • Merge pull request #170 from RamyaPayyavula/patch-2 a4f83d3
  • Update package.json 1ce6532

adriantoine/enzyme-to-json@v3.5.0...v3.6.0

v3.5.0

  • Merge pull request #167 from mmarcuccio/mount-deep-exclude-forward-ref 866547a
  • Exclude forward ref on deep mount 356c30c

adriantoine/enzyme-to-json@v3.4.4...v3.5.0

v3.4.4

  • ignoreDefaultProps should work for forwardRef components as well (#165) b3eb5c7
  • Dropping support for Node v4 and Node v5 (#163) d1f86ee

adriantoine/enzyme-to-json@v3.4.3...v3.4.4

v3.4.3

  • Merge pull request #153 from ayouidaniel/upgrade_lodash_security_fixes b68c527
  • upgrade loadsh with security fixes 73581d8

... (truncated)

Commits
  • 7d90cdf v3.6.2
  • b309142 Merge pull request #181 from SiemvandenBerg/bump-lodash-vulnerability
  • 220e58f update yarn lock file
  • ffe1480 bump lodash from 4.17.15 to 4.17.21 to fix vulnerabilities
  • 4287bdd Merge pull request #177 from adriantoine/dependabot/npm_and_yarn/ini-1.3.7
  • fe3a7e9 Merge pull request #176 from adriantoine/dependabot/npm_and_yarn/handlebars-4...
  • cf81e75 Merge pull request #175 from adriantoine/dependabot/npm_and_yarn/yargs-parser...
  • 5ad9733 Merge pull request #174 from adriantoine/dependabot/npm_and_yarn/codecov-3.7.1
  • 8ba572d Merge pull request #173 from adriantoine/dependabot/npm_and_yarn/node-fetch-2...
  • 705a935 Merge pull request #179 from adriantoine/dependabot/npm_and_yarn/y18n-4.0.1
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by vincentlanglet, a new releaser for enzyme-to-json since your current version.


Updates jest-date-mock from 1.0.8 to 1.0.10

Release notes

Sourced from jest-date-mock's releases.

v1.0.10

What's Changed

Full Changelog: hustcc/jest-date-mock@v1.0.9...v1.0.10

v1.0.9

What's Changed

New Contributors

Full Changelog: hustcc/jest-date-mock@v1.0.8...v1.0.9

Commits

Updates ts-jest from 29.3.3 to 29.4.12

Release notes

Sourced from ts-jest's releases.

v29.4.12

Please refer to CHANGELOG.md for details.

v29.4.11

Please refer to CHANGELOG.md for details.

v29.4.10

Please refer to CHANGELOG.md for details.

v29.4.9

Please refer to CHANGELOG.md for details.

v29.4.8

No release notes provided.

v29.4.7

Please refer to CHANGELOG.md for details.

v29.4.6

Please refer to CHANGELOG.md for details.

v29.4.5

Please refer to CHANGELOG.md for details.

v29.4.4

Please refer to CHANGELOG.md for details.

v29.4.3

Please refer to CHANGELOG.md for details.

v29.4.2

Please refer to CHANGELOG.md for details.

v29.4.1

Please refer to CHANGELOG.md for details.

v29.4.0

Please refer to CHANGELOG.md for details.

v29.3.4

Please refer to CHANGELOG.md for details.

Changelog

Sourced from ts-jest's changelog.

29.4.12 (2026-07-22)

Features

  • compiler: support TypeScript 7 projects through compatibility aliases (#5386)

29.4.11 (2026-05-21)

Bug Fixes

  • preserve Bundler on the CJS path under TypeScript >= 6 (3941818), closes #4198

29.4.10 (2026-05-18)

Bug Fixes

  • pass resolutionMode to ts.resolveModuleName for hybrid module support (b557a85)
  • rebuild Program when consecutive compiles need different module kinds (a82a2b3), closes #4774
  • respect tsconfig moduleResolution instead of forcing Node10 (1bffffc)
  • transformer: transpile mjs files from node_modules for CJS mode (96d025d)
  • transformer: use a consistent comparator in hoist-jest sortStatements (8a8fd2f)

29.4.9 (2026-04-01)

Bug Fixes

  • use correct registry for npm OIDC trusted publishing (f8a9cc9)

29.4.8 (2026-04-01)

Bug Fixes

  • wrong published assets

29.4.7 (2026-04-01)

... (truncated)

Commits
  • 3f05625 chore(release): 29.4.12
  • df28b27 docs: clarify TypeScript version prerequisites
  • c8a614a docs: mention TypeScript 7 setup in README
  • 06c79d4 fix: address TypeScript 7 review feedback
  • f107460 docs: explain TypeScript 7 compatibility setup
  • 3388227 test(e2e): add TypeScript compatibility matrix
  • 891dc73 fix(compiler): support TypeScript 7 compatibility aliases
  • eb135eb build(deps-dev): bump shell-quote from 1.8.4 to 1.10.0 in /examples
  • d5d80a3 ci: pin google osv scan action at v2.3.5
  • 6bf293f build(deps): bump shell-quote from 1.8.4 to 1.10.0 in /website
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for ts-jest since your current version.


Updates webpack-sweet-entry from 1.1.5 to 1.2.0

Release notes

Sourced from webpack-sweet-entry's releases.

1.2.0

  • Add support for multiple file extensions
  • 🎉 Update dependencies

1.1.12

  • 🎉 Update dependencies
  • Fix security vulnerabilities

1.1.11

  • 🎉 Update dependencies

1.1.10

  • 🎉 Update dependencies
    • Migrate to Babel@7.4 / core-js@3
  • Fix security vulnerabilities

1.1.9

  • Fix wrong dependencies

1.1.8

1.1.7

  • 🎉 Update dependencies
  • Fix security vulnerabilities

1.1.6

  • 🎉 Update dependencies
    • Migrate Babel to v7
Changelog

Sourced from webpack-sweet-entry's changelog.

v1.2.0 (2019-10-21)

Full Changelog

v1.1.12 (2019-09-02)

Full Changelog

Closed issues:

  • Is there a way to watch that the new entry point added by creating a new file in the sourcePath destination and have a new output file as a result in a buildPath folder without Webpack restarting manually? #2

v1.1.11 (2019-07-14)

Full Changelog

v1.1.10 (2019-06-07)

Full Changelog

v1.1.9 (2019-01-07)

Full Changelog

v1.1.8 (2019-01-01)

Full Changelog

v1.1.7 (2018-12-29)

Full Changelog

v1.1.6 (2018-09-27)

Full Changelog

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 19, 2026
@dependabot
dependabot Bot requested a review from wwahammy as a code owner July 19, 2026 00:38
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 19, 2026
@aliyahmoore

aliyahmoore commented Jul 19, 2026

Copy link
Copy Markdown

I looked into the CI failures and it looks like they happen during yarn install. I found that cheerio is being pulled in through enzyme, and the version being installed requires Node 20+, while CI is using Node 16. That seems to be what's causing the build to fail.

Possible next steps could be updating the project's Node version or handling the Enzyme update separately.

… 11 updates

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

| Package | From | To |
| --- | --- | --- |
| [@types/google.maps](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/google.maps) | `3.47.2` | `3.65.3` |
| [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.14.108` | `4.17.24` |
| [@types/prop-types](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prop-types) | `15.5.5` | `15.7.15` |
| [bootstrap-sass](https://github.com/twbs/bootstrap-sass) | `3.4.1` | `3.4.3` |
| [enzyme](https://github.com/airbnb/enzyme/tree/HEAD/packages/enzyme) | `3.8.0` | `3.11.0` |
| [@types/enzyme](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/enzyme) | `3.1.10` | `3.10.19` |
| [enzyme-adapter-react-16](https://github.com/enzymejs/enzyme/tree/HEAD/packages/enzyme-adapter-react-16) | `1.9.1` | `1.15.8` |
| [enzyme-to-json](https://github.com/adriantoine/enzyme-to-json) | `3.3.3` | `3.6.2` |
| [jest-date-mock](https://github.com/hustcc/jest-date-mock) | `1.0.8` | `1.0.10` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.3.3` | `29.4.12` |
| [webpack-sweet-entry](https://github.com/sectsect/webpack-sweet-entry) | `1.1.5` | `1.2.0` |



Updates `@types/google.maps` from 3.47.2 to 3.65.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/google.maps)

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

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

Updates `bootstrap-sass` from 3.4.1 to 3.4.3
- [Release notes](https://github.com/twbs/bootstrap-sass/releases)
- [Changelog](https://github.com/twbs/bootstrap-sass/blob/master/CHANGELOG.md)
- [Commits](twbs/bootstrap-sass@v3.4.1...v3.4.3)

Updates `enzyme` from 3.8.0 to 3.11.0
- [Changelog](https://github.com/enzymejs/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airbnb/enzyme/commits/enzyme@3.11.0/packages/enzyme)

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

Updates `enzyme-adapter-react-16` from 1.9.1 to 1.15.8
- [Changelog](https://github.com/enzymejs/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/enzymejs/enzyme/commits/enzyme-adapter-react-16@1.15.8/packages/enzyme-adapter-react-16)

Updates `enzyme-to-json` from 3.3.3 to 3.6.2
- [Release notes](https://github.com/adriantoine/enzyme-to-json/releases)
- [Changelog](https://github.com/adriantoine/enzyme-to-json/blob/master/CHANGELOG.md)
- [Commits](adriantoine/enzyme-to-json@v3.3.3...v3.6.2)

Updates `jest-date-mock` from 1.0.8 to 1.0.10
- [Release notes](https://github.com/hustcc/jest-date-mock/releases)
- [Commits](hustcc/jest-date-mock@v1.0.8...v1.0.10)

Updates `ts-jest` from 29.3.3 to 29.4.12
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.3.3...v29.4.12)

Updates `webpack-sweet-entry` from 1.1.5 to 1.2.0
- [Release notes](https://github.com/sectsect/webpack-sweet-entry/releases)
- [Changelog](https://github.com/sectsect/webpack-sweet-entry/blob/master/CHANGELOG.md)
- [Commits](sectsect/webpack-sweet-entry@v1.1.5...v1.2.0)

---
updated-dependencies:
- dependency-name: "@types/enzyme"
  dependency-version: 3.10.19
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies-minor
- dependency-name: "@types/google.maps"
  dependency-version: 3.65.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies-minor
- dependency-name: "@types/lodash"
  dependency-version: 4.17.24
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies-minor
- dependency-name: "@types/prop-types"
  dependency-version: 15.7.15
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies-minor
- dependency-name: bootstrap-sass
  dependency-version: 3.4.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies-minor
- dependency-name: enzyme
  dependency-version: 3.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies-minor
- dependency-name: enzyme-adapter-react-16
  dependency-version: 1.15.8
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies-minor
- dependency-name: enzyme-to-json
  dependency-version: 3.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies-minor
- dependency-name: jest-date-mock
  dependency-version: 1.0.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies-minor
- dependency-name: ts-jest
  dependency-version: 29.4.11
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies-minor
- dependency-name: webpack-sweet-entry
  dependency-version: 1.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump the development-dependencies-minor group with 11 updates Bump the development-dependencies-minor group across 1 directory with 11 updates Aug 1, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/development-dependencies-minor-c5a850d1b0 branch from b5eb72a to 0f02e49 Compare August 1, 2026 02:57
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.

1 participant