Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 8, 2025

Updated bootstrap from 5.2.3 to 5.3.7.

Release notes

Sourced from bootstrap's releases.

5.3.7

📚 Documentation

  • Fixed broken "View on GitHub" URLs
  • Corrected HTML <head> content generated by the "Download examples" button
  • Refined sanitizer documentation for clarity and completeness
  • Improved accessibility in the "On this page" table of contents and section heading anchor links
  • Relocated ads to the right sidebar to minimize content reflow
  • Added a new section on the Download page for the Intelissence extension
  • Clarified the "Via JavaScript" usage example for Accordion Collapse
  • Made internal documentation improvements to support future maintenance (no visible user impact)
  • Mention CDN integrity and crossorigin attributes in introduction page
  • Enhance floating labels placeholder usage description
  • Add example of showing dynamic range value with output

🎨 Sass

  • Consolidated multiple 'none' values in the box-shadow Sass mixin for cleaner output

🤖 JavaScript

  • Fixed popover and tooltip behavior with a trigger: "hover click" configuration

🤝 Contributions

  • Added recommended VSCode extensions and settings configuration to the repository

5.3.6

Highlights

  • Ported the docs from Hugo to Astro for our own sanity!
  • Added usage docs for Accordion JavaScript
  • Prevent .visually-hidden overflowing children to become focusable
  • Limit .card-group selectors to immediate children to fix some inheritance issues

Changes

New Contributors

5.3.5

Hot fix for a regression from upstream in Autoprefixer.

What's Changed

Full Changelog: twbs/bootstrap@v5.3.4...v5.3.5

5.3.4

Changes

  • #​40888: Dependabot: switch to grouped updates

🚀 Features

  • #​41299: Typo fixed
  • #​41187: Docs: mention removal of util.js in migration guide
  • #​41228: Docs: Simplify ids for checks, radios and switches
  • #​41150: Update fixtureId to FIXTURE_ID for consistency
  • #​40965: Docs: Use <article> element for example cards
  • #​40932: Docs: add ngx-bootstrap to JavaScript frameworks list
  • #​40790: Docs: Drop .grid where it shouldn't be used
  • #​40821: Docs: precise how to add new .order-* classes in 'Layout > Columns'
  • #​40914: Docs: drop useless .justify-content-start class in homepage
  • #​40876: Remove unneeded flexbug workaround
  • #​40870: Docs: Update modal min-height inline style
  • #​40844: Docs: Remove mention about Safari's limited support flexbox gap
  • #​40620: Docs: minor accessibility improvements for Examples
  • #​40619: Docs: Fix a minor accessibility issue (checkout example missing h1)
  • #​40577: Docs: Add main element to Cheatsheet Examples
  • #​39815: Docs: drop unused .bi-exclamation-triangle-fill class
  • #​40507: Docs: HTTPS link to ikons iconset
  • #​39777: Docs: fix Reddit URL to avoid redirection
  • #​39697: refactor(accordion): merge selectors for border-radius rule

🎨 CSS

  • #​41336: Fix modal and offcanvas header collapse
  • #​41126: Fix display issues of close button in contextual light and dark modes
  • #​40695: Fix light mode carousel in dark mode
  • #​41004: Add workarounds for postcss-values-parser error (negative values in calc())
  • #​41013: Align floating labels with form-select sizes
  • #​40931: Fix: correct typo in background-blend-mode value
  • #​40900: Remove unnecessary duplicated CSS class name
  • #​40876: Remove unneeded flexbug workaround
  • #​40844: Docs: Remove mention about Safari's limited support flexbox gap
  • #​40623: Fix use of declarations after nested rules (deprecated in Sass 1.77.7)
  • #​39720: Floating labels: Fix max-width and background-color
  • #​40488: button-group: Fix btn-group-vertical by using same rules as btn-group
  • #​39804: Optimize Sass SVG files
  • #​39494: Change floating label placeholder's color
  • #​39697: refactor(accordion): merge selectors for border-radius rule

☕️ JavaScript

  • #​38411: Add note about cancelling modal events to modal.md
  • #​41150: Update fixtureId to FIXTURE_ID for consistency
  • #​40803: Fix popover toggle twice to close
  • #​38725: Fix this reference for functions
  • #​39791: Fix broken comment link for reflow hack
    ... (truncated)

5.3.3

Highlights

  • Fixed a breaking change introduced with color modes where it was required to manually import variables-dark.scss when building Bootstrap with Sass. Now, _variables.scss will automatically import _variables-dark.scss. If you were already importing _variables-dark.scss manually, you should keep doing it as it won't break anything and will be the way to go in v6.
  • Fixed a regression in the selector engine that wasn't able to handle multiple IDs anymore.

Color modes

  • Badges now use the .text-bg-* text utilities to be certain that the text is always readable (especially when the customized colors are different in light and dark modes).
  • Fixed our color-modes.js script to handle the case where the OS is set to light mode and the auto color mode is used on the website. If you copied the script from our docs, you should apply this change to your own script.
  • Fixed color schemes description in the color modes documentation to show that color-scheme() only accept light and dark values as parameters.

Miscellaneous

  • Allowed <dl>, <dt> and <dd> in the sanitizer.
  • Dropped evenly items distribution for modal and offcanvas headers.
  • Fixed the accordion CSS selectors to avoid inheritance issues when nesting accordions.
  • Fixed the focus box-shadow for the validation stated form controls.
  • Fixed the focus ring on focused checked buttons.
  • Fixed the product example mobile navbar toggler.
  • Changed the RTL processing of carousel control icons.

🎨 CSS

  • #​37508: Use child combinators to avoid inheriting parent accordion's flush styles
  • #​38719: Fix focus box-shadow for validation stated form-controls
  • #​38884: fix border-radius on radio-switch
  • #​39294: Tests: update navbar in visual modal test
  • #​39373: refactor css: modal and offcanvas header spacing
  • #​39380: Fix Sass compilation breaking change in v5.3
  • #​39387: docs: fix typo
  • #​39411: Optimize the accordion icon
  • #​39497: Fix a typo
  • #​39536: Changed RTL processing of carousel control icons
  • #​39560: Drop --bs-accordion-btn-focus-border-color and deprecate $accordion-button-focus-border-color
  • #​39595: CSS: Fix the focus ring on focused checked buttons

☕️ JavaScript

  • #​39201: Selector Engine: fix multiple IDs
  • #​39224: Fix edge case in color-mode.js
  • #​39376: Allow dl, dt and dd in sanitizer

📖 Docs

  • #​39200: Typo Fix
  • #​39214: Doc: use .text-bg-{color} for all badges
  • #​39246: Docs: fix for example code blocks have unnecessary 30px right-margin
  • #​39249: Doc: consistent rendering of 'Heads up!' callouts
    ... (truncated)

5.3.2

Highlights

  • Passing a percentage unit to the global abs() is deprecated since Dart Sass v1.65.0. It resulted in a deprecation warning when compiling Bootstrap with Dart Sass. This has been fixed internally by changing the values passed to the divide() function. The divide() function has not been fixed itself so that we can keep supporting node-sass cross-compatibility. In v6, this won't be an issue as we plan to drop support for node-sass.
  • Using multiple ids in a collapse target wasn't working anymore and has been fixed.

Color modes

  • Increased color contrast of form range track background in light and dark modes.
  • Fixed table state rendering for color modes with a focus on the striped table in dark mode to increase color contrast.
  • Allow <mark> color customization for color modes.

Docs


🎨 CSS

  • #​38816: Use box-shadow CSS variables shadow utilities
  • #​38955: Fix radios looking like ellipse on responsive mode
  • #​38976: Use box-shadow CSS vars instead of Sass vars in assets and variables
  • #​39030: Fix dart-sass deprecation warning
  • #​39033: Color mode: fix table state rendering
  • #​39095: Make form range track background more contrasted
  • #​39119: New Sass var $btn-link-focus-shadow-rgb to allow customization
  • #​39141: New Sass variable to handle <mark> dark mode bg color

☕️ JavaScript

  • #​38989: Collapse: Fix multiple ids calls
  • #​39046: Dropdown: reuse variable

📖 Docs

  • #​38873: Discord reddit bootstrap
  • #​38970: docs: add BootstrapVueNext to docs
  • #​38977: Docs: Add missing form elements in focusable elements
  • #​38978: Docs: Fix popover template role error
  • #​38995: introduction: drop details element
  • #​39037: Further improve image compression with oxipng and the latest jpegoptim
  • #​39054: Docs: Remove incorrect mention of .left- and .right- utilities from migration guide
  • #​39060: Migration: add back v5.0.0 heading
  • #​39145: Docs: add warning callout to add a workaround when jsDelivr is not available
  • #​39177: Fix: make theme selector tick icon visible when active in examples layout
  • #​39179: download: Reword CDN paragraph

... (truncated)

5.3.1

Highlights

  • Color modes:
    • Increased color contrast for dark mode by replacing $gray-500 with $gray-300 for the body color
    • Added our color mode switcher JavaScript to our examples ZIP download
  • Components:
    • Improved disabled styling for all .nav-links, providing .disabled and :disabled for use with anchors and buttons
    • Add support for Home and End keys for navigating tabs by keyboard
    • Added some basic styling to toggle buttons when no modifier class is present
    • Fixed carousel colors in dark mode
  • Forms:
    • Fixed floating label disabled text color
  • Utilities:
    • .text-bg-* utilities now use CSS variables
  • Sass:
    • Add new $navbar-dark-icon-color Sass variable
    • Removed duplicate $alert Sass variables
    • Added a new variable for $vr-border-width to customize the vertical rule helper width
  • Documentation:
    • Added search to our homepage
    • Improved responsive behavior on Dashboard example
    • Improved dark mode rendering of Cheatsheet examples

🎨 CSS

  • #​38913: Floating labels: fix disabled with text inside
  • #​38772: .text-bg-* helpers now use theme CSS variables
  • #​38886: New Sass variable to change vertical rule width
  • #​38851: Fix Sass properties order for newer stylelint-config-recess-order
  • #​38815: Increase contrast in dark-mode (#​38525)
  • #​38774: Generalize disabled nav links CSS rules
  • #​38673: Add $navbar-dark-icon-color
  • #​38674: Remove duplicate $alert-*-scale Sass vars

☕️ JavaScript

  • #​38498: Support Home and End keys in tabs

📖 Docs

  • #​38958: Examples: improve spinner buttons accessibility
  • #​38947: Fix postcss plugin options
  • #​38885: Docs: Update float responsive examples
  • #​38946: Docs: remove v4 reference on homepage
  • #​38948: Fix some typos in Customize > Sass doc
  • #​38840: Docs: fix carousel carousel colors of carousel examples in dark mode
  • #​38604: Add dropdown alignment options to button group example
  • #​38894: Docs: add blank target and noopener rel to footer external links
    ... (truncated)

5.3.0

5.3.0-alpha3

  • Fixed wrong interpolated variables with node-sass/Hugo.
  • Added a check for interpolated variables to catch compilation errors with Node Sass when using Sass variables in calc() functions.
  • Started using --bs-border-radius variables across more components.
  • Added .d-inline-grid utility class.
  • Fixed .tooltip-inner placement when using variations in fallbackPlacements.
  • Fix selectors for dark mode carousel overrides when compiling with $color-mode-type: media-query.
  • Updated the styling of floating labels when "floated" to include a background-color to help with multiple lines of text in textareas. This also fixes the colors when form elements are disabled in floating forms.
  • Updated RFS to v10.0.0.

Full Changelog: twbs/bootstrap@v5.3.0-alpha2...v5.3.0-alpha3

5.3.0-alpha2

🚀 Features

  • #​33126: Add .nav-underline modifier class
  • #​37762: Add new link utilities, icon link helper, and update colored link helpers
  • #​38199: Docs: Better scroll

🎨 CSS

  • #​33125: Focus ring helper and utilities
  • #​33126: Add .nav-underline modifier class
  • #​35857: Add dark mode support
  • #​36029: Add SCSS testing of the utilities API
  • #​36143: Fix Android Chrome input date dimensions
  • #​36831: Rework progress bar markup and styles
  • #​37526: Fix var --bs-body-font-family. Keep quotes in the font stack.
  • #​37533: Visually-hidden: Remove position: absolute for captions
  • #​37617: CSS: $prefix to the whole assets
  • #​37621: Fix --bs-form-check-bg definition
  • #​37644: list-group-border-width variables
  • #​37687: Fix Sass compilation when $color-mode-type is set to media-query
  • #​37720: Improve consistency of navbar icon declaration
  • #​37731: Update color contrast formula with new constant from WCAG 2.2
  • #​37734: Add color-scheme to dark root selector
  • #​37759: Darken some text emphasis and syntax colors
  • #​37760: Fix selector for dark mode navbar toggler SVG change
  • #​37761: Docs: enhance callouts links on dark mode
  • #​37762: Add new link utilities, icon link helper, and update colored link helpers
  • #​37777: Fix cards color for contextual color mode
  • #​37781: Fix code color in callouts
  • #​37784: Change nav focus to focus-visible
  • #​37785: Update code syntax colors to use Bootstrap colors
  • #​37788: Change stylelint property-blacklist to property-disallowed-list
  • #​37800: Fix heading colors in dark mode
  • #​37804: CSS: rename some variables to be consistent
  • #​37809: Fix duplicate --bs-emphasis-color set value
  • #​37816: Remove unused comment in scss/_maps.scss
  • #​37817: Docs: remove some CSS from .highlight-toolbar def
  • #​37820: Remove duplicate definition of --bs-highlight-bg in scss/_root.scss
  • #​37822: Switch from none keyword value to a fake shadow for btn-link
  • #​37823: Docs: fix .btn-clipboard and .btn-edit link hover color
  • #​37824: Drop unused .bg-body-emphasis
  • #​37832: Keep shadows black regardless of color mode
  • #​37833: Update colored links, add new .link-body-emphasis helper
  • #​37835: Remove obsolete comment from _variables.scss
  • #​37843: Add theme maps specific to dark mode
  • #​37844: Reduce bootstrap-grid.css content
  • #​37857: Drop duplicate --bs-body-bg-rgb declaration + reorder props
  • #​37868: Remove outdated comment from $input-border-color variable
  • #​37888: List group: Better use of CSS var
  • #​37893: Fix .form-control in dark mode
    ... (truncated)

5.3.0-alpha1

🚀 Highlights

  • #​35566: Properly escape IDs in getSelector() to handle weird IDs (#​35565)
  • #​35857: Add dark mode support
  • #​36854: Use explicit imports in our JavaScript source files

🚀 Features

  • #​36540: Add new border-radius utilities
  • #​36781: add font-weight-medium (500) / fw-medium
  • #​37317: Add z-index utilities, .z-*

🎨 CSS

  • #​36095: Added CSS variables for breakpoints
  • #​36456: Add color CSS variables for .alert-link
  • #​36457: Add color CSS variables for .btn-close
  • #​36511: Add parameters to caret-related mixins
  • #​36540: Add new border-radius utilities
  • #​36781: add font-weight-medium (500) / fw-medium
  • #​36815: Add new CSS variables for Offcanvas
  • #​36831: Rework progress bar markup and styles
  • #​36848: Add utilities for overflow and object fit
  • #​36979: Add support for customizing a card title color
  • #​37125: Floating labels: Add an artificial background to label
  • #​37252: Add $enable-important-utilities condition in colored links
  • #​37257: Remove duplicate CSS variable
  • #​37299: Fix disabled floating labels and add some examples of it in the docs
  • #​37317: Add z-index utilities, .z-*
  • #​37344: Use --bs-border-width for some components
  • #​37350: Prevent extraneous whitespace around date time inputs in WebKit
  • #​37356: fix negative border-width on inputgroup and buttongroup
  • #​37408: Fix disabled floating labels color
  • #​37413: Grid Gap Updates
  • #​37526: Fix var --bs-body-font-family; keep quotes in the font stack
  • #​37617: CSS: $prefix to the whole assets
  • #​37621: Fix --bs-form-check-bg definition
  • #​37644: list-group-border-width variables
  • #​37687: Fix Sass compilation when $color-mode-type is set to media-query

☕️ JavaScript

  • #​35566: Properly escape IDs in getSelector() to handle weird IDs
  • #​36027: Move getElementFromSelector & getSelectorFromElement
  • #​36652: Boost execute function, being able to handle arguments
  • #​36854: Use explicit imports in our JavaScript source files
  • #​37438: refactor getSelector not to be exported
  • #​37473: fix: change replaceAll usage introduced in #​35566
  • #​37482: Use Object.entries in more places
  • #​37483: hydrateObj: use default param
    ... (truncated)

Commits viewable in compare view.

Updated jQuery from 3.6.0 to 3.7.1.

Updated jQuery.Validation from 1.19.5 to 1.21.0.

Updated Konscious.Security.Cryptography.Argon2 from 1.3.0 to 1.3.1.

Release notes

Sourced from Konscious.Security.Cryptography.Argon2's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.AspNet.Mvc from 5.2.9 to 5.3.0.

Release notes

Sourced from Microsoft.AspNet.Mvc's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.AspNet.Razor from 3.2.9 to 3.3.0.

Release notes

Sourced from Microsoft.AspNet.Razor's releases.

3.3.0

What's Changed

Commits viewable in compare view.

Updated Microsoft.AspNet.WebPages from 3.2.9 to 3.3.0.

Release notes

Sourced from Microsoft.AspNet.WebPages's releases.

3.3.0

What's Changed

Commits viewable in compare view.

Updated Microsoft.jQuery.Unobtrusive.Validation from 3.3.0 to 4.0.0.

Updated Microsoft.NET.Test.Sdk from 17.8.0 to 17.14.1.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

17.14.1

What's Changed

Full Changelog: microsoft/vstest@v17.14.0...v17.14.1

17.14.0

What's Changed

.NET versions updated

This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does NOT prevent you from:

  • Updating to the latest VS, and running tests from net6.0 test projects.
  • Updating to the latest .NET SDK, and running tests from net6.0 test projects.

It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2.

Changes

Internal version updates and fixes

New Contributors

17.14.0-preview-25107-01

What's Changed

.NET versions updated

This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does NOT prevent you from:

  • Updating to the latest VS, and running tests from net6.0 test projects.
  • Updating to the latest .NET SDK, and running tests from net6.0 test projects.

It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2.

Changes

Internal version updates and fixes

Will probably revert before release:

New Contributors

Full Changelog: microsoft/vstest@v17.13.0...v17.14.0-preview-25107-01

17.13.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v17.12.0...v17.13.0

17.12.0

What's Changed

Internal and infrastructure fixes:

Full Changelog: microsoft/vstest@v17.11.1...v17.12.0

17.11.1

What's Changed

Full Changelog: microsoft/vstest@v17.11.0...v17.11.1

17.11.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v17.10.0...v17.11.0-release-24352-06

17.11.0-release-24373-02

What's Changed

Full Changelog: microsoft/vstest@v17.11.0-release-24352-06...v17.11.0-release-24373-02

17.11.0-release-24352-06

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v17.10.0...v17.11.0-release-24352-06

17.10.0

What's Changed

And many infrastructure related changes and updates.

New Contributors

Full Changelog: microsoft/vstest@v17.9.0...v17.10.0

17.10.0-release-24177-07

What's Changed

New Contributors

And many infrastructure related changes to migrate our pipelines to common build system.

Full Changelog: microsoft/vstest@v17.10.0-preview-24080-01...v17.10.0-release-24177-07

17.10.0-preview-24080-01

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v17.9.0-preview-23577-04...v17.10.0-preview-24080-01

17.9.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v17.8.0...v17.9.0

17.9.0-release-23619-01

What's Changed

Full Changelog: microsoft/vstest@v17.9.0-preview-23577-04...v17.9.0-release-23619-01

17.9.0-preview-23577-04

What's Changed

  • Updated VSSDK.BuildTools version by @​cvpoienaru in #​4765
  • Update dump client to latest by @​nohwnd in #​4724
  • Fix staircase in logger by @​nohwnd in #​4756
  • Create a proper MSBuild ToolTask based VSTestTask by @​nohwnd in #​2702
  • Fix CPU is consumed by polling frequently when there is no subscriber by @​nohwnd, @​cvpoienaru in #​4735
  • Remove javascript in HtmlLogger by @​daveMueller in #​4744
  • Update VSIX metadata by @​nohwnd in #​4550
  • Add platform guard by @​dotMorten in #​4737

Full Changelog: microsoft/vstest@v17.9.0-preview-23531-01...v17.9.0-preview-23577-04

17.9.0-preview-23531-01

What's Changed

Full Changelog: microsoft/vstest@v17.9.0-preview-23503-02...v17.9.0-preview-23531-01

17.9.0-preview-23503-02

What's Changed

  • Remove dependency on Nuget.Frameworks by @​nohwnd in #​4693

Full Changelog: microsoft/vstest@v17.8.0-release-23468-02...v17.9.0-preview-23503-02

Commits viewable in compare view.

Updated Microsoft.NET.Test.Sdk from 17.14.0 to 17.14.1.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

17.14.1

What's Changed

Full Changelog: microsoft/vstest@v17.14.0...v17.14.1

Commits viewable in compare view.

Updated Moq from 4.20.69 to 4.20.72.

Release notes

Sourced from Moq's releases.

4.20.72

What's Changed

🔨 Other

Full Changelog: devlooped/moq@v4.20.71...v4.20.72

4.20.71

What's Changed

🔨 Other

New Contributors

Full Changelog: devlooped/moq@v4.20.70...v4.20.71

4.20.70

What's Changed

🔨 Other

New Contributors

Full Changelog: devlooped/moq@v4.20.69...v4.20.70

Commits viewable in compare view.

Updated NUnit from 4.0.1 to 4.3.2.

Release notes

Sourced from NUnit's releases.

4.3.2

This is a hotfix release.
See release notes for details.

4.3.1

This is a hotfix release.
See release notes for details.

4.3.0

See release notes

4.2.2

Hotfix for fixing regression bug #​4802

What's Changed

Full Changelog: nunit/nunit@4.2.1...4.2.2

4.2.1

Hotfix release for Issue #​4794 and #​4795, affecting .Net Framework.

4.2.0

See release notes

4.1.0

See release notes

Commits viewable in compare view.

Updated NUnit3TestAdapter from 4.5.0 to 5.0.0.

Release notes

Sourced from NUnit3TestAdapter's releases.

5.0.0

See release notes

4.6.0

See release notes

Commits viewable in compare view.

Updated System.Collections.Immutable from 9.0.5 to 9.0.8.

Release notes

Sourced from System.Collections.Immutable's releases.

9.0.8

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.7...v9.0.8

9.0.7

Release

What's Changed

_Description ha...

Description has been truncated

Bumps bootstrap from 5.2.3 to 5.3.7
Bumps jQuery from 3.6.0 to 3.7.1
Bumps jQuery.Validation from 1.19.5 to 1.21.0
Bumps Konscious.Security.Cryptography.Argon2 from 1.3.0 to 1.3.1
Bumps Microsoft.AspNet.Mvc from 5.2.9 to 5.3.0
Bumps Microsoft.AspNet.Razor from 3.2.9 to 3.3.0
Bumps Microsoft.AspNet.WebPages from 3.2.9 to 3.3.0
Bumps Microsoft.jQuery.Unobtrusive.Validation from 3.3.0 to 4.0.0
Bumps Microsoft.NET.Test.Sdk to 17.14.1
Bumps Moq from 4.20.69 to 4.20.72
Bumps NUnit from 4.0.1 to 4.3.2
Bumps NUnit3TestAdapter from 4.5.0 to 5.0.0
Bumps System.Collections.Immutable from 9.0.5 to 9.0.8
Bumps System.Configuration.ConfigurationManager from 8.0.0 to 9.0.8
Bumps System.Security.Cryptography.ProtectedData from 9.0.5 to 9.0.8
Bumps System.Text.Json from 9.0.5 to 9.0.8

---
updated-dependencies:
- dependency-name: bootstrap
  dependency-version: 5.3.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: jQuery
  dependency-version: 3.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: jQuery.Validation
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: Konscious.Security.Cryptography.Argon2
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
- dependency-name: Microsoft.AspNet.Mvc
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: Microsoft.AspNet.Razor
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: Microsoft.AspNet.WebPages
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: Microsoft.jQuery.Unobtrusive.Validation
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-minor-and-patch
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 17.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 17.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: Moq
  dependency-version: 4.20.72
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
- dependency-name: NUnit
  dependency-version: 4.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: NUnit3TestAdapter
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-minor-and-patch
- dependency-name: System.Collections.Immutable
  dependency-version: 9.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
- dependency-name: System.Configuration.ConfigurationManager
  dependency-version: 9.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-minor-and-patch
- dependency-name: System.Security.Cryptography.ProtectedData
  dependency-version: 9.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
- dependency-name: System.Text.Json
  dependency-version: 9.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 11, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@yuseok-kim-edushare yuseok-kim-edushare merged commit 5c866d2 into main Aug 12, 2025
1 check failed
@dependabot dependabot bot deleted the dependabot/nuget/src/Core/nuget-minor-and-patch-d4426c1252 branch August 12, 2025 01:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant