8000 Bump the npm-version-updates group across 1 directory with 3 updates by dependabot[bot] · Pull Request #3013 · secureCodeBox/secureCodeBox · GitHub
[go: up one dir, main page]

Skip to content

Conversation

@dependabot
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github May 5, 2025

Bumps the npm-version-updates group with 3 updates in the /documentation directory: sass, @types/node and @types/react.

Updates sass from 1.86.3 to 1.87.0

Release notes

Sourced from sass's releases.

Dart Sass 1.87.0

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

Changes

  • Potentially breaking bug fix: When a plain CSS file with a top-level nesting selector & is loaded into a nested Sass context via meta.load-css() or @import, Sass now emits plain CSS nesting rather than incorrectly combining it with the parent selector using a descendant combinator.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.87.0

  • Potentially breaking bug fix: When a plain CSS file with a top-level nesting selector & is loaded into a nested Sass context via meta.load-css() or @import, Sass now emits plain CSS nesting rather than incorrectly combining it with the parent selector using a descendant combinator.
Commits

Updates @types/node from 22.14.0 to 22.15.3

Commits

Updates @types/react from 19.1.0 to 19.1.2

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 5, 2025
@netlify
Copy link
netlify bot commented May 5, 2025

Deploy Preview for docs-securecodebox canceled.

Name Link
🔨 Latest commit 8516177
🔍 Latest deploy log https://app.netlify.com/sites/docs-securecodebox/deploys/6819bfd3c107cb0008b1e0b4

@Weltraumschaf Weltraumschaf moved this from Triage to To Review in secureCodeBox May 6, 2025
@github-project-automation github-project-automation bot moved this from To Review to Reviewer Approved in secureCodeBox May 6, 2025
Bumps the npm-version-updates group with 3 updates in the /documentation directory: [sass](https://github.com/sass/dart-sass), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react).


Updates `sass` from 1.86.3 to 1.87.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.86.3...1.87.0)

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

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

---
updated-dependencies:
- dependency-name: sass
  dependency-version: 1.87.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-version-updates
- dependency-name: "@types/node"
  dependency-version: 22.15.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-version-updates
- dependency-name: "@types/react"
  dependency-version: 19.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-version-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@Weltraumschaf Weltraumschaf force-pushed the dependabot/npm_and_yarn/documentation/npm-version-updates-4b81eb7913 branch from 2b7f72c to 8516177 Compare May 6, 2025 07:52
@sonarqubecloud
Copy link
sonarqubecloud bot commented May 6, 2025

@Weltraumschaf
Copy link
Member

Megalinter dies for unknown reason:

 [MegaLinter init] ONE-SHOT RUN
[config] /github/workspace/.mega-linter.yml + Environment variables
----------------------------------------------------------------------------------------------------
------------------------------------ MegaLinter, by OX Security ------------------------------------
----------------------------------------------------------------------------------------------------
 - Image Creation Date: 2025-05-04T16:41:52Z
 - Image Revision: 5a91fb06c83d0e69fbd23756d47438aa723b4a5a
 - Image Version: v8.7.0
----------------------------------------------------------------------------------------------------
The MegaLinter documentation can be found at:
 - https://megalinter.io/8.7.0
----------------------------------------------------------------------------------------------------
MegaLinter initialization (expand for details)
MegaLinter now collects the files to analyse (expand for details)
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/megalinter/run.py", line 14, in <module>
    linter.run()
  File "/megalinter/MegaLinter.py", line 308, in run
    reporter.produce_report()
  File "/megalinter/reporters/GithubCommentReporter.py", line 86, in produce_report
    [build_markdown_summary(self, action_run_url), "", marker, ""]
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/megalinter/utils_reporter.py", line 94, in build_markdown_summary
    table_data_raw.pop(0)
IndexError: pop from empty list

@J12934 J12934 merged commit a33d063 into main May 7, 2025
52 of 54 checks passed
@J12934 J12934 deleted the dependabot/npm_and_yarn/documentation/npm-version-updates-4b81eb7913 branch May 7, 2025 12:04
@github-project-automation github-project-automation bot moved this from Reviewer Approved to Done in secureCodeBox May 7, 2025
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

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants

0