Skip to content

build(deps): bump the dependecies group across 1 directory with 9 updates#198

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dependecies-b8bd7f0d6f
Open

build(deps): bump the dependecies group across 1 directory with 9 updates#198
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dependecies-b8bd7f0d6f

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 2, 2026

Bumps the dependecies group with 9 updates in the / directory:

Package From To
@fortawesome/fontawesome-free 7.1.0 7.2.0
@primer/css 21.0.0 22.1.1
@primer/view-components 0.48.0 0.51.4
autoprefixer 10.4.23 10.5.0
dompurify 3.3.1 3.4.1
jquery 3.7.1 4.0.0
littlefoot 4.1.3 4.1.4
postcss 8.5.6 8.5.10
sass 1.97.1 1.99.0

Updates @fortawesome/fontawesome-free from 7.1.0 to 7.2.0

Release notes

Sourced from @​fortawesome/fontawesome-free's releases.

Release 7.2.0

Change log available at https://fontawesome.com/changelog

Commits
  • 337dd20 Release 7.2.0 (#21465)
  • 16ac6af Simplifying icon request titles (#21360)
  • ce49420 Simplifying icon request template name (to avoid redundancy)
  • 3dba69f Modify bug report template for versioning and labels (#21264)
  • f40da32 Update web bug report template
  • 89f17b4 Modify bug report template for version and labels
  • 14b8429 Adding feature requests to discussions
  • eceb155 Updating links to the new icon request templates
  • b544f79 Update contribution guidelines for icon requests
  • f811bcf Revise icon wizard request template
  • Additional commits viewable in compare view

Updates @primer/css from 21.0.0 to 22.1.1

Release notes

Sourced from @​primer/css's releases.

v22.1.1

Patch Changes

v22.1.0

Minor Changes

v22.0.2

Patch Changes

v22.0.1

Patch Changes

v22.0.0

Major Changes

  • #2789 4113637 Thanks @​jonrohan! - Remove @​primer/view-components imports for styles moved to primer/view_components

v21.5.1

Patch Changes

v21.5.0

Minor Changes

v21.4.0

Minor Changes

Patch Changes

... (truncated)

Changelog

Sourced from @​primer/css's changelog.

22.1.1

Patch Changes

22.1.0

Minor Changes

22.0.2

Patch Changes

22.0.1

Patch Changes

22.0.0

Major Changes

  • #2789 4113637 Thanks @​jonrohan! - Remove @​primer/view-components imports for styles moved to primer/view_components

21.5.1

Patch Changes

21.5.0

Minor Changes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​primer/css since your current version.


Updates @primer/view-components from 0.48.0 to 0.51.4

Release notes

Sourced from @​primer/view-components's releases.

v0.51.4

Patch Changes

  • 2771507 Thanks @​jonrohan! - Replace deprecated --control-medium-lineBoxHeight with --base-size-20

v0.51.3

Patch Changes

  • #3997 35c30b2 Thanks @​siddharthkp! - Add tmp- prefixed duplicate classes for margin and padding utilities. System arguments like mb: 3 now output both mb-3 and tmp-mb-3 classes to support CSS namespace migration.

v0.51.2

Patch Changes

v0.51.1

Patch Changes

  • #3952 02c89a5 Thanks @​copilot-swe-agent! - Performance improvements to ActionBarElement:

    • Replaced the #eachItem / ItemType abstraction with a two-pass read-then-write loop that snapshots all element geometry before mutating the DOM, eliminating forced synchronous reflow.
    • Cached the #menuItems NodeListOf query across each update pass instead of re-querying per item.
    • Simplified #firstItem to a one-liner using Array.find.
    • Coalesces rapid resize/intersection events via requestAnimationFrame so at most one layout pass runs per frame.
    • update() remains the public entry point (coalescing scheduler); actual layout work is in the private #performUpdate().
    • overflow: visible is always applied in connectedCallback (no popover feature-detection gate), preserving the original behavior for CSS/tooltip positioning.
  • #3950 ca926de Thanks @​copilot-swe-agent! - Defer --dialog-scrollgutter computation in DialogHelperElement to the moment a dialog is first opened, avoiding a forced synchronous layout reflow during page load.

  • #3955 ed8bf4a Thanks @​TylerJDev! - ActionMenu: Add fullscreen option to ActionMenu

  • #3961 16a2d75 Thanks @​liuliu-dev! - Tooltip: Fix tooltip overflow on narrow viewports by capping max-width to viewport width.

  • #3957 3baaad2 Thanks @​francinelucca! - chore(AutoComplete): fix NoResultItem contrast ratio

v0.51.0

Minor Changes

Patch Changes

... (truncated)

Changelog

Sourced from @​primer/view-components's changelog.

0.51.4

Patch Changes

  • 2771507 Thanks @​jonrohan! - Replace deprecated --control-medium-lineBoxHeight with --base-size-20

0.51.3

Patch Changes

  • #3997 35c30b2 Thanks @​siddharthkp! - Add tmp- prefixed duplicate classes for margin and padding utilities. System arguments like mb: 3 now output both mb-3 and tmp-mb-3 classes to support CSS namespace migration.

0.51.2

Patch Changes

0.51.1

Patch Changes

  • #3952 02c89a5 Thanks @​copilot-swe-agent! - Performance improvements to ActionBarElement:

    • Replaced the #eachItem / ItemType abstraction with a two-pass read-then-write loop that snapshots all element geometry before mutating the DOM, eliminating forced synchronous reflow.
    • Cached the #menuItems NodeListOf query across each update pass instead of re-querying per item.
    • Simplified #firstItem to a one-liner using Array.find.
    • Coalesces rapid resize/intersection events via requestAnimationFrame so at most one layout pass runs per frame.
    • update() remains the public entry point (coalescing scheduler); actual layout work is in the private #performUpdate().
    • overflow: visible is always applied in connectedCallback (no popover feature-detection gate), preserving the original behavior for CSS/tooltip positioning.
  • #3950 ca926de Thanks @​copilot-swe-agent! - Defer --dialog-scrollgutter computation in DialogHelperElement to the moment a dialog is first opened, avoiding a forced synchronous layout reflow during page load.

  • #3955 ed8bf4a Thanks @​TylerJDev! - ActionMenu: Add fullscreen option to ActionMenu

  • #3961 16a2d75 Thanks @​liuliu-dev! - Tooltip: Fix tooltip overflow on narrow viewports by capping max-width to viewport width.

  • #3957 3baaad2 Thanks @​francinelucca! - chore(AutoComplete): fix NoResultItem contrast ratio

0.51.0

Minor Changes

Patch Changes

... (truncated)

Commits

Updates autoprefixer from 10.4.23 to 10.5.0

Release notes

Sourced from autoprefixer's releases.

10.5.0 “Each Endeavouring, All Achieving”

  • Added mask-position-x and mask-position-y support (by @​toporek).

10.4.27

  • Removed development key from package.json.

10.4.26

  • Reduced package size.

10.4.25

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).

10.4.24

  • Made Autoprefixer a little faster (by @​Cherry).
Changelog

Sourced from autoprefixer's changelog.

10.5.0 “Each Endeavouring, All Achieving”

  • Added mask-position-x and mask-position-y support (by @​toporek).

10.4.27

  • Removed development key from package.json.

10.4.26

  • Reduced package size.

10.4.25

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).

10.4.24

  • Made Autoprefixer a little faster (by @​Cherry).
Commits

Updates dompurify from 3.3.1 to 3.4.1

Release notes

Sourced from dompurify's releases.

DOMPurify 3.4.1

  • Fixed an issue with on-handler stripping for HTML-spec-reserved custom element names (font-face, color-profile, missing-glyph, font-face-src, font-face-uri, font-face-format, font-face-name) under permissive CUSTOM_ELEMENT_HANDLING
  • Fixed a case-sensitivity gap in the annotation-xml check that allowed mixed-case variants to bypass the basic-custom-element exclusion in XHTML mode
  • Fixed SANITIZE_NAMED_PROPS repeatedly prefixing already-prefixed id and name values on subsequent sanitization
  • Fixed the IN_PLACE root-node check to explicitly guard against non-string nodeName (DOM-clobbering robustness)
  • Removed a duplicate slot entry from the default HTML attribute allow-list
  • Strengthened the fast-check fuzz harness with explicit XSS invariants, an expanded seed-payload corpus, an additional idempotence property for SANITIZE_NAMED_PROPS, and a negative-control assertion ensuring the invariants actually fire
  • Added regression and pinning tests covering the above fixes and two accepted-behavior contracts (SAFE_FOR_TEMPLATES greedy scrub, hook-added attribute handling)
  • Extended CodeQL analysis to run on 3.x and 2.x maintenance branches

DOMPurify 3.4.0

Most relevant changes:

  • Fixed a problem with FORBID_TAGS not winning over ADD_TAGS, thanks @​kodareef5
  • Fixed several minor problems and typos regarding MathML attributes, thanks @​DavidOliver
  • Fixed ADD_ATTR/ADD_TAGS function leaking into subsequent array-based calls, thanks @​1Jesper1
  • Fixed a missing SAFE_FOR_TEMPLATES scrub in RETURN_DOM path, thanks @​bencalif
  • Fixed a prototype pollution via CUSTOM_ELEMENT_HANDLING, thanks @​trace37labs
  • Fixed an issue with ADD_TAGS function form bypassing FORBID_TAGS, thanks @​eddieran
  • Fixed an issue with ADD_ATTR predicates skipping URI validation, thanks @​christos-eth
  • Fixed an issue with USE_PROFILES prototype pollution, thanks @​christos-eth
  • Fixed an issue leading to possible mXSS via Re-Contextualization, thanks @​researchatfluidattacks and others
  • Fixed an issue with closing tags leading to possible mXSS, thanks @​frevadiscor
  • Fixed a problem with the type dentition patcher after Node version bump
  • Fixed freezing BS runs by reducing the tested browsers array
  • Bumped several dependencies where possible
  • Added needed files for OpenSSF scorecard checks

Published Advisories are here: https://github.com/cure53/DOMPurify/security/advisories?state=published

DOMPurify 3.3.3

  • Fixed an engine requirement for Node 20 which caused hiccups, thanks @​Rotzbua

DOMPurify 3.3.2

  • Fixed a possible bypass caused by jsdom's faulty raw-text tag parsing, thanks multiple reporters
  • Fixed a prototype pollution issue when working with custom elements, thanks @​christos-eth
  • Fixed a lenient config parsing in _isValidAttribute, thanks @​christos-eth
  • Bumped and removed several dependencies, thanks @​Rotzbua
  • Fixed the test suite after bumping dependencies, thanks @​Rotzbua
Commits
  • 5b0cdbb chore: merge main into 3.x for 3.4.1 release (#1301)
  • 09f5911 test: added three more browsers to test setup (OSX, mobile)
  • 5b16e0b Getting 3.x branch ready for 3.4.0 release (#1250)
  • 8bcbf73 chore: Preparing 3.3.3 release
  • 5faddd6 fix: engine requirement (#1210)
  • 0f91e3a Update README.md
  • d5ff1a8 Merge branch 'main' of github.com:cure53/DOMPurify
  • c3efd48 fix: moved back from jsdom 28 to jsdom 20
  • 988b888 fix: moved back from jsdom 28 to jsdom 20
  • 2726c74 chore: Preparing 3.3.2 release
  • Additional commits viewable in compare view
Install script changes

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


Updates jquery from 3.7.1 to 4.0.0

Release notes

Sourced from jquery's releases.

Release 4.0.0

Changelog

https://blog.jquery.com/2026/01/17/jquery-4-0-0/

Ajax

  • Don't treat array data as binary (992a1911)
  • Allow processData: true even for binary data (ce264e07)
  • Support binary data (including FormData) (a7ed9a7b)
  • Support headers for script transport even when cross-domain (#5142, 6d136443)
  • Support null as success functions in jQuery.get (#4989, 74978b7e)
  • Don't auto-execute scripts unless dataType provided (#4822, 025da4dd)
  • Make responseJSON work for erroneous same-domain JSONP requests (68b4ec59)
  • Execute JSONP error script responses (#4771, a1e619b0)
  • Avoid CSP errors in the script transport for async requests (#3969, 07a8e4a1)
  • Drop the json to jsonp auto-promotion logic (#1799, #3376, e7b3bc48)
  • Overwrite s.contentType with content-type header value, if any (#4119, 7fb90a6b)
  • Deprecate AJAX event aliases, inline event/alias into deprecated (23d53928)
  • Do not execute scripts for unsuccessful HTTP responses (#4250, 50871a5a)
  • Simplify jQuery.ajaxSettings.xhr (#1967, abdc89ac)

Attributes

  • Make .attr( name, false ) remove for all non-ARIA attrs (#5388, 063831b6)
  • Shave off a couple of bytes (b40a4807)
  • Don't stringify attributes in the setter (#4948, 4250b628)
  • Drop the toggleClass(boolean|undefined) signature (#3388, a4421101)
  • Refactor val(): don't strip carriage return, isolate IE workarounds (ff281991)
  • Don't set the type attr hook at all outside of IE (9e66fe9a)

CSS

  • Fix dimensions of table <col> elements (#5628, eca2a564)
  • Drop the cache in finalPropName (640d5825)
  • Tests: Fix tests & support tests under CSS Zoom (#5489, 071f6dba)
  • Fix reliableTrDimensions support test for initially hidden iframes (b1e66a5f)
  • Selector: Align with 3.x, remove the outer selector.js wrapper (53cf7244)
  • Make the reliableTrDimensions support test work with Bootstrap CSS (#5270, 65b85031)
  • Make offsetHeight( true ), etc. include negative margins (#3982, bce13b72)
  • Return undefined for whitespace-only CSS variable values (#5120) (7eb00196)
  • Don’t trim whitespace of undefined custom property (#5105, ed306c02)
  • Skip falsy values in addClass( array ), compress code (#4998, a338b407)
  • Justify use of rtrim on CSS property values (655c0ed5)
  • Trim whitespace surrounding CSS Custom Properties values (#4926, efadfe99)
  • Include show, hide & toggle methods in the jQuery slim build (297d18dd)
  • Remove the opacity CSS hook (865469f5)
  • Workaround buggy getComputedStyle on table rows in IE/Edge (#4490, 26415e08)
  • Don't automatically add "px" to properties with a few exceptions (#2795, 00a9c2e5)

... (truncated)

Commits
  • 4f2fae0 Release: 4.0.0
  • c838cfb Release: remove dist files from main branch
  • 9752519 Release: 4.0.0-rc.2
  • c128d5d Release: Update AUTHORS.txt
  • 5fe9c29 Build: De-dupe three authors via mailmap
  • afdd032 Build: Post beta browser tests errors to jquery/dev on Matrix
  • 546a1eb Build: Bump the github-actions group with 4 updates
  • ec738b3 Build: Fix Chrome beta tests
  • c28c26a Build: Add periodic tests on beta versions of browsers
  • f513413 Build: Bump the github-actions group with 2 updates
  • Additional commits viewable in compare view

Updates littlefoot from 4.1.3 to 4.1.4

Release notes

Sourced from littlefoot's releases.

v4.1.4

What's Changed

Bug Fixes

  • autofocus scrollable popovers (4e3d1bd), closes #23
  • default anchor pattern to focus on URL fragments (64982b7), closes #1824
Changelog

Sourced from littlefoot's changelog.

4.1.4 (2026-04-20)

Bug Fixes

  • autofocus scrollable popovers (4e3d1bd), closes #23
  • default anchor pattern to focus on URL fragments (64982b7), closes #1824
Commits
  • 99add6e chore(release): 4.1.4
  • beeef1b chore(deps): update dependency node to v24.15.0 (#2357)
  • 5d8e5d7 chore(deps): update dependency cypress to v15.14.0 (#2353)
  • 4e87f19 chore(deps): update vitest monorepo to v4.1.4 (#2352)
  • 3a210c5 chore(deps): update dependency cssnano to v7.1.5 (#2356)
  • cffe55f chore(deps): update dependency postcss-preset-env to v11.2.1 (#2355)
  • 1883e70 chore(deps): update dependency postcss to v8.5.10 (#2354)
  • 3a4a9ac chore(deps): update dependency jsdom to v29.0.2 (#2351)
  • faed489 chore(deps): bump vite from 8.0.3 to 8.0.5 (#2350)
  • 6fd6aa8 chore(deps): update dependency axe-core to v4.11.3 (#2349)
  • Additional commits viewable in compare view

Updates postcss from 8.5.6 to 8.5.10

Release notes

Sourced from postcss's releases.

8.5.10

  • Fixed XSS via unescaped </style> in non-bundler cases (by @​TharVid).

8.5.9

  • Speed up source map encoding paring in case of the error.

8.5.8

  • Fixed Processor#version.

8.5.7

  • Improved source map annotation cleaning performance (by CodeAnt AI).
Changelog

Sourced from postcss's changelog.

8.5.10

  • Fixed XSS via unescaped </style> in non-bundler cases (by @​TharVid).

8.5.9

  • Speed up source map encoding paring in case of the error.

8.5.8

  • Fixed Processor#version.

8.5.7

  • Improved source map annotation cleaning performance (by CodeAnt AI).
Commits

Updates sass from 1.97.1 to 1.99.0

Release notes

Sourced from sass's releases.

Dart Sass 1.99.0

To install Sass 1.99.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Add support for parent selectors (&) at the root of the document. These are emitted as-is in the CSS output, where they're interpreted as the scoping root.

  • User-defined functions named calc or clamp are no longer forbidden. If such a function exists without a namespace in the current module, it will be used instead of the built-in calc() or clamp() function.

  • User-defined functions whose names begin with - and end with -expression, -url, -and, -or, or -not are no longer forbidden. These were originally intended to match vendor prefixes, but in practice no vendor prefixes for these functions ever existed in real browsers.

  • User-defined functions named EXPRESSION, URL, and ELEMENT, those that begin with - and end with -ELEMENT, as well as the same names with some lowercase letters are now deprecated, These are names conflict with plain CSS functions that have special syntax.

    See the Sass website for details.

  • In a future release, calls to functions whose names begin with - and end with -expression and -url will no longer have special parsing. For now, these calls are deprecated if their behavior will change in the future.

    See the Sass website for details.

  • Calls to functions whose names begin with - and end with -progid:... are deprecated.

    See the Sass website for details.

See the full changelog for changes in earlier releases.

Dart Sass 1.98.0

To install Sass 1.98.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

Command-Line Interface

  • Gracefully handle dependency loops in --watch mode.

Dart API

  • Add a const Logger.defaultLogger field. This provides a logger that emits to standard error or the browser console, but automatically chooses whether to use terminal colors.

JavaScript API

  • Fix a crash when manually constructing a SassCalculation for 'calc' with an argument that can't be simplified.

... (truncated)

Changelog

Sourced from sass's changelog.

1.99.0

  • Add support for parent selectors (&) at the root of the document. These are emitted as-is in the CSS output, where they're interpreted as the scoping root.

  • User-defined functions named calc or clamp are no longer forbidden. If such a function exists without a namespace in the current module, it will be used instead of the built-in calc() or clamp() function.

  • User-defined functions whose names begin with - and end with -expression, -url, -and, -or, or -not are no longer forbidden. These were originally intended to match vendor prefixes, but in practice no vendor prefixes for these functions ever existed in real browsers.

  • User-defined functions named EXPRESSION, URL, and ELEMENT, those that begin with - and end with -ELEMENT, as well as the same names with some lowercase letters are now deprecated, These are names conflict with plain CSS functions that have special syntax.

    See the Sass website for details.

  • In a future release, calls to functions whose names begin with - and end with -expression and -url will no longer have special parsing. For now, these calls are deprecated if their behavior will change in the future.

    See

…ates

Bumps the dependecies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome) | `7.1.0` | `7.2.0` |
| [@primer/css](https://github.com/primer/css) | `21.0.0` | `22.1.1` |
| [@primer/view-components](https://github.com/primer/view_components) | `0.48.0` | `0.51.4` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.23` | `10.5.0` |
| [dompurify](https://github.com/cure53/DOMPurify) | `3.3.1` | `3.4.1` |
| [jquery](https://github.com/jquery/jquery) | `3.7.1` | `4.0.0` |
| [littlefoot](https://github.com/goblindegook/littlefoot) | `4.1.3` | `4.1.4` |
| [postcss](https://github.com/postcss/postcss) | `8.5.6` | `8.5.10` |
| [sass](https://github.com/sass/dart-sass) | `1.97.1` | `1.99.0` |



Updates `@fortawesome/fontawesome-free` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/7.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@7.1.0...7.2.0)

Updates `@primer/css` from 21.0.0 to 22.1.1
- [Release notes](https://github.com/primer/css/releases)
- [Changelog](https://github.com/primer/css/blob/main/CHANGELOG.md)
- [Commits](primer/css@v21.0.0...v22.1.1)

Updates `@primer/view-components` from 0.48.0 to 0.51.4
- [Release notes](https://github.com/primer/view_components/releases)
- [Changelog](https://github.com/primer/view_components/blob/main/CHANGELOG.md)
- [Commits](primer/view_components@v0.48.0...v0.51.4)

Updates `autoprefixer` from 10.4.23 to 10.5.0
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.23...10.5.0)

Updates `dompurify` from 3.3.1 to 3.4.1
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@3.3.1...3.4.1)

Updates `jquery` from 3.7.1 to 4.0.0
- [Release notes](https://github.com/jquery/jquery/releases)
- [Changelog](https://github.com/jquery/jquery/blob/main/changelog.md)
- [Commits](jquery/jquery@3.7.1...4.0.0)

Updates `littlefoot` from 4.1.3 to 4.1.4
- [Release notes](https://github.com/goblindegook/littlefoot/releases)
- [Changelog](https://github.com/goblindegook/littlefoot/blob/main/CHANGELOG.md)
- [Commits](goblindegook/littlefoot@v4.1.3...v4.1.4)

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

Updates `sass` from 1.97.1 to 1.99.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.97.1...1.99.0)

---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-free"
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependecies
- dependency-name: "@primer/css"
  dependency-version: 22.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependecies
- dependency-name: "@primer/view-components"
  dependency-version: 0.51.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependecies
- dependency-name: autoprefixer
  dependency-version: 10.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependecies
- dependency-name: dompurify
  dependency-version: 3.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependecies
- dependency-name: jquery
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependecies
- dependency-name: littlefoot
  dependency-version: 4.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependecies
- dependency-name: postcss
  dependency-version: 8.5.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependecies
- dependency-name: sass
  dependency-version: 1.99.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependecies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 2, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented May 2, 2026

Deploy Preview for ideas-offby1 ready!

Name Link
🔨 Latest commit 482072d
🔍 Latest deploy log https://app.netlify.com/projects/ideas-offby1/deploys/69f5dc5825a06900089369f9
😎 Deploy Preview https://deploy-preview-198--ideas-offby1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

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