Skip to content

Bump the npm-minor-and-patch group across 1 directory with 5 updates#574

Closed
dependabot[bot] wants to merge 4 commits into
mainfrom
dependabot/npm_and_yarn/npm-minor-and-patch-ea8b5ad35d
Closed

Bump the npm-minor-and-patch group across 1 directory with 5 updates#574
dependabot[bot] wants to merge 4 commits into
mainfrom
dependabot/npm_and_yarn/npm-minor-and-patch-ea8b5ad35d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 23, 2025

Copy link
Copy Markdown
Contributor

Bumps the npm-minor-and-patch group with 5 updates in the / directory:

Package From To
cleasby-vigfusson-abbreviations 1.0.11 1.0.12
sass 1.90.0 1.97.1
scandinavian-dictionary-crosslinker 0.6.0 0.7.0
cypress 15.7.0 15.8.1
typescript 5.9.2 5.9.3

Updates cleasby-vigfusson-abbreviations from 1.0.11 to 1.0.12

Commits
  • c56dd05 v1.0.12
  • b8fdc08 Update deps
  • 0e6b8ed CI: update Node versions
  • 575d5f2 Fix typo in reflex.
  • 58b2f6a Delete .github/dependabot.yml
  • e9433ec Build(deps): Bump the ci-dependencies group with 1 update
  • 3c03c65 Merge pull request #291 from stscoundrel/dependabot/github_actions/ci-depende...
  • 31c75e3 Merge pull request #290 from stscoundrel/dependabot/npm_and_yarn/dependencies...
  • f2e7215 Build(deps): Bump the ci-dependencies group with 1 update
  • fccaaf7 Build(deps-dev): Bump the dependencies group with 11 updates
  • Additional commits viewable in compare view

Updates sass from 1.90.0 to 1.97.1

Release notes

Sourced from sass's releases.

Dart Sass 1.97.1

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

Changes

  • Fix a bug with the new CSS-style if() syntax where values would be evaluated even if their conditions didn't match.

See the full changelog for changes in earlier releases.

Dart Sass 1.97.0

To install Sass 1.97.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 the display-p3-linear color space.

See the full changelog for changes in earlier releases.

Dart Sass 1.96.0

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

Changes

  • Allow numbers with complex units (more than one numerator unit or more than zero denominator units) to be emitted to CSS. These are now emitted as calc() expressions, which now support complex units in plain CSS.

See the full changelog for changes in earlier releases.

Dart Sass 1.95.1

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

Changes

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Dart Sass 1.95.0

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

... (truncated)

Changelog

Sourced from sass's changelog.

1.97.1

  • Fix a bug with the new CSS-style if() syntax where values would be evaluated even if their conditions didn't match.

1.97.0

  • Add support for the display-p3-linear color space.

1.96.0

  • Allow numbers with complex units (more than one numerator unit or more than zero denominator units) to be emitted to CSS. These are now emitted as calc() expressions, which now support complex units in plain CSS.

1.95.1

  • No user-visible changes.

1.95.0

  • Add support for the CSS-style if() function. In addition to supporting the plain CSS syntax, this also supports a sass() query that takes a Sass expression that evaluates to true or false at preprocessing time depending on whether the Sass value is truthy. If there are no plain-CSS queries, the function will return the first value whose query returns true during preprocessing. For example, if(sass(false): 1; sass(true): 2; else: 3) returns 2.

  • The old Sass if() syntax is now deprecated. Users are encouraged to migrate to the new CSS syntax. if($condition, $if-true, $if-false) can be changed to if(sass($condition): $if-true; else: $if-false).

    See the Sass website for details.

  • Plain-CSS if() functions are now considered "special numbers", meaning that they can be used in place of arguments to CSS color functions.

  • Plain-CSS if() functions and attr() functions are now considered "special variable strings" (like var()), meaning they can now be used in place of multiple arguments or syntax fragments in various CSS functions.

1.94.3

  • Fix the span reported for standalone % expressions followed by whitespace.

1.94.2

... (truncated)

Commits
Maintainer changes

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


Updates scandinavian-dictionary-crosslinker from 0.6.0 to 0.7.0

Release notes

Sourced from scandinavian-dictionary-crosslinker's releases.

v0.7.0

TLDR:

  • Added new Old Danish crosslinks for common words
  • Rebuild source based on latest sitemaps, which may've had additions or deletions.

What's Changed

Full Changelog: stscoundrel/scandinavian-dictionary-crosslinker@v0.6.0...v0.7.0

Commits
  • 62e15ea CI/CD: update pipeline runtime versions
  • 95f41ac v0.7.0
  • 118d9eb NPM module: update minor deps
  • 74ff41a NPM module: regenerate with new crosslinks
  • 4ca0284 Manual crosslinks: add typical Old Danish crosslinks
  • f2cc30b Bump braces from 3.0.2 to 3.0.3 in /npm-module
  • 6c242ba Bump the npm-dependencies group in /npm-module with 8 updates
  • 64a2570 Bump the downloader-dependencies group in /downloader with 1 update
  • See full diff in compare view

Updates cypress from 15.7.0 to 15.8.1

Release notes

Sourced from cypress's releases.

v15.8.1

Changelog: https://docs.cypress.io/app/references/changelog#15-8-1

v15.8.0

Changelog: https://docs.cypress.io/app/references/changelog#15-8-0

v15.7.1

Changelog: https://docs.cypress.io/app/references/changelog#15-7-1

Commits

Updates typescript from 5.9.2 to 5.9.3

Release notes

Sourced from typescript's releases.

TypeScript 5.9.3

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

Commits
  • c63de15 Bump version to 5.9.3 and LKG
  • 8428ca4 🤖 Pick PR #62438 (Fix incorrectly ignored dts file fr...) into release-5.9 (#...
  • a131cac 🤖 Pick PR #62351 (Add missing Float16Array constructo...) into release-5.9 (#...
  • 0424333 🤖 Pick PR #62423 (Revert PR 61928) into release-5.9 (#62425)
  • bdb641a 🤖 Pick PR #62311 (Fix parenthesizer rules for manuall...) into release-5.9 (#...
  • 0d9b9b9 🤖 Pick PR #61978 (Restructure CI to prepare for requi...) into release-5.9 (#...
  • 2dce0c5 Intentionally regress one buggy declaration output to an older version (#62163)
  • See full diff in compare view

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

Bumps the npm-minor-and-patch group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cleasby-vigfusson-abbreviations](https://github.com/stscoundrel/cleasby-vigfusson-abbreviations) | `1.0.11` | `1.0.12` |
| [sass](https://github.com/sass/dart-sass) | `1.90.0` | `1.97.1` |
| [scandinavian-dictionary-crosslinker](https://github.com/stscoundrel/scandinavian-dictionary-crosslinker) | `0.6.0` | `0.7.0` |
| [cypress](https://github.com/cypress-io/cypress) | `15.7.0` | `15.8.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.2` | `5.9.3` |



Updates `cleasby-vigfusson-abbreviations` from 1.0.11 to 1.0.12
- [Release notes](https://github.com/stscoundrel/cleasby-vigfusson-abbreviations/releases)
- [Commits](stscoundrel/cleasby-vigfusson-abbreviations@v1.0.11...v1.0.12)

Updates `sass` from 1.90.0 to 1.97.1
- [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.90.0...1.97.1)

Updates `scandinavian-dictionary-crosslinker` from 0.6.0 to 0.7.0
- [Release notes](https://github.com/stscoundrel/scandinavian-dictionary-crosslinker/releases)
- [Commits](stscoundrel/scandinavian-dictionary-crosslinker@v0.6.0...v0.7.0)

Updates `cypress` from 15.7.0 to 15.8.1
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v15.7.0...v15.8.1)

Updates `typescript` from 5.9.2 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.2...v5.9.3)

---
updated-dependencies:
- dependency-name: cleasby-vigfusson-abbreviations
  dependency-version: 1.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
- dependency-name: sass
  dependency-version: 1.97.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-and-patch
- dependency-name: scandinavian-dictionary-crosslinker
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-and-patch
- dependency-name: cypress
  dependency-version: 15.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-and-patch
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
...

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 Dec 23, 2025
@vercel

vercel Bot commented Dec 23, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Review Updated (UTC)
cleasby-vigfusson-dictionary Ignored Ignored Dec 23, 2025 1:04pm

@dependabot @github

dependabot Bot commented on behalf of github Dec 25, 2025

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/npm-minor-and-patch-ea8b5ad35d branch December 25, 2025 17:26
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.

1 participant