Skip to content

Bump the major group across 1 directory with 44 updates#542

Open
dependabot[bot] wants to merge 1 commit intodevelopmentfrom
dependabot/npm_and_yarn/development/major-c7f7176812
Open

Bump the major group across 1 directory with 44 updates#542
dependabot[bot] wants to merge 1 commit intodevelopmentfrom
dependabot/npm_and_yarn/development/major-c7f7176812

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps the major group with 44 updates in the / directory:

Package From To
@azure/storage-blob 10.5.0 12.29.1
@koa/cors 2.2.3 5.0.0
@turf/turf 6.5.0 7.2.0
bullmq 1.91.1 5.62.0
clean-webpack-plugin 0.1.19 4.0.0
dotenv 8.6.0 17.2.3
dotenv-webpack 1.8.0 8.1.1
fs-extra 9.0.0 11.3.2
graphql 0.11.7 16.11.0
html-webpack-plugin 4.5.2 5.6.4
knex 2.5.1 3.1.0
koa 2.16.3 3.1.1
koa-body 6.0.1 7.0.0
koa-router 7.4.0 14.0.0
koa-session 6.0.0 7.0.2
node-fetch 2.6.6 3.3.2
p-map 1.2.0 7.0.3
pdf-merger-js 3.4.0 5.1.2
puppeteer 13.7.0 24.26.1
raw-loader 0.5.1 4.0.2
react 18.2.0 19.2.0
react-apollo 2.5.8 3.1.5
react-dom 18.2.0 19.2.0
segseg 0.2.2 1.0.0
serve 13.0.2 14.2.5
style-loader 2.0.0 4.0.0
uuid 3.4.0 13.0.0
viewport-mercator-project 4.1.1 7.0.4
webpack 4.47.0 5.102.1
webpack-merge 4.2.2 6.0.1
babel-eslint 9.0.0 10.1.0
babel-loader 8.4.1 10.0.0
cross-env 5.2.1 10.1.0
css-loader 0.28.11 7.1.2
eslint 5.16.0 9.38.0
eslint-config-airbnb 17.1.1 19.0.4
eslint-config-prettier 3.6.0 10.1.8
eslint-loader 2.2.1 4.0.2
eslint-plugin-prettier 3.4.1 5.5.4
husky 8.0.3 9.1.7
lint-staged 13.3.0 16.2.6
prettier 1.19.1 3.6.2
webpack-cli 3.3.12 6.0.1
webpack-serve 1.0.4 4.0.0

Updates @azure/storage-blob from 10.5.0 to 12.29.1

Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for @​azure/storage-blob since your current version.


Updates @koa/cors from 2.2.3 to 5.0.0

Changelog

Sourced from @​koa/cors's changelog.

5.0.0 / 2023-12-11

others

4.0.0 / 2022-10-08

fixes

others

3.4.3 / 2022-10-08

others

3.4.2 / 2022-10-06

fixes

3.4.1 / 2022-08-19

fixes

3.4.0 / 2022-08-19

others

3.3.0 / 2022-03-29

features

others

... (truncated)

Commits

Updates @turf/turf from 6.5.0 to 7.2.0

Release notes

Sourced from @​turf/turf's releases.

v7.2.0

What's Changed

Fixes to regressions and significant pain points:

Bug fixes and new functionality:

Housekeeping and behind the scenes changes:

New Contributors

Full Changelog: Turfjs/turf@v7.1.0...v7.2.0

v7.1.0

What's Changed

... (truncated)

Changelog

Sourced from @​turf/turf's changelog.

Changelog is no longer maintained. See Turf Github releases

7.0.0

⚠️ Breaking

🏅 New Features/Enhancements

🐛 Bug Fixes

... (truncated)

Commits
  • 7b0f037 v7.2.0
  • a8cbea3 Revamped content and layout of project docs (README, CONTRIBUTING, etc) (#2770)
  • d1a2c58 Reverted self intersection behavior of boolean-intersect. update tests (#2773)
  • 5a9d40d Reverted self intersection behavior for boolean-disjoint (#2772)
  • 3bbd759 Replaced polygon-clipping with polyclip-ts (#2729)
  • 8f5c407 Added bbox parameter to @​turf/interpolate (#2768)
  • bf588dd Added special cases to booleanPointOnLine for zero length lines
  • 9dc7a50 Updated README.md correcting typo in previous commit
  • 304b76b Updated README.md to clarify GeoJSON types need to be installed separately
  • e7a28da Revert self intersection behavior: line-intersect (#2742)
  • Additional commits viewable in compare view

Updates bullmq from 1.91.1 to 5.62.0

Release notes

Sourced from bullmq's releases.

v5.62.0

5.62.0 (2025-10-28)

Features

  • queue: support getGlobalRateLimit method (#3511) (6a31e0a)

v5.61.2

5.61.2 (2025-10-23)

Bug Fixes

  • worker: only emit error when moveToActive failed (0aa7cc5)
  • queue: emit removed event when calling remove method (#3492) fixes #2668 (7a3f2fa1)
  • worker: emit error once when failure happens in moveToFinished (#3498) (4b4bd97e)

v5.61.0

5.61.0 (2025-10-06)

Features

Bug Fixes

  • worker: do not retry processor when connection errors happen (#3482) (f1573b3)

v5.60.0

5.60.0 (2025-10-03)

Features

v5.59.0

5.59.0 (2025-09-29)

Features

Performance Improvements

... (truncated)

Commits
  • 6a31e0a feat(queue): support getGlobalRateLimit method (#3511)
  • a0fe4fc refactor(scripts): pass waiting-children as key in addParentJob (#3512)
  • 5451bcb docs(changelog): update docs on v5.61.2 (#3515)
  • 039af1e chore(release): 5.61.2 (#3514)
  • bcbc798 chore: improve readability
  • 58e548e docs: better comment
  • 763791f test: add test case
  • 0aa7cc5 fix(worker): only emit error when moveToActive failed
  • 2375f25 ci(semantic-release): remove conventional-changelog-conventionalcommits in fa...
  • 02a42c9 ci: fix semantic release to use OIDC (#3507)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for bullmq since your current version.


Updates clean-webpack-plugin from 0.1.19 to 4.0.0

Release notes

Sourced from clean-webpack-plugin's releases.

v4.0.0

Changes

  • Added support for NodeJS 14
  • Added support for webpack 5

Breaking changes:

  • Dropped support for NodeJS 8
  • Dropped support for webpack 3

v3.0.0

  • Removed Node 6 support
  • Removed webpack 2 support
  • cleanOnceBeforeBuildPatterns use emit hook instead of compile
  • Do not clean files if webpack errors are present during initial build
  • Replaced default export with named export CleanWebpackPlugin
// es modules
import { CleanWebpackPlugin } from 'clean-webpack-plugin';
// common js
const { CleanWebpackPlugin } = require('clean-webpack-plugin');

v2.0.2

No release notes provided.

v2.0.1

No release notes provided.

v2.0.0

Relavant:

Changes:

  • No configuration is needed for standard usage (cleans webpack's output.path)
  • By default during webpack's watch mode, only files created by webpack are removed
  • Because del is used, globbing is supported
  • Plugin is tested directly via webpack
  • All supported versions are tested
  • Windows is tested via appveyor (no mocked tests)
  • Complete build system including prepublish hooks and git prepush/commit hooks
  • Written with Typescript

Additional notes:

Closes Issues: #53 #55 #67 #73 #80 #85 #86 #89 #91 #92 #93 #98 Closes PRs: #39 #74

... (truncated)

Commits

Updates dotenv from 8.6.0 to 17.2.3

Changelog

Sourced from dotenv's changelog.

17.2.3 (2025-09-29)

Changed

  • Fixed typescript error definition (#912)

17.2.2 (2025-09-02)

Added

  • 🙏 A big thank you to new sponsor Tuple.app - the premier screen sharing app for developers on macOS and Windows. Go check them out. It's wonderful and generous of them to give back to open source by sponsoring dotenv. Give them some love back.

17.2.1 (2025-07-24)

Changed

  • Fix clickable tip links by removing parentheses (#897)

17.2.0 (2025-07-09)

Added

  • Optionally specify DOTENV_CONFIG_QUIET=true in your environment or .env file to quiet the runtime log (#889)
  • Just like dotenv any DOTENV_CONFIG_ environment variables take precedence over any code set options like ({quiet: false})
# .env
DOTENV_CONFIG_QUIET=true
HELLO="World"
// index.js
require('dotenv').config()
console.log(`Hello ${process.env.HELLO}`)
$ node index.js
Hello World
or
$ DOTENV_CONFIG_QUIET=true node index.js

17.1.0 (2025-07-07)

Added

  • Add additional security and configuration tips to the runtime log (#884)
  • Dim the tips text from the main injection information text

... (truncated)

Commits

Updates dotenv-webpack from 1.8.0 to 8.1.1

Release notes

Sourced from dotenv-webpack's releases.

v8.1.1

8.1.1 (2025-06-26)

Bug Fixes

v8.1.0

8.1.0 (2024-03-22)

Features

  • compatible with rspack (f32653e)
  • Merge pull request #501 from ahabhgk/compat-rspack (c6ebc71)

v8.0.1

8.0.1 (2022-08-15)

Bug Fixes

v8.0.0

8.0.0 (2022-07-08)

Bug Fixes

BREAKING CHANGES

  • The path, defaults and safe props all look at the path by default. Please be advised.

v7.1.1

7.1.1 (2022-06-27)

Bug Fixes

v7.1.0

7.1.0 (2022-01-27)

... (truncated)

Commits

Updates fs-extra from 9.0.0 to 11.3.2

Changelog

Sourced from fs-extra's changelog.

11.3.2 / 2025-09-15

  • Fix spurrious UnhandledPromiseRejectionWarning that could occur when calling .copy() in some cases (#1056, #1058)

11.3.1 / 2025-08-05

  • Fix case where move/moveSync could incorrectly think files are identical on Windows (#1050)

11.3.0 / 2025-01-15

  • Add promise support for newer fs methods (#1044, #1045)
  • Use fs.opendir in copy()/copySync() for better perf/scalability (#972, #1028)

11.2.0 / 2023-11-27

  • Copy directory contents in parallel for better performance (#1026)
  • Refactor internal code to use async/await (#1020)

11.1.1 / 2023-03-20

  • Preserve timestamps when moving files across devices (#992, #994)

11.1.0 / 2022-11-29

  • Re-add main field to package.json for better TypeScript compatibility (#979, #981)

11.0.0 / 2022-11-28

Breaking Changes

  • Don't allow requiring fs-extra/lib/SOMETHING (switched to exports) (#974)
  • Require Node v14.14+ (#968, #969)

New Features

  • Add fs-extra/esm for ESM named export support; see docs for details (#746, #974)
  • Add promise support for fs.readv() (#970)

Bugfixes

  • Don't stat filtered items in copy* (#965, #971)
  • Remove buggy stats check in copy (#918, #976)

... (truncated)

Commits

Updates graphql from 0.11.7 to 16.11.0

Release notes

Sourced from graphql's releases.

16.11.0

v16.11.0 (2025-04-26)

New Feature 🚀

Bug Fix 🐞

Docs 📝

Polish 💅

Internal 🏠

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 26, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/development/major-c7f7176812 branch from eddcf72 to f86796a Compare February 3, 2026 12:21
Bumps the major group with 44 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@azure/storage-blob](https://github.com/Azure/azure-sdk-for-js) | `10.5.0` | `12.29.1` |
| [@koa/cors](https://github.com/koajs/cors) | `2.2.3` | `5.0.0` |
| [@turf/turf](https://github.com/Turfjs/turf) | `6.5.0` | `7.2.0` |
| [bullmq](https://github.com/taskforcesh/bullmq) | `1.91.1` | `5.62.0` |
| [clean-webpack-plugin](https://github.com/johnagan/clean-webpack-plugin) | `0.1.19` | `4.0.0` |
| [dotenv](https://github.com/motdotla/dotenv) | `8.6.0` | `17.2.3` |
| [dotenv-webpack](https://github.com/mrsteele/dotenv-webpack) | `1.8.0` | `8.1.1` |
| [fs-extra](https://github.com/jprichardson/node-fs-extra) | `9.0.0` | `11.3.2` |
| [graphql](https://github.com/graphql/graphql-js) | `0.11.7` | `16.11.0` |
| [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) | `4.5.2` | `5.6.4` |
| [knex](https://github.com/knex/knex) | `2.5.1` | `3.1.0` |
| [koa](https://github.com/koajs/koa) | `2.16.3` | `3.1.1` |
| [koa-body](https://github.com/koajs/koa-body) | `6.0.1` | `7.0.0` |
| [koa-router](https://github.com/koajs/router) | `7.4.0` | `14.0.0` |
| [koa-session](https://github.com/koajs/session) | `6.0.0` | `7.0.2` |
| [node-fetch](https://github.com/node-fetch/node-fetch) | `2.6.6` | `3.3.2` |
| [p-map](https://github.com/sindresorhus/p-map) | `1.2.0` | `7.0.3` |
| [pdf-merger-js](https://github.com/nbesli/pdf-merger-js) | `3.4.0` | `5.1.2` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `13.7.0` | `24.26.1` |
| [raw-loader](https://github.com/webpack-contrib/raw-loader) | `0.5.1` | `4.0.2` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `19.2.0` |
| [react-apollo](https://github.com/apollographql/react-apollo) | `2.5.8` | `3.1.5` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `19.2.0` |
| [segseg](https://github.com/tmpvar/segseg) | `0.2.2` | `1.0.0` |
| [serve](https://github.com/vercel/serve) | `13.0.2` | `14.2.5` |
| [style-loader](https://github.com/webpack-contrib/style-loader) | `2.0.0` | `4.0.0` |
| [uuid](https://github.com/uuidjs/uuid) | `3.4.0` | `13.0.0` |
| [viewport-mercator-project](https://github.com/uber-web/math.gl) | `4.1.1` | `7.0.4` |
| [webpack](https://github.com/webpack/webpack) | `4.47.0` | `5.102.1` |
| [webpack-merge](https://github.com/survivejs/webpack-merge) | `4.2.2` | `6.0.1` |
| [babel-eslint](https://github.com/babel/babel-eslint) | `9.0.0` | `10.1.0` |
| [babel-loader](https://github.com/babel/babel-loader) | `8.4.1` | `10.0.0` |
| [cross-env](https://github.com/kentcdodds/cross-env) | `5.2.1` | `10.1.0` |
| [css-loader](https://github.com/webpack-contrib/css-loader) | `0.28.11` | `7.1.2` |
| [eslint](https://github.com/eslint/eslint) | `5.16.0` | `9.38.0` |
| [eslint-config-airbnb](https://github.com/airbnb/javascript) | `17.1.1` | `19.0.4` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `3.6.0` | `10.1.8` |
| [eslint-loader](https://github.com/webpack-contrib/eslint-loader) | `2.2.1` | `4.0.2` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `3.4.1` | `5.5.4` |
| [husky](https://github.com/typicode/husky) | `8.0.3` | `9.1.7` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `13.3.0` | `16.2.6` |
| [prettier](https://github.com/prettier/prettier) | `1.19.1` | `3.6.2` |
| [webpack-cli](https://github.com/webpack/webpack-cli) | `3.3.12` | `6.0.1` |
| [webpack-serve](https://github.com/shellscape/webpack-serve) | `1.0.4` | `4.0.0` |



Updates `@azure/storage-blob` from 10.5.0 to 12.29.1
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Changelog-for-next-generation.md)
- [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/storage-blob_10.5.0...@azure/storage-blob_12.29.1)

Updates `@koa/cors` from 2.2.3 to 5.0.0
- [Changelog](https://github.com/koajs/cors/blob/master/History.md)
- [Commits](koajs/cors@2.2.3...5.0.0)

Updates `@turf/turf` from 6.5.0 to 7.2.0
- [Release notes](https://github.com/Turfjs/turf/releases)
- [Changelog](https://github.com/Turfjs/turf/blob/master/CHANGELOG.md)
- [Commits](Turfjs/turf@v6.5.0...v7.2.0)

Updates `bullmq` from 1.91.1 to 5.62.0
- [Release notes](https://github.com/taskforcesh/bullmq/releases)
- [Commits](taskforcesh/bullmq@v1.91.1...v5.62.0)

Updates `clean-webpack-plugin` from 0.1.19 to 4.0.0
- [Release notes](https://github.com/johnagan/clean-webpack-plugin/releases)
- [Commits](https://github.com/johnagan/clean-webpack-plugin/commits/v4.0.0)

Updates `dotenv` from 8.6.0 to 17.2.3
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v8.6.0...v17.2.3)

Updates `dotenv-webpack` from 1.8.0 to 8.1.1
- [Release notes](https://github.com/mrsteele/dotenv-webpack/releases)
- [Commits](mrsteele/dotenv-webpack@v1.8.0...v8.1.1)

Updates `fs-extra` from 9.0.0 to 11.3.2
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](jprichardson/node-fs-extra@9.0.0...11.3.2)

Updates `graphql` from 0.11.7 to 16.11.0
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](graphql/graphql-js@v0.11.7...v16.11.0)

Updates `html-webpack-plugin` from 4.5.2 to 5.6.4
- [Release notes](https://github.com/jantimon/html-webpack-plugin/releases)
- [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](jantimon/html-webpack-plugin@v4.5.2...v5.6.4)

Updates `knex` from 2.5.1 to 3.1.0
- [Release notes](https://github.com/knex/knex/releases)
- [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md)
- [Commits](knex/knex@2.5.1...3.1.0)

Updates `koa` from 2.16.3 to 3.1.1
- [Release notes](https://github.com/koajs/koa/releases)
- [Changelog](https://github.com/koajs/koa/blob/master/History.md)
- [Commits](koajs/koa@v2.16.3...v3.1.1)

Updates `koa-body` from 6.0.1 to 7.0.0
- [Release notes](https://github.com/koajs/koa-body/releases)
- [Changelog](https://github.com/koajs/koa-body/blob/master/CHANGELOG.md)
- [Commits](koajs/koa-body@v6.0.1...v7.0.0)

Updates `koa-router` from 7.4.0 to 14.0.0
- [Release notes](https://github.com/koajs/router/releases)
- [Commits](koajs/router@v7.4.0...v14.0.0)

Updates `koa-session` from 6.0.0 to 7.0.2
- [Release notes](https://github.com/koajs/session/releases)
- [Changelog](https://github.com/koajs/session/blob/master/CHANGELOG.md)
- [Commits](koajs/session@6.0.0...v7.0.2)

Updates `node-fetch` from 2.6.6 to 3.3.2
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](node-fetch/node-fetch@v2.6.6...v3.3.2)

Updates `p-map` from 1.2.0 to 7.0.3
- [Release notes](https://github.com/sindresorhus/p-map/releases)
- [Commits](sindresorhus/p-map@v1.2.0...v7.0.3)

Updates `pdf-merger-js` from 3.4.0 to 5.1.2
- [Release notes](https://github.com/nbesli/pdf-merger-js/releases)
- [Commits](nbesli/pdf-merger-js@v3.4.0...v5.1.2)

Updates `puppeteer` from 13.7.0 to 24.26.1
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@v13.7.0...puppeteer-v24.26.1)

Updates `raw-loader` from 0.5.1 to 4.0.2
- [Release notes](https://github.com/webpack-contrib/raw-loader/releases)
- [Changelog](https://github.com/webpack-contrib/raw-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/raw-loader/commits/v4.0.2)

Updates `react` from 18.2.0 to 19.2.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.0/packages/react)

Updates `react-apollo` from 2.5.8 to 3.1.5
- [Release notes](https://github.com/apollographql/react-apollo/releases)
- [Changelog](https://github.com/apollographql/react-apollo/blob/react-apollo@3.1.5/Changelog.md)
- [Commits](https://github.com/apollographql/react-apollo/compare/2.5.8...react-apollo@3.1.5)

Updates `react-dom` from 18.2.0 to 19.2.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.0/packages/react-dom)

Updates `segseg` from 0.2.2 to 1.0.0
- [Release notes](https://github.com/tmpvar/segseg/releases)
- [Changelog](https://github.com/tmpvar/segseg/blob/master/CHANGELOG.md)
- [Commits](tmpvar/segseg@v0.2.2...v1.0.0)

Updates `serve` from 13.0.2 to 14.2.5
- [Release notes](https://github.com/vercel/serve/releases)
- [Commits](vercel/serve@13.0.2...v14.2.5)

Updates `style-loader` from 2.0.0 to 4.0.0
- [Release notes](https://github.com/webpack-contrib/style-loader/releases)
- [Changelog](https://github.com/webpack/style-loader/blob/main/CHANGELOG.md)
- [Commits](webpack/style-loader@v2.0.0...v4.0.0)

Updates `uuid` from 3.4.0 to 13.0.0
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v3.4.0...v13.0.0)

Updates `viewport-mercator-project` from 4.1.1 to 7.0.4
- [Changelog](https://github.com/uber-web/math.gl/blob/master/CHANGELOG)
- [Commits](https://github.com/uber-web/math.gl/commits)

Updates `webpack` from 4.47.0 to 5.102.1
- [Release notes](https://github.com/webpack/webpack/releases)
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
- [Commits](webpack/webpack@v4.47.0...v5.102.1)

Updates `webpack-merge` from 4.2.2 to 6.0.1
- [Changelog](https://github.com/survivejs/webpack-merge/blob/develop/CHANGELOG.md)
- [Commits](survivejs/webpack-merge@v4.2.2...v6.0.1)

Updates `babel-eslint` from 9.0.0 to 10.1.0
- [Release notes](https://github.com/babel/babel-eslint/releases)
- [Commits](babel/babel-eslint@v9.0.0...v10.1.0)

Updates `babel-loader` from 8.4.1 to 10.0.0
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](babel/babel-loader@v8.4.1...v10.0.0)

Updates `cross-env` from 5.2.1 to 10.1.0
- [Release notes](https://github.com/kentcdodds/cross-env/releases)
- [Changelog](https://github.com/kentcdodds/cross-env/blob/main/CHANGELOG.md)
- [Commits](kentcdodds/cross-env@v5.2.1...v10.1.0)

Updates `css-loader` from 0.28.11 to 7.1.2
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack/css-loader/blob/main/CHANGELOG.md)
- [Commits](webpack/css-loader@v0.28.11...v7.1.2)

Updates `eslint` from 5.16.0 to 9.38.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v5.16.0...v9.38.0)

Updates `eslint-config-airbnb` from 17.1.1 to 19.0.4
- [Commits](airbnb/javascript@eslint-config-airbnb-v17.1.1...eslint-config-airbnb-v19.0.4)

Updates `eslint-config-prettier` from 3.6.0 to 10.1.8
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v3.6.0...v10.1.8)

Updates `eslint-loader` from 2.2.1 to 4.0.2
- [Release notes](https://github.com/webpack-contrib/eslint-loader/releases)
- [Changelog](https://github.com/webpack-contrib/eslint-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/eslint-loader@v2.2.1...v4.0.2)

Updates `eslint-plugin-prettier` from 3.4.1 to 5.5.4
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-plugin-prettier/commits/v5.5.4)

Updates `husky` from 8.0.3 to 9.1.7
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v8.0.3...v9.1.7)

Updates `lint-staged` from 13.3.0 to 16.2.6
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v13.3.0...v16.2.6)

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

Updates `webpack-cli` from 3.3.12 to 6.0.1
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.12...webpack-cli@6.0.1)

Updates `webpack-serve` from 1.0.4 to 4.0.0
- [Release notes](https://github.com/shellscape/webpack-serve/releases)
- [Commits](shellscape/webpack-serve@v1.0.4...v4.0.0)

---
updated-dependencies:
- dependency-name: "@azure/storage-blob"
  dependency-version: 12.29.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@koa/cors"
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@turf/turf"
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: bullmq
  dependency-version: 5.62.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: clean-webpack-plugin
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: dotenv
  dependency-version: 17.2.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: dotenv-webpack
  dependency-version: 8.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: fs-extra
  dependency-version: 11.3.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: graphql
  dependency-version: 16.11.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: html-webpack-plugin
  dependency-version: 5.6.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: knex
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: koa
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: koa-body
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: koa-router
  dependency-version: 14.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: koa-session
  dependency-version: 7.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: node-fetch
  dependency-version: 3.3.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: p-map
  dependency-version: 7.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: pdf-merger-js
  dependency-version: 5.1.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: puppeteer
  dependency-version: 24.26.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: raw-loader
  dependency-version: 4.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: react
  dependency-version: 19.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: react-apollo
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: react-dom
  dependency-version: 19.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: segseg
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: serve
  dependency-version: 14.2.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: style-loader
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: uuid
  dependency-version: 13.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: viewport-mercator-project
  dependency-version: 7.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: webpack
  dependency-version: 5.102.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: webpack-merge
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: babel-eslint
  dependency-version: 10.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: babel-loader
  dependency-version: 10.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: cross-env
  dependency-version: 10.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: css-loader
  dependency-version: 7.1.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: eslint
  dependency-version: 9.38.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: eslint-config-airbnb
  dependency-version: 19.0.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: eslint-config-prettier
  dependency-version: 10.1.8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: eslint-loader
  dependency-version: 4.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: husky
  dependency-version: 9.1.7
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: lint-staged
  dependency-version: 16.2.6
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: prettier
  dependency-version: 3.6.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: webpack-cli
  dependency-version: 6.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: webpack-serve
  dependency-version: 4.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/development/major-c7f7176812 branch from f86796a to 20ac36a Compare February 3, 2026 12:30
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