Re: [PR] build(deps-dev): bump sass from 1.69.7 to 1.70.0 in /tobago-theme [myfaces-tobago]

2024-02-01 Thread via GitHub


dependabot[bot] closed pull request #4837: build(deps-dev): bump sass from 
1.69.7 to 1.70.0 in /tobago-theme
URL: https://github.com/apache/myfaces-tobago/pull/4837


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] build(deps-dev): bump sass from 1.69.7 to 1.70.0 in /tobago-theme [myfaces-tobago]

2024-02-01 Thread via GitHub


dependabot[bot] commented on PR #4837:
URL: https://github.com/apache/myfaces-tobago/pull/4837#issuecomment-1923172225

   Looks like sass is up-to-date now, so this is no longer needed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] build(deps-dev): bump sass from 1.69.7 to 1.70.0 in /tobago-theme [myfaces-tobago]

2024-02-01 Thread via GitHub


dependabot[bot] closed pull request #4829: build(deps-dev): bump sass from 
1.69.7 to 1.70.0 in /tobago-theme
URL: https://github.com/apache/myfaces-tobago/pull/4829


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] build(deps-dev): bump sass from 1.69.7 to 1.70.0 in /tobago-theme [myfaces-tobago]

2024-02-01 Thread via GitHub


dependabot[bot] commented on PR #4829:
URL: https://github.com/apache/myfaces-tobago/pull/4829#issuecomment-1923161643

   Looks like sass is up-to-date now, so this is no longer needed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] build(deps-dev): bump sass from 1.69.7 to 1.70.0 in /tobago-theme [myfaces-tobago]

2024-02-01 Thread via GitHub


dependabot[bot] opened a new pull request, #4837:
URL: https://github.com/apache/myfaces-tobago/pull/4837

   Bumps [sass](https://github.com/sass/dart-sass) from 1.69.7 to 1.70.0.
   
   Release notes
   Sourced from https://github.com/sass/dart-sass/releases;>sass's releases.
   
   Dart Sass 1.70.0
   To install Sass 1.70.0, download one of the packages below and https://katiek2.github.io/path-doc/;>add it to your PATH, or see https://sass-lang.com/install;>the Sass website for full installation 
instructions.
   Changes
   JavaScript API
   
   
   Add a sass.initCompiler() function that returns a 
sass.Compiler object which supports compile() and 
compileString() methods with the same API as the global Sass 
object. On the Node.js embedded host, each sass.Compiler object 
uses a single long-lived subprocess, making compiling multiple stylesheets much 
more efficient.
   
   
   Add a sass.initAsyncCompiler() function that returns a 
sass.AsyncCompiler object which supports 
compileAsync() and compileStringAsync() methods with 
the same API as the global Sass object. On the Node.js embedded host, each 
sass.AsynCompiler object uses a single long-lived subprocess, 
making compiling multiple stylesheets much more efficient.
   
   
   Embedded Sass
   
   
   Support the CompileRequest.silent field. This allows 
compilations with no logging to avoid unnecessary request/response cycles.
   
   
   The Dart Sass embedded compiler now reports its name as 
dart-sass rather than Dart Sass, to match the JS API's 
info field.
   
   
   See the https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1700;>full 
changelog for changes in earlier releases.
   
   
   
   Changelog
   Sourced from https://github.com/sass/dart-sass/blob/main/CHANGELOG.md;>sass's 
changelog.
   
   1.70.0
   JavaScript API
   
   
   Add a sass.initCompiler() function that returns a 
sass.Compiler object
   which supports compile() and compileString() 
methods with the same API as
   the global Sass object. On the Node.js embedded host, each 
sass.Compiler
   object uses a single long-lived subprocess, making compiling multiple
   stylesheets much more efficient.
   
   
   Add a sass.initAsyncCompiler() function that returns a 
sass.AsyncCompiler
   object which supports compileAsync() and 
compileStringAsync() methods with
   the same API as the global Sass object. On the Node.js embedded host, each
   sass.AsynCompiler object uses a single long-lived subprocess, 
making
   compiling multiple stylesheets much more efficient.
   
   
   Embedded Sass
   
   
   Support the CompileRequest.silent field. This allows 
compilations with no
   logging to avoid unnecessary request/response cycles.
   
   
   The Dart Sass embedded compiler now reports its name as 
dart-sass rather
   than Dart Sass, to match the JS API's info 
field.
   
   
   
   
   
   Commits
   
   https://github.com/sass/dart-sass/commit/076414d3e793ab907591b34fc8a3f694529277d4;>076414d
 [Shared Resources] dart-sass implementation (https://redirect.github.com/sass/dart-sass/issues/2134;>#2134)
   https://github.com/sass/dart-sass/commit/0d91c92dfbc5b570161f9fc554c2e90f0f220567;>0d91c92
 Support CompileRequest.silent of embedded protocol (https://redirect.github.com/sass/dart-sass/issues/2160;>#2160)
   https://github.com/sass/dart-sass/commit/b263a7260801a8a0bc2b87d35cf584ba4a6eca20;>b263a72
 Use implementation name dart-sass for VersionResponse (https://redirect.github.com/sass/dart-sass/issues/2156;>#2156)
   See full diff in https://github.com/sass/dart-sass/compare/1.69.7...1.70.0;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sass=npm_and_yarn=1.69.7=1.70.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   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  ignore conditions` will show all of 
the ignore conditions of the 

[PR] build(deps-dev): bump sass from 1.69.7 to 1.70.0 in /tobago-theme [myfaces-tobago]

2024-02-01 Thread via GitHub


dependabot[bot] opened a new pull request, #4829:
URL: https://github.com/apache/myfaces-tobago/pull/4829

   Bumps [sass](https://github.com/sass/dart-sass) from 1.69.7 to 1.70.0.
   
   Release notes
   Sourced from https://github.com/sass/dart-sass/releases;>sass's releases.
   
   Dart Sass 1.70.0
   To install Sass 1.70.0, download one of the packages below and https://katiek2.github.io/path-doc/;>add it to your PATH, or see https://sass-lang.com/install;>the Sass website for full installation 
instructions.
   Changes
   JavaScript API
   
   
   Add a sass.initCompiler() function that returns a 
sass.Compiler object which supports compile() and 
compileString() methods with the same API as the global Sass 
object. On the Node.js embedded host, each sass.Compiler object 
uses a single long-lived subprocess, making compiling multiple stylesheets much 
more efficient.
   
   
   Add a sass.initAsyncCompiler() function that returns a 
sass.AsyncCompiler object which supports 
compileAsync() and compileStringAsync() methods with 
the same API as the global Sass object. On the Node.js embedded host, each 
sass.AsynCompiler object uses a single long-lived subprocess, 
making compiling multiple stylesheets much more efficient.
   
   
   Embedded Sass
   
   
   Support the CompileRequest.silent field. This allows 
compilations with no logging to avoid unnecessary request/response cycles.
   
   
   The Dart Sass embedded compiler now reports its name as 
dart-sass rather than Dart Sass, to match the JS API's 
info field.
   
   
   See the https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1700;>full 
changelog for changes in earlier releases.
   
   
   
   Changelog
   Sourced from https://github.com/sass/dart-sass/blob/main/CHANGELOG.md;>sass's 
changelog.
   
   1.70.0
   JavaScript API
   
   
   Add a sass.initCompiler() function that returns a 
sass.Compiler object
   which supports compile() and compileString() 
methods with the same API as
   the global Sass object. On the Node.js embedded host, each 
sass.Compiler
   object uses a single long-lived subprocess, making compiling multiple
   stylesheets much more efficient.
   
   
   Add a sass.initAsyncCompiler() function that returns a 
sass.AsyncCompiler
   object which supports compileAsync() and 
compileStringAsync() methods with
   the same API as the global Sass object. On the Node.js embedded host, each
   sass.AsynCompiler object uses a single long-lived subprocess, 
making
   compiling multiple stylesheets much more efficient.
   
   
   Embedded Sass
   
   
   Support the CompileRequest.silent field. This allows 
compilations with no
   logging to avoid unnecessary request/response cycles.
   
   
   The Dart Sass embedded compiler now reports its name as 
dart-sass rather
   than Dart Sass, to match the JS API's info 
field.
   
   
   
   
   
   Commits
   
   https://github.com/sass/dart-sass/commit/076414d3e793ab907591b34fc8a3f694529277d4;>076414d
 [Shared Resources] dart-sass implementation (https://redirect.github.com/sass/dart-sass/issues/2134;>#2134)
   https://github.com/sass/dart-sass/commit/0d91c92dfbc5b570161f9fc554c2e90f0f220567;>0d91c92
 Support CompileRequest.silent of embedded protocol (https://redirect.github.com/sass/dart-sass/issues/2160;>#2160)
   https://github.com/sass/dart-sass/commit/b263a7260801a8a0bc2b87d35cf584ba4a6eca20;>b263a72
 Use implementation name dart-sass for VersionResponse (https://redirect.github.com/sass/dart-sass/issues/2156;>#2156)
   See full diff in https://github.com/sass/dart-sass/compare/1.69.7...1.70.0;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sass=npm_and_yarn=1.69.7=1.70.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   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  ignore conditions` will show all of 
the ignore conditions of the