Skip to content

Bump the npm_and_yarn group across 1 directory with 12 updates - #34

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/idm-framework-src/gui/admin-gui/npm_and_yarn-b889dda254
Open

Bump the npm_and_yarn group across 1 directory with 12 updates#34
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/idm-framework-src/gui/admin-gui/npm_and_yarn-b889dda254

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 24, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm_and_yarn group with 11 updates in the /idm-framework-src/gui/admin-gui directory:

Package From To
bootstrap-multiselect 1.1.0 2.0.0
jquery-validation 1.19.5 1.22.1
webpack 5.76.0 5.105.4
ajv 6.12.6 6.14.0
cross-spawn 6.0.5 6.0.6
immutable 4.0.0 4.3.8
minimatch 3.1.2 3.1.5
nanoid 3.3.7 3.3.11
serialize-javascript 6.0.0 7.0.4
summernote 0.8.20 removed
tmp 0.0.33 0.2.5

Updates bootstrap-multiselect from 1.1.0 to 2.0.0

Release notes

Sourced from bootstrap-multiselect's releases.

v2.0.0

Bootstrap 5 release (#1288).

v1.1.2

Features

  • Added definition file for TypeScript
  • Reworked option groups (#1210, #1218)

Fixes

  • Fixed timing problems during initialization
  • #1214: Fixed empty labels using the dataprovider
  • #1197: Multiple options with the same value were not handled correctly

v1.1.1

Features

  • Reset button option (see #535)
  • onSelectAll and onDeselectAll get changed options as argument (see #415)
  • Document #515, #436 and #396

Fixes

  • Keyboard support #355
  • Fixed Bower and NPM specs, specifically regarding Bootstrap version and meta information

Misc

  • Removed old, obsolete TS interface
  • Removed Yarn support
  • Removed obsolete Travis config
Commits
  • a335ff1 Final changes for the 2.0.0 release with some more documentation in the getti...
  • 6732f42 Few fixes for bootstrap 5 2.0.0 release:
  • d35f314 Merge pull request #1265 from hdwills/master
  • 7da45de Merge pull request #1287 from marcoris/master
  • 5d5b779 Merge pull request #1288 from derikb/develop-bs5
  • 26c2d3a minify and bump version
  • 99fbb8d refactor: more bs5 fixups
  • 650869f feat(bootstrap): update classes for bs5
  • 88c1f9d Merge pull request #1 from marcoris/marcoris-remove-post.php
  • 4f17795 Delete post.php
  • Additional commits viewable in compare view

Updates jquery-validation from 1.19.5 to 1.22.1

Release notes

Sourced from jquery-validation's releases.

1.22.1

What's Changed

Full Changelog: jquery-validation/jquery-validation@1.22.0...1.22.1

1.22.0

What's Changed

New Contributors

Full Changelog: jquery-validation/jquery-validation@1.11.1...1.22.0

1.21.0

What's Changed

New Contributors

Full Changelog: jquery-validation/jquery-validation@1.20.1...1.21.0

1.20.1

What's Changed

New Contributors

Full Changelog: jquery-validation/jquery-validation@1.20.0...1.20.1

1.20.0 / 2023-10-10

Additional

  • Fixed vinUS validation failing on valid vin numbers #2460

Core

  • Fixed race condition in remote validation rules #2435

... (truncated)

Changelog

Sourced from jquery-validation's changelog.

1.22.1 / 2026-02-18

Core

  • Fix TypeError when form contains input with name="id" #2528

1.22.0 / 2026-01-22

Core

  • Remove unnecessary aria-describedby #2410
  • Add support for HTML5 form attribute on elements outside form #2521
  • Add jQuery 4.0.0 support #2524

Additional

  • Replace deprecated substr() with slice() and charAt() in cifES.js #2520

Localisation

  • Add additional Dutch translations for messages_nl.js #2517

1.21.0 / 2024-07-17

Core

  • Add support for Web Components #2493
  • Allow negative decimal with no leading zero #2483

1.20.1 / 2024-06-13

Core

  • Fix remote validation when input is the same as in aborted request #2481

Localisation

  • Update Arabic translations #2485

1.20.0 / 2023-10-10

Additional

  • Fixed vinUS validation failing on valid vin numbers #2460

Core

  • Fixed race condition in remote validation rules #2435
  • Removed pending class from fields with an aborted request #2436
  • Fixed remote validation error tracking #2242
  • Added escapeHtml option to avoid XSS attacks via showLabel method #2462

Demo

  • Fixed minlength validation in ajaxSubmit-integration-demo.html #2454

... (truncated)

Commits
  • 568fd2e 1.22.1
  • 1ae2d92 Fix TypeError when form contains input with name="id" (#2528)
  • 3730881 Build: Updating the master version to 1.22.1-pre.
  • 15e2a56 Chore: set version to 1.22.0-pre
  • e509711 Add jQuery 4.0.0 support (#2524)
  • 4a25a8f Core: Add support for HTML5 form attribute on elements outside form (#2521)
  • 94418e4 Additional: Replace deprecated substr() with slice() and charAt() in cifES.js...
  • 6eb2df0 Core: Unnecessary aria-describedby (#2410)
  • 707623a Localization: Additional string translations for messages_nl.js (#2517)
  • 07d2594 Chore: downgrade ubuntu (#2518)
  • Additional commits viewable in compare view

Updates webpack from 5.76.0 to 5.105.4

Release notes

Sourced from webpack's releases.

v5.105.4

Patch Changes

  • Add Module.getSourceBasicTypes to distinguish basic source types and clarify how modules with non-basic source types like remote still produce JavaScript output. (by @​xiaoxiaojx in #20546)

  • Handle createRequire in expressions. (by @​alexander-akait in #20549)

  • Fixed types for multi stats. (by @​alexander-akait in #20556)

  • Remove empty needless js output for normal css module. (by @​JSerFeng in #20162)

  • Update enhanced-resolve to support new features for tsconfig.json. (by @​alexander-akait in #20555)

  • Narrows export presence guard detection to explicit existence checks on namespace imports only, i.e. patterns like "x" in ns. (by @​hai-x in #20561)

v5.105.3

Patch Changes

  • Context modules now handle rejections correctly. (by @​alexander-akait in #20455)

  • Only mark asset modules as side-effect-free when experimental.futureDefaults is set to true, so asset-copying use cases (e.g. import "./x.png") won’t break unless the option is enabled. (by @​hai-x in #20535)

  • Add the missing webpack_exports declaration in certain cases when bundling a JS entry together with non-JS entries (e.g., CSS entry or asset module entry). (by @​hai-x in #20463)

  • Fixed HMR failure for CSS modules with @​import when exportType !== "link". When exportType is not "link", CSS modules now behave like JavaScript modules and don't require special HMR handling, allowing @​import CSS to work correctly during hot module replacement. (by @​xiaoxiaojx in #20514)

  • Fixed an issue where empty JavaScript files were generated for CSS-only entry points. The code now correctly checks if entry modules have JavaScript source types before determining whether to generate a JS file. (by @​xiaoxiaojx in #20454)

  • Do not crash when a referenced chunk is not a runtime chunk. (by @​alexander-akait in #20461)

  • Fix some types. (by @​alexander-akait in #20412)

  • Ensure that missing module error are thrown after the interception handler (if present), allowing module interception to customize the module factory. (by @​hai-x in #20510)

  • Added createRequire support for ECMA modules. (by @​stefanbinoj in #20497)

  • Added category for CJS reexport dependency to fix issues with ECMA modules. (by @​hai-x in #20444)

  • Implement immutable bytes for bytes import attribute to match tc39 spec. (by @​alexander-akait in #20481)

  • Fixed deterministic search for graph roots regardless of edge order. (by @​veeceey in #20452)

v5.105.2

Patch Changes

v5.105.1

Patch Changes

... (truncated)

Changelog

Sourced from webpack's changelog.

5.105.4

Patch Changes

  • Add Module.getSourceBasicTypes to distinguish basic source types and clarify how modules with non-basic source types like remote still produce JavaScript output. (by @​xiaoxiaojx in #20546)

  • Handle createRequire in expressions. (by @​alexander-akait in #20549)

  • Fixed types for multi stats. (by @​alexander-akait in #20556)

  • Remove empty needless js output for normal css module. (by @​JSerFeng in #20162)

  • Update enhanced-resolve to support new features for tsconfig.json. (by @​alexander-akait in #20555)

  • Narrows export presence guard detection to explicit existence checks on namespace imports only, i.e. patterns like "x" in ns. (by @​hai-x in #20561)

5.105.3

Patch Changes

  • Context modules now handle rejections correctly. (by @​alexander-akait in #20455)

  • Only mark asset modules as side-effect-free when experimental.futureDefaults is set to true, so asset-copying use cases (e.g. import "./x.png") won’t break unless the option is enabled. (by @​hai-x in #20535)

  • Add the missing webpack_exports declaration in certain cases when bundling a JS entry together with non-JS entries (e.g., CSS entry or asset module entry). (by @​hai-x in #20463)

  • Fixed HMR failure for CSS modules with @​import when exportType !== "link". When exportType is not "link", CSS modules now behave like JavaScript modules and don't require special HMR handling, allowing @​import CSS to work correctly during hot module replacement. (by @​xiaoxiaojx in #20514)

  • Fixed an issue where empty JavaScript files were generated for CSS-only entry points. The code now correctly checks if entry modules have JavaScript source types before determining whether to generate a JS file. (by @​xiaoxiaojx in #20454)

  • Do not crash when a referenced chunk is not a runtime chunk. (by @​alexander-akait in #20461)

  • Fix some types. (by @​alexander-akait in #20412)

  • Ensure that missing module error are thrown after the interception handler (if present), allowing module interception to customize the module factory. (by @​hai-x in #20510)

  • Added createRequire support for ECMA modules. (by @​stefanbinoj in #20497)

  • Added category for CJS reexport dependency to fix issues with ECMA modules. (by @​hai-x in #20444)

  • Implement immutable bytes for bytes import attribute to match tc39 spec. (by @​alexander-akait in #20481)

  • Fixed deterministic search for graph roots regardless of edge order. (by @​veeceey in #20452)

5.105.2

Patch Changes

... (truncated)

Commits
  • 27c13b4 chore(release): new release (#20550)
  • 9b2f41e chore: bump terser plugin (#20569)
  • eafe060 fix: narrow the export presence guard detection (#20561)
  • 75d605c refactor: add AppendOnlyStackedSet iteration support and tests (#20560)
  • afa607d refactor: remove unused code (#20562)
  • 4098902 test: add source files for web-webworker and web-webworker-auto-public-path (...
  • f97be67 refactor: fix duplicated word in Compilation JSDoc (#20547)
  • 9d76fff refactor: add Module.getSourceBasicTypes for basic JS type detection (#20546)
  • a3d7839 fix: types for multi stats (#20556)
  • b8e9b05 fix: update enhanced-resolve to support new features for tsconfig.json (#...
  • 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 webpack since your current version.

Install script changes

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


Updates ajv from 6.12.6 to 6.14.0

Commits

Updates cross-spawn from 6.0.5 to 6.0.6

Changelog

Sourced from cross-spawn's changelog.

6.0.6 (2024-11-18)

Bug Fixes

Commits

Updates immutable from 4.0.0 to 4.3.8

Release notes

Sourced from immutable's releases.

v4.3.8

Fix Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') in immutable

v4.3.7

What's Changed

Full Changelog: immutable-js/immutable-js@v4.3.6...v4.3.7

v4.3.6

What's Changed

Internals

New Contributors

Full Changelog: immutable-js/immutable-js@v4.3.5...v4.3.6

v4.3.5

What's Changed

New Contributors

Full Changelog: immutable-js/immutable-js@v4.3.4...v4.3.5

4.3.4

What's Changed

Full Changelog: immutable-js/immutable-js@v4.3.3...v4.3.4

v4.3.3

What's Changed

... (truncated)

Changelog

Sourced from immutable's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. Dates are formatted as YYYY-MM-DD.

Unreleased

5.1.5

  • Fix Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') in immutable

5.1.4

Documentation

Internal

5.1.3

TypeScript

Documentation

There has been a huge amount of changes in the documentation, mainly migrate from an autogenerated documentation from .d.ts file, to a proper documentation in markdown. The playground has been included on nearly all method examples. We added a page about browser extensions too: https://immutable-js.com/browser-extension/

Internal

... (truncated)

Commits
Maintainer changes

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


Updates minimatch from 3.1.2 to 3.1.5

Commits

Updates nanoid from 3.3.7 to 3.3.11

Release notes

Sourced from nanoid's releases.

3.3.11

  • Fixed React Native support.

3.3.10

3.3.9

  • Reduced npm package size.
Changelog

Sourced from nanoid's changelog.

3.3.11

  • Fixed React Native support.

3.3.10

3.3.9

  • Reduced npm package size.

3.3.8

  • Fixed a way to break Nano ID by passing non-integer size (by @​myndzi).
Commits

Updates serialize-javascript from 6.0.0 to 7.0.4

Release notes

Sourced from serialize-javascript's releases.

v7.0.4

What's Changed

Full Changelog: yahoo/serialize-javascript@v7.0.3...v7.0.4

v7.0.3

  • fix(CVE-2020-7660): fix for RegExp.flags and Date.prototype.toISOString (#207) 2e609d0
  • build(deps-dev): bump lodash from 4.17.21 to 4.17.23 (#206) 42b7cdb

yahoo/serialize-javascript@v7.0.2...v7.0.3

v7.0.2

What's Changed

Full Changelog: yahoo/serialize-javascript@v7.0.1...v7.0.2

v7.0.1

What's Changed

New Contributors

Full Changelog: yahoo/serialize-javascript@v7.0.0...v7.0.1

v7.0.0

Breaking Changes

  • requires Node.js v20+

What's Changed

... (truncated)

Commits
Maintainer changes

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


Removes summernote

Updates svgo from 2.8.0 to 4.0.1

Release notes

Sourced from svgo's releases.

v4.0.1

What's Changed

Dependencies

  • Sets minimum version of sax (XML parser) to v1.5.0, which improves built-in guards against entity expansion.

Bug Fixes

Performance

Other Changes

  • Plugins no longer include if they are enabled or disabled by default, as this was written inconsistently. The --show-plugins argument appends the presets a plugin is in to the end of the line. By @​viralcodex in svg/svgo#2174
  • Plugin/preset types to enforce the name start with preset- if it is a preset (collection of plugins). By @​SethFalco in svg/svgo#2178

Metrics

Before and after of the browser bundle of each respective version:

v4.0.0 v4.0.1 Delta
svgo.browser.js 780.2 kB 781.5 kB ⬆️ 1.3 kB

v4.0.0

Banner celebrating the release of SVGO v4.0.0. Includes the SVGO mascot drawing on a chalkboard with the changes in default plugins. For example, removeViewBox was moved from default plugins to available plugins.

Illustration by Vukory

It's been just over a year since our first release candidate, but I believe we can now release SVGO v4.0.0 with confidence! Thank you to all contributors who tested our RC builds and reported issues back up, this really smoothed out the process.

We actually wanted to do the release sooner, but it was a challenge to find the right time to publish a major release, since that means setting time aside to support users through migrations, helping downstream projects migrate, being available to fix or document things that users found to have an unexpected impact by this release, etc. I appreciate everyone's patience, and now that this is done, we can hopefully increase the pace of development again and tackle that backlog of old bugs. ^-^'

Breaking Changes

Please refer to the Migration Guide from v3 to v4 for a more concise version! This section is more verbose as it delves into the motivation of changes too.

Dropped Support for Node.js v14

Node.js v14 is no longer supported by the Node.js team, including security support, since 30 April 2023. Node.js v16 is no longer supported either, but as some are still using it, we'll save dropping support for Node.js v16 for the next major release.

... (truncated)

Commits
  • e691f5f Merge commit from fork
  • b1d9f1a chore(deps): bump actions/upload-artifact from 6 to 7 (#2202)
  • d724af1 chore(deps): bump actions/checkout from 5 to 6 (#2195)
  • 4114b32 chore(deps): bump actions/upload-artifact from 4 to 6 (#2196)

Bumps the npm_and_yarn group with 11 updates in the /idm-framework-src/gui/admin-gui directory:

| Package | From | To |
| --- | --- | --- |
| [bootstrap-multiselect](https://github.com/davidstutz/bootstrap-multiselect) | `1.1.0` | `2.0.0` |
| [jquery-validation](https://github.com/jquery-validation/jquery-validation) | `1.19.5` | `1.22.1` |
| [webpack](https://github.com/webpack/webpack) | `5.76.0` | `5.105.4` |
| [ajv](https://github.com/ajv-validator/ajv) | `6.12.6` | `6.14.0` |
| [cross-spawn](https://github.com/moxystudio/node-cross-spawn) | `6.0.5` | `6.0.6` |
| [immutable](https://github.com/immutable-js/immutable-js) | `4.0.0` | `4.3.8` |
| [minimatch](https://github.com/isaacs/minimatch) | `3.1.2` | `3.1.5` |
| [nanoid](https://github.com/ai/nanoid) | `3.3.7` | `3.3.11` |
| [serialize-javascript](https://github.com/yahoo/serialize-javascript) | `6.0.0` | `7.0.4` |
| [summernote](https://github.com/summernote/summernote) | `0.8.20` | `removed` |
| [tmp](https://github.com/raszi/node-tmp) | `0.0.33` | `0.2.5` |



Updates `bootstrap-multiselect` from 1.1.0 to 2.0.0
- [Release notes](https://github.com/davidstutz/bootstrap-multiselect/releases)
- [Commits](davidstutz/bootstrap-multiselect@v1.1.0...v2.0.0)

Updates `jquery-validation` from 1.19.5 to 1.22.1
- [Release notes](https://github.com/jquery-validation/jquery-validation/releases)
- [Changelog](https://github.com/jquery-validation/jquery-validation/blob/master/changelog.md)
- [Commits](jquery-validation/jquery-validation@1.19.5...1.22.1)

Updates `webpack` from 5.76.0 to 5.105.4
- [Release notes](https://github.com/webpack/webpack/releases)
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
- [Commits](webpack/webpack@v5.76.0...v5.105.4)

Updates `ajv` from 6.12.6 to 6.14.0
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v6.12.6...v6.14.0)

Updates `cross-spawn` from 6.0.5 to 6.0.6
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/v6.0.6/CHANGELOG.md)
- [Commits](moxystudio/node-cross-spawn@v6.0.5...v6.0.6)

Updates `immutable` from 4.0.0 to 4.3.8
- [Release notes](https://github.com/immutable-js/immutable-js/releases)
- [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md)
- [Commits](immutable-js/immutable-js@v4.0.0...v4.3.8)

Updates `minimatch` from 3.1.2 to 3.1.5
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.1.2...v3.1.5)

Updates `nanoid` from 3.3.7 to 3.3.11
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@3.3.7...3.3.11)

Updates `serialize-javascript` from 6.0.0 to 7.0.4
- [Release notes](https://github.com/yahoo/serialize-javascript/releases)
- [Commits](yahoo/serialize-javascript@v6.0.0...v7.0.4)

Removes `summernote`

Updates `svgo` from 2.8.0 to 4.0.1
- [Release notes](https://github.com/svg/svgo/releases)
- [Commits](svg/svgo@v2.8.0...v4.0.1)

Updates `tmp` from 0.0.33 to 0.2.5
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
- [Commits](raszi/node-tmp@v0.0.33...v0.2.5)

---
updated-dependencies:
- dependency-name: bootstrap-multiselect
  dependency-version: 2.0.0
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: jquery-validation
  dependency-version: 1.22.1
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: webpack
  dependency-version: 5.105.4
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: ajv
  dependency-version: 6.14.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: cross-spawn
  dependency-version: 6.0.6
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: immutable
  dependency-version: 4.3.8
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimatch
  dependency-version: 3.1.5
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: nanoid
  dependency-version: 3.3.11
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: serialize-javascript
  dependency-version: 7.0.4
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: summernote
  dependency-version: 
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: svgo
  dependency-version: 4.0.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: tmp
  dependency-version: 0.2.5
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/idm-framework-src/gui/admin-gui/npm_and_yarn-b889dda254 branch from 50693db to 44675d1 Compare March 24, 2026 11:46
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