adobe / aem-lib

Apache License 2.0
2 stars 7 forks source link

chore(deps): update external fixes #104

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 2 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.25.7 -> 7.25.8 age adoption passing confidence
@babel/eslint-parser (source) 7.25.7 -> 7.25.8 age adoption passing confidence
stylelint (source) 16.9.0 -> 16.10.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/core) ### [`v7.25.8`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7258-2024-10-10) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.25.7...v7.25.8) ##### :bug: Bug Fix - `babel-core` - [#​16888](https://redirect.github.com/babel/babel/pull/16888) Restore public API of `resolvePlugin`/`resolvePreset` ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### :house: Internal - `babel-parser`, `babel-plugin-proposal-async-do-expressions`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-proposal-do-expressions`, `babel-plugin-proposal-explicit-resource-management`, `babel-plugin-proposal-export-default-from`, `babel-plugin-proposal-function-bind`, `babel-plugin-proposal-function-sent`, `babel-plugin-proposal-import-defer`, `babel-plugin-proposal-partial-application`, `babel-plugin-proposal-throw-expressions`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-class-static-block`, `babel-plugin-transform-dynamic-import`, `babel-plugin-transform-export-namespace-from`, `babel-plugin-transform-json-strings`, `babel-plugin-transform-logical-assignment-operators`, `babel-plugin-transform-nullish-coalescing-operator`, `babel-plugin-transform-numeric-separator`, `babel-plugin-transform-object-rest-spread`, `babel-plugin-transform-optional-catch-binding`, `babel-plugin-transform-optional-chaining`, `babel-plugin-transform-private-property-in-object`, `babel-preset-env` - [#​16824](https://redirect.github.com/babel/babel/pull/16824) Inline one-line syntax plugins ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
stylelint/stylelint (stylelint) ### [`v16.10.0`](https://redirect.github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#16100) [Compare Source](https://redirect.github.com/stylelint/stylelint/compare/16.9.0...16.10.0) - Changed: `shorthand-property-no-redundant-values` reported ranges ([#​8008](https://redirect.github.com/stylelint/stylelint/pull/8008)) ([@​Mouvedia](https://redirect.github.com/Mouvedia)). - Added: `formatter` configuration property ([#​7826](https://redirect.github.com/stylelint/stylelint/pull/7826)) ([@​emmacharp](https://redirect.github.com/emmacharp)). - Added: `validate` option to Node.js API and `--validate` CLI flag ([#​8009](https://redirect.github.com/stylelint/stylelint/pull/8009)) ([@​Mouvedia](https://redirect.github.com/Mouvedia)). - Added: fixed section to the output of the `verbose` formatter ([#​7985](https://redirect.github.com/stylelint/stylelint/pull/7985)) ([@​Mouvedia](https://redirect.github.com/Mouvedia)). - Added: support for `string | RegExp` to `ignoreValues` option of `value-no-vendor-prefix` ([#​7969](https://redirect.github.com/stylelint/stylelint/pull/7969)) ([@​Mouvedia](https://redirect.github.com/Mouvedia)). - Added: support for `string` to `ignoreLonghands` option of `declaration-block-no-redundant-longhand-properties` ([#​7971](https://redirect.github.com/stylelint/stylelint/pull/7971)) ([@​Mouvedia](https://redirect.github.com/Mouvedia)). - Fixed: `at-rule-no-unknown` false positives for `@position-try` ([#​7968](https://redirect.github.com/stylelint/stylelint/pull/7968)) ([@​yelizsevinc](https://redirect.github.com/yelizsevinc)). - Fixed: `declaration-block-no-redundant-longhand-properties` autofix for `grid-column`/`grid-row` ([#​8023](https://redirect.github.com/stylelint/stylelint/pull/8023)) ([@​ryo-manba](https://redirect.github.com/ryo-manba)). - Fixed: `declaration-property-value-no-unknown` false negatives/positives via [`css-tree@3.0.0`](https://redirect.github.com/csstree/csstree/releases/tag/v3.0.0) ([#​7993](https://redirect.github.com/stylelint/stylelint/pull/7993)) ([@​Mouvedia](https://redirect.github.com/Mouvedia)). - Fixed: `declaration-property-value-no-unknown` reported ranges and message ([#​8003](https://redirect.github.com/stylelint/stylelint/pull/8003)) ([@​romainmenke](https://redirect.github.com/romainmenke)). - Fixed: `keyframe-selector-notation` reported ranges ([#​7992](https://redirect.github.com/stylelint/stylelint/pull/7992)) ([@​romainmenke](https://redirect.github.com/romainmenke)). - Fixed: `length-zero-no-unit` false positives for Sass variables ([#​8035](https://redirect.github.com/stylelint/stylelint/pull/8035)) ([@​ryo-manba](https://redirect.github.com/ryo-manba)). - Fixed: `no-descending-specificity` reported ranges ([#​7996](https://redirect.github.com/stylelint/stylelint/pull/7996)) ([@​romainmenke](https://redirect.github.com/romainmenke)). - Fixed: `selector-anb-no-unmatchable` reported ranges and message ([#​8001](https://redirect.github.com/stylelint/stylelint/pull/8001)) ([@​romainmenke](https://redirect.github.com/romainmenke)). - Fixed: `string` formatter handling of log symbols for non-Unicode terminals ([#​7981](https://redirect.github.com/stylelint/stylelint/pull/7981)) ([@​Mouvedia](https://redirect.github.com/Mouvedia)). - Fixed: built `.cjs` files to address Rollup vulnerability ([#​8010](https://redirect.github.com/stylelint/stylelint/pull/8010)) ([@​ybiquitous](https://redirect.github.com/ybiquitous)). - Fixed: incorrect `config` option for Node.js API with `extends` and `overrides` ([#​8030](https://redirect.github.com/stylelint/stylelint/pull/8030)) ([@​ybiquitous](https://redirect.github.com/ybiquitous)). - Fixed: stricter validation for the options of `declaration-property-max-values`, `declaration-property-value-no-unknown` and `number-max-precision` ([#​7975](https://redirect.github.com/stylelint/stylelint/pull/7975)) ([@​Mouvedia](https://redirect.github.com/Mouvedia)).

Configuration

📅 Schedule: Branch creation - "after 2pm on Saturday" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.

adobe-bot commented 1 week ago

:tada: This PR is included in version 2.7.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: