• E egoroff-spb-ru
  • Информация о проекте
    • Информация о проекте
    • Активность
    • Метки
    • Участники
  • Репозиторий
    • Репозиторий
    • Файлы
    • Коммиты
    • Ветки
    • Теги
    • Участники
    • Диаграмма
    • Сравнение
  • Задачи 0
    • Задачи 0
    • Список
    • Доски
    • Спринты
  • Запросы на слияние 0
    • Запросы на слияние 0
  • CI/CD
    • CI/CD
    • Конвейеры
    • Задания
    • Расписания
  • Развертывания
    • Развертывания
    • Окружения
    • Релизы
  • Пакеты и реестры
    • Пакеты и реестры
    • Реестр пакетов
    • Реестр контейнеров
  • Мониторинг
    • Мониторинг
    • Инциденты
  • Аналитика
    • Аналитика
    • Поток ценности
    • CI/CD
    • Репозиторий
  • Wiki
    • Wiki
  • Сниппеты
    • Сниппеты
  • Активность
  • Диаграмма
  • Создать новую задачу
  • Задания
  • Коммиты
  • Доски с задачами
Свернуть панель
  • egoroff
  • egoroff-spb-ru
  • Запросы на слияние
  • !375

chore(deps): bump scss-tokenizer and node-sass in /ui

  • Ревью изменений

  • Скачать
  • Почтовые патчи
  • Простое отличие
Закрыто egoroff запросил слияние dependabot/npm_and_yarn/ui/scss-tokenizer-and-node-sass-0.4.3 в master Сен 20, 2022
  • Обзор 1
  • Коммиты 1
  • Конвейеры 0
  • Изменения 2

Created by: dependabot[bot]

Bumps scss-tokenizer and node-sass. These dependencies needed to be updated together. Updates scss-tokenizer from 0.2.3 to 0.4.3

Release notes

Sourced from scss-tokenizer's releases.

v0.4.3

What's Changed

  • Bump acorn from 5.7.3 to 5.7.4 by @​dependabot in sasstools/scss-tokenizer#33
  • Fixed ReDoS in "loadAnnotation" function of "previous-map.js" by @​sushantmittal in sasstools/scss-tokenizer#49

New Contributors

  • @​dependabot made their first contribution in sasstools/scss-tokenizer#33
  • @​sushantmittal made their first contribution in sasstools/scss-tokenizer#49

Full Changelog: https://github.com/sasstools/scss-tokenizer/compare/v0.4.2...v0.4.3

v0.4.2

Misc

  • Restore prepublishOnly npm script (@​xzyfer, ae79d74)

v0.4.1

Fixes

  • Error handling utf-8 encoded sourcemap urls (#13, @​xzyfer)

v0.4.0

Fixes

  • Fix endInterpolant not being captured (@​xzyfer, #20)
  • Fix tracking of token position (@​xzyfer, #22)

Tests

  • Add basic test coverage to interpolant tokenization (@​xzyfer, #20)

Dependencies

  • Replace babel-preset-es2015 with babel-preset-env (@​xzyfer, #23)
  • sass-spec@2.5.1 (@​xzyfer, #23)
  • babel-core@^6.26.3 (@​xzyfer, #23)
  • babel-jest@^23.6.0 (@​xzyfer, #23)
  • glob@^7.1.3 (@​xzyfer, #23)
  • jest@^23.6.0 (@​xzyfer, #23)
  • js-base64@^2.4.9 (@​xzyfer, #23)
  • source-map@^0.7.3 (@​xzyfer, #23)

Misc

  • TravisCI now tests all supported Node versions
  • Commit package-lock.json

v0.3.0

... (truncated)

Commits
  • 3e518d9 0.4.3
  • ff8e994 Update changelog
  • a53b6f2 Fixed ReDoS in 'loadAnnotation' function of previous-map.js.
  • b55257b Bump acorn from 5.7.3 to 5.7.4
  • db9b196 0.4.2
  • ae79d74 Restore prepublishOnly npm script
  • 32a65d8 0.4.1
  • cef5140 Add support for utf8 name in input source map encoding
  • 07c1917 0.4.0
  • d74f803 Commit package-lock.json
  • Additional commits viewable in compare view

Updates node-sass from 6.0.1 to 7.0.3

Release notes

Sourced from node-sass's releases.

v7.0.3

Dependencies

  • Bump sass-graph from 4.0.0 to ^4.0.1

Supported Environments

OS Architecture Node
Windows x86 & x64 12, 14, 16, 17
OSX x64 12, 14, 16, 17
Linux* x64 12, 14, 16, 17
Alpine Linux x64 12, 14, 16, 17
FreeBSD i386 amd64 12, 14

*Linux support refers to major distributions like Ubuntu, and Debian

v7.0.2

This release has been unpublished

v7.0.1

Dependencies

  • Bump node-gyp from 7.1.2 to 8.4.1
  • Bump sass-graph from 2.2.5 to 4.0.0

Supported Environments

OS Architecture Node
Windows x86 & x64 12, 14, 16, 17
OSX x64 12, 14, 16, 17
Linux* x64 12, 14, 16, 17
Alpine Linux x64 12, 14, 16, 17
FreeBSD i386 amd64 12, 14

*Linux support refers to major distributions like Ubuntu, and Debian

v7.0.0

Breaking changes

  • Drop support for Node 15 (@​nschonni)
  • Set rejectUnauthorized to true by default (@​scott-ut, #3149)

Features

  • Add support for Node 17 (@​nschonni)

Dependencies

... (truncated)

Commits
  • 73869ea 7.0.3
  • 11e2ab9 7.0.2
  • dc15b70 Bump sass-graph@^4.0.1
  • 99242d7 7.0.1
  • 77049d1 build(deps): bump sass-graph from 2.2.5 to 4.0.0 (#3224)
  • c929f25 build(deps): bump node-gyp from 7.1.2 to 8.4.1 (#3209)
  • 918dcb3 Lint fix
  • 0a21792 Set rejectUnauthorized to true by default (#3149)
  • e80d4af chore: Drop EOL Node 15 (#3122)
  • d753397 feat: Add Node 17 support (#3195)
  • Additional commits viewable 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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
Ответственный
Назначить
Проверяющие
Запросить ревью
Оценка трудозатрат
Исходная ветка: dependabot/npm_and_yarn/ui/scss-tokenizer-and-node-sass-0.4.3