Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the all-minor-updates group with 6 updates #58

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

Bumps the all-minor-updates group with 6 updates:

Package From To
vite 5.0.11 5.0.12
prettier 3.2.2 3.2.4
sass 1.69.7 1.70.0
stylelint 16.1.0 16.2.0
stylelint-scss 6.0.0 6.1.0
vitest 1.2.0 1.2.1

Updates vite from 5.0.11 to 5.0.12

Changelog

Sourced from vite's changelog.

5.0.12 (2024-01-19)

Commits

Updates prettier from 3.2.2 to 3.2.4

Release notes

Sourced from prettier's releases.

3.2.4

  • Fix .eslintrc.json format #15947

🔗 Changelog

3.2.3

  • Format tsconfig.json file with jsonc parser #15927

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.2.4

diff

Fix incorrect parser inference (#15947 by @​fisker)

Files like .eslintrc.json were incorrectly formatted as JSONC files.

// Input
prettier --file-info .eslintrc.json
{ "ignored": false, "inferredParser": "jsonc" }
// Prettier 3.2.4
prettier --file-info .eslintrc.json
{ "ignored": false, "inferredParser": "json" }

3.2.3

diff

Throw errors for invalid code (#15881 by @​fisker, @​Josh-Cena, @​auvred)

// Input
1++;
// Prettier 3.2.2
1++;
// Prettier 3.2.3
SyntaxError: Invalid left-hand side expression in unary operation (1:1)
> 1 | 1++;
| ^

// Input
try {} catch (error = 1){}
// Prettier 3.2.2
try {
} catch (error) {}
// Prettier 3.2.3
SyntaxError: Catch clause variable cannot have an initializer. (1:23)
</tr></table>

... (truncated)

Commits

Updates sass from 1.69.7 to 1.70.0

Release notes

Sourced from sass's releases.

Dart Sass 1.70.0

To install Sass 1.70.0, download one of the packages below and add it to your PATH, or see 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 full changelog for changes in earlier releases.

Changelog

Sourced from 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

Updates stylelint from 16.1.0 to 16.2.0

Release notes

Sourced from stylelint's releases.

16.2.0

  • Added: media-query-no-invalid specific problem messages (#7462) (@​romainmenke).
  • Added: checkContextFunctionalPseudoClasses: [] to selector-max-id (#7380) (@​brigitamaria).
  • Fixed: declaration-property-value-no-unknown false negatives for @starting-style (#7461) (@​fpetrakov).
  • Fixed: function-no-unknown|value-keyword-case false positives for template literals with line breaks (#7443) (@​Sh031224).
  • Fixed: allowEmptyInput option ignored in configuration object regression (#7446) (@​ybiquitous).
  • Fixed: at-rule-no-unknown false positives for @starting-style (#7438) (@​fpetrakov).
  • Fixed: ERR_UNSUPPORTED_ESM_URL_SCHEME for --custom-formatter on Windows (#7432) (@​JounQin).
  • Fixed: Error: Could not find <package> message clarity (#7456) (@​jeddy3).
  • Fixed: overrides.files negated pattern regression introduced in 15.0.0 (#7468) (@​ybiquitous).
Changelog

Sourced from stylelint's changelog.

16.2.0

  • Added: media-query-no-invalid specific problem messages (#7462) (@​romainmenke).
  • Added: checkContextFunctionalPseudoClasses: [] to selector-max-id (#7380) (@​brigitamaria).
  • Fixed: declaration-property-value-no-unknown false negatives for @starting-style (#7461) (@​fpetrakov).
  • Fixed: function-no-unknown|value-keyword-case false positives for template literals with line breaks (#7443) (@​Sh031224).
  • Fixed: allowEmptyInput option ignored in configuration object regression (#7446) (@​ybiquitous).
  • Fixed: at-rule-no-unknown false positives for @starting-style (#7438) (@​fpetrakov).
  • Fixed: ERR_UNSUPPORTED_ESM_URL_SCHEME for --custom-formatter on Windows (#7432) (@​JounQin).
  • Fixed: Error: Could not find <package> message clarity (#7456) (@​jeddy3).
  • Fixed: overrides.files negated pattern regression introduced in 15.0.0 (#7468) (@​ybiquitous).
Commits

Updates stylelint-scss from 6.0.0 to 6.1.0

Release notes

Sourced from stylelint-scss's releases.

6.1.0

Full Changelog: stylelint-scss/stylelint-scss@v6.0.0...v6.1.0

Changelog

Sourced from stylelint-scss's changelog.

6.1.0

Full Changelog: stylelint-scss/stylelint-scss@v6.0.0...v6.1.0

Commits
  • 090e1ee 6.1.0
  • c6e2683 Set version back to 6.0.0 (this gets bumped by np)
  • a417415 Update CHANGELOG for 6.1.0
  • f4bf897 Update contributors list
  • 64e1b43 Set stylelint peer dep back to 16.0.2
  • 264aa53 build(deps-dev): bump stylelint from 16.1.0 to 16.2.0 (#951)
  • 8278856 build(deps-dev): bump prettier from 3.1.1 to 3.2.4 (#950)
  • c67f54d Add no-unused-private-members rule (#949)
  • 9bdfb71 Allow calc function interpolation in SassScript (#947)
  • 21f5039 property-no-unknown for deeper nested properties (#948)
  • Additional commits viewable in compare view

Updates vitest from 1.2.0 to 1.2.1

Release notes

Sourced from vitest's releases.

v1.2.1

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 6421c27 chore: release v1.2.1
  • f8bff9e fix(vitest): throw a syntax error if vi.hoisted is directly exported (#4969)
  • 6c5fe49 fix(browser): don't fail when calling vi.useFakeTimers (#4992)
  • 8877e22 fix(vitest): use development/production conditions when resolving external mo...
  • 39a7169 fix(vitest): check color support for intercepted console logging (#4966)
  • 6c1cc78 fix(browser): fix browser testing url for https (#4855)
  • 952c31d fix(vitest): correctly find module if it has a version query (#4976)
  • df0db6a fix(vitest): simplify hoist transform check regex to avoid expensive regex ma...
  • db01f6c fix(browser): apply inlined workspace config to browser mode vite server (#4947)
  • 6bfdb5f refactor: improve highlighted function (#4967)
  • 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 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 all-minor-updates group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.0.11` | `5.0.12` |
| [prettier](https://github.com/prettier/prettier) | `3.2.2` | `3.2.4` |
| [sass](https://github.com/sass/dart-sass) | `1.69.7` | `1.70.0` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.1.0` | `16.2.0` |
| [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) | `6.0.0` | `6.1.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.2.0` | `1.2.1` |


Updates `vite` from 5.0.11 to 5.0.12
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.0.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.0.12/packages/vite)

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

Updates `sass` from 1.69.7 to 1.70.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.69.7...1.70.0)

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

Updates `stylelint-scss` from 6.0.0 to 6.1.0
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md)
- [Commits](stylelint-scss/stylelint-scss@v6.0.0...v6.1.0)

Updates `vitest` from 1.2.0 to 1.2.1
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.2.1/packages/vitest)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-updates
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-updates
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-updates
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-updates
- dependency-name: stylelint-scss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-updates
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 22, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 29, 2024

Superseded by #60.

@dependabot dependabot bot closed this Jan 29, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-minor-updates-d7511fd27e branch January 29, 2024 06:17
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants