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

Bump the minor-patch group with 8 updates #956

Merged
merged 2 commits into from
Jan 20, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps the minor-patch group with 8 updates:

Package From To
lint-staged 15.3.0 15.4.1
sass 1.83.1 1.83.4
@babel/plugin-transform-nullish-coalescing-operator 7.26.5 7.26.6
@types/node 22.10.5 22.10.7
caniuse-lite 1.0.30001692 1.0.30001695
consola 3.3.3 3.4.0
electron-to-chromium 1.5.80 1.5.83
postcss 8.4.49 8.5.1

Updates lint-staged from 15.3.0 to 15.4.1

Release notes

Sourced from lint-staged's releases.

v15.4.1

Patch Changes

v15.4.0

Minor Changes

  • #1500 a8ec1dd Thanks @​iiroj! - Lint-staged now provides TypeScript types for the configuration and main Node.js API. You can use the JSDoc syntax in your JS configuration files:

    /**
     * @filename: lint-staged.config.js
     * @type {import('lint-staged').Configuration}
     */
    export default {
      '*': 'prettier --write',
    }

    It's also possible to use the .ts file extension for the configuration if your Node.js version supports it. The --experimental-strip-types flag was introduced in Node.js v22.6.0 and unflagged in v23.6.0, enabling Node.js to execute TypeScript files without additional configuration.

    export NODE_OPTIONS="--experimental-strip-types"
    npx lint-staged --config lint-staged.config.ts

Patch Changes

Changelog

Sourced from lint-staged's changelog.

15.4.1

Patch Changes

15.4.0

Minor Changes

  • #1500 a8ec1dd Thanks @​iiroj! - Lint-staged now provides TypeScript types for the configuration and main Node.js API. You can use the JSDoc syntax in your JS configuration files:

    /**
     * @filename: lint-staged.config.js
     * @type {import('lint-staged').Configuration}
     */
    export default {
      '*': 'prettier --write',
    }

    It's also possible to use the .ts file extension for the configuration if your Node.js version supports it. The --experimental-strip-types flag was introduced in Node.js v22.6.0 and unflagged in v23.6.0, enabling Node.js to execute TypeScript files without additional configuration.

    export NODE_OPTIONS="--experimental-strip-types"
    npx lint-staged --config lint-staged.config.ts

Patch Changes

Commits
  • 1c93c9e chore(changeset): release (#1505)
  • c020664 Merge pull request #1504 from lint-staged/fix-typescript
  • 1c7a45e fix: default TypeScript config filenames match JS equivalents
  • 9cc18c9 fix: add missing conditional export for TypeScript types
  • 7ff1e58 chore(changeset): release (#1502)
  • b881830 docs: adjust README regarding TypeScript
  • 41c9fee docs: sync changelog and README regarding TypeScript
  • 6de7529 Merge pull request #1500 from lint-staged/typescript-types
  • 012916e feat: enable loading configuration from TS files (if Node.js supports importi...
  • e95d5cd feat: add TypeScript types for the main lint-staged Node.js API
  • Additional commits viewable in compare view

Updates sass from 1.83.1 to 1.83.4

Release notes

Sourced from sass's releases.

Dart Sass 1.83.4

To install Sass 1.83.4, 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.83.3

To install Sass 1.83.3, 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.83.2

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

Changes

  • Properly display deprecation IDs for the JS Sass API.

  • Don't display deprecation IDs for user-defined deprecations.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.83.4

  • No user-visible changes.

1.83.3

  • No user-visible changes.

1.83.2

  • Properly display deprecation IDs for the JS Sass API.

  • Don't display deprecation IDs for user-defined deprecations.

Commits
  • 89a5394 Fix more bugs in the sass-parser release process (#2491)
  • 46686ed Merge pull request #2490 from sass/sass-parser-release
  • 1261767 Use a file: dependency for local Sass development
  • 173f39b Use the Dart Sass version for the sass-parser dependency
  • ddb14b2 Fix deprecation ID displays in JS mode (#2483)
  • b12b508 Compile sass-parser before deploying (#2489)
  • b19b57f Merge pull request #2478 from sass/if
  • 23ff19d Merge branch 'main' into if
  • 8818d93 Properly override the sass-parser dependency on sass during release (#2487)
  • adb7016 Merge pull request #2488 from sass/sdk-formatter
  • Additional commits viewable in compare view

Updates @babel/plugin-transform-nullish-coalescing-operator from 7.26.5 to 7.26.6

Release notes

Sourced from @​babel/plugin-transform-nullish-coalescing-operator's releases.

v7.26.6 (2025-01-13)

🐛 Bug Fix

  • babel-plugin-transform-nullish-coalescing-operator

Committers: 1

Changelog

Sourced from @​babel/plugin-transform-nullish-coalescing-operator's changelog.

v7.26.6 (2025-01-13)

🐛 Bug Fix

  • babel-plugin-transform-nullish-coalescing-operator
Commits

Updates @types/node from 22.10.5 to 22.10.7

Commits

Updates caniuse-lite from 1.0.30001692 to 1.0.30001695

Commits

Updates consola from 3.3.3 to 3.4.0

Release notes

Sourced from consola's releases.

v3.4.0

compare changes

🚀 Enhancements

  • Use upstream @clack/prompts (#332)

🩹 Fixes

  • Calculate box width without escape sequence chars (#336)

📦 Build

  • Update exports for node16 typescript resolution (#331)

❤️ Contributors

Changelog

Sourced from consola's changelog.

v3.4.0

compare changes

🚀 Enhancements

  • Use upstream @clack/prompts (#332)

🩹 Fixes

  • Calculate box width without escape sequence chars (#336)

💅 Refactors

  • Keep prompt styles (cont. #332) (#332)

📦 Build

  • Update exports for node16 typescript resolution (#331)

🏡 Chore

❤️ Contributors

Commits

Updates electron-to-chromium from 1.5.80 to 1.5.83

Commits

Updates postcss from 8.4.49 to 8.5.1

Release notes

Sourced from postcss's releases.

8.5.1

8.5 “Duke Alloces”

PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.

@​romainmenke during his work on Stylelint added Input#document in additional to Input#css.

root.source.input.document //=> "<p>Hello</p>
                           //    <style>
                           //    p {
                           //      color: green;
                           //    }
                           //    </style>"
root.source.input.css      //=> "p {
                           //      color: green;
                           //    }"

Thanks to Sponsors

This release was possible thanks to our community.

If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:

Changelog

Sourced from postcss's changelog.

8.5.1

8.5 “Duke Alloces”

  • Added Input#document for sources like CSS-in-JS or HTML (by @​romainmenke).
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

Bumps the minor-patch group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.3.0` | `15.4.1` |
| [sass](https://github.com/sass/dart-sass) | `1.83.1` | `1.83.4` |
| [@babel/plugin-transform-nullish-coalescing-operator](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-nullish-coalescing-operator) | `7.26.5` | `7.26.6` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.5` | `22.10.7` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001692` | `1.0.30001695` |
| [consola](https://github.com/unjs/consola) | `3.3.3` | `3.4.0` |
| [electron-to-chromium](https://github.com/kilian/electron-to-chromium) | `1.5.80` | `1.5.83` |
| [postcss](https://github.com/postcss/postcss) | `8.4.49` | `8.5.1` |


Updates `lint-staged` from 15.3.0 to 15.4.1
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.3.0...v15.4.1)

Updates `sass` from 1.83.1 to 1.83.4
- [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.83.1...1.83.4)

Updates `@babel/plugin-transform-nullish-coalescing-operator` from 7.26.5 to 7.26.6
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.6/packages/babel-plugin-transform-nullish-coalescing-operator)

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

Updates `caniuse-lite` from 1.0.30001692 to 1.0.30001695
- [Commits](browserslist/caniuse-lite@1.0.30001692...1.0.30001695)

Updates `consola` from 3.3.3 to 3.4.0
- [Release notes](https://github.com/unjs/consola/releases)
- [Changelog](https://github.com/unjs/consola/blob/main/CHANGELOG.md)
- [Commits](unjs/consola@v3.3.3...v3.4.0)

Updates `electron-to-chromium` from 1.5.80 to 1.5.83
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.5.80...v1.5.83)

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

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: "@babel/plugin-transform-nullish-coalescing-operator"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: "@types/node"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: caniuse-lite
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: consola
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: electron-to-chromium
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: postcss
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 20, 2025
@alcohol alcohol enabled auto-merge (rebase) January 20, 2025 12:00
@alcohol alcohol merged commit 51ced95 into main Jan 20, 2025
20 checks passed
@alcohol alcohol deleted the dependabot/npm_and_yarn/minor-patch-29ae96bc7c branch January 20, 2025 12:01
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