shepherdjerred / webring

Collect the latest RSS items from your favorite feeds
https://www.npmjs.com/package/webring
GNU General Public License v3.0
3 stars 0 forks source link

chore(deps): update npm #62

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/js (source) 9.11.0 -> 9.11.1 age adoption passing confidence
@types/node (source) 22.5.5 -> 22.7.4 age adoption passing confidence
astro (source) 4.15.8 -> 4.15.9 age adoption passing confidence
eslint (source) 9.11.0 -> 9.11.1 age adoption passing confidence
typescript-eslint (source) 8.6.0 -> 8.7.0 age adoption passing confidence

Release Notes

eslint/eslint (@​eslint/js) ### [`v9.11.1`](https://redirect.github.com/eslint/eslint/releases/tag/v9.11.1) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.11.0...v9.11.1) #### Bug Fixes - [`20fd916`](https://redirect.github.com/eslint/eslint/commit/20fd91689f2a89643a6f67e900a53552d47ddfe5) fix: add `@eslint/core`, `@types/estree`, & `@types/json-schema` deps ([#​18938](https://redirect.github.com/eslint/eslint/issues/18938)) (Nitin Kumar) - [`2738322`](https://redirect.github.com/eslint/eslint/commit/27383226b8c5ead6b7cafc017a8ca12a1512a301) fix: add missing types for `require-atomic-updates` rule ([#​18937](https://redirect.github.com/eslint/eslint/issues/18937)) (Kristóf Poduszló) - [`d71ff30`](https://redirect.github.com/eslint/eslint/commit/d71ff3068c3134171346c91f4095dd5908d9c897) fix: add missing types for `object-shorthand` rule ([#​18935](https://redirect.github.com/eslint/eslint/issues/18935)) (Kristóf Poduszló) - [`561cadc`](https://redirect.github.com/eslint/eslint/commit/561cadc54376fd0a5cc1446c3cd76bfbb6b3ce9d) fix: add missing types for `no-unsafe-negation` rule ([#​18932](https://redirect.github.com/eslint/eslint/issues/18932)) (Kristóf Poduszló) - [`8843656`](https://redirect.github.com/eslint/eslint/commit/8843656f9b161d97d9dc78db01413029621e266d) fix: add missing types for `no-underscore-dangle` rule ([#​18931](https://redirect.github.com/eslint/eslint/issues/18931)) (Kristóf Poduszló) - [`92cde5c`](https://redirect.github.com/eslint/eslint/commit/92cde5c6da43b6017657e4c596421e3347f3dbc4) fix: add missing types for `no-shadow` rule ([#​18930](https://redirect.github.com/eslint/eslint/issues/18930)) (Kristóf Poduszló) - [`b3cbe11`](https://redirect.github.com/eslint/eslint/commit/b3cbe11a9216d1edabd5b85d6f274ca84574bce6) fix: add missing types for `no-sequences` rule ([#​18929](https://redirect.github.com/eslint/eslint/issues/18929)) (Kristóf Poduszló) - [`976f77f`](https://redirect.github.com/eslint/eslint/commit/976f77f7f6da591b715b1ce2592f09c2f1160153) fix: add missing types for `no-unused-expressions` rule ([#​18933](https://redirect.github.com/eslint/eslint/issues/18933)) (Kristóf Poduszló) #### Documentation - [`3eff709`](https://redirect.github.com/eslint/eslint/commit/3eff70963772e9faad4a865aaa4cf3d7dbe700a0) docs: replace deprecated `Linter.FlatConfig` type with `Linter.Config` ([#​18941](https://redirect.github.com/eslint/eslint/issues/18941)) (Carlos Meira) #### Chores - [`df4a859`](https://redirect.github.com/eslint/eslint/commit/df4a859b4cd578a3535a488a665a6e858289f455) chore: upgrade [@​eslint/js](https://redirect.github.com/eslint/js)[@​9](https://redirect.github.com/9).11.1 ([#​18943](https://redirect.github.com/eslint/eslint/issues/18943)) (Milos Djermanovic) - [`36d8095`](https://redirect.github.com/eslint/eslint/commit/36d8095308d8973aa38bb9568121822776a5199d) chore: package.json update for [@​eslint/js](https://redirect.github.com/eslint/js) release (Jenkins)
withastro/astro (astro) ### [`v4.15.9`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4159) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@4.15.8...astro@4.15.9) ##### Patch Changes - [#​12034](https://redirect.github.com/withastro/astro/pull/12034) [`5b3ddfa`](https://redirect.github.com/withastro/astro/commit/5b3ddfadcb2d09b6cbd9cd42641f30ca565d0f58) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes an issue where the middleware wasn't called when a project uses `404.astro`. - [#​12042](https://redirect.github.com/withastro/astro/pull/12042) [`243ecb6`](https://redirect.github.com/withastro/astro/commit/243ecb6d6146dc483b4726d0e76142fb25e56243) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes a problem in the Container API, where a polyfill wasn't correctly applied. This caused an issue in some environments where `crypto` isn't supported. - [#​12038](https://redirect.github.com/withastro/astro/pull/12038) [`26ea5e8`](https://redirect.github.com/withastro/astro/commit/26ea5e814ab8c973e683fff62389fda28c180940) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Resolves image paths in content layer with initial slash as project-relative When using the `image()` schema helper, previously paths with an initial slash were treated as public URLs. This was to match the behavior of markdown images. However this is a change from before, where paths with an initial slash were treated as project-relative. This change restores the previous behavior, so that paths with an initial slash are treated as project-relative.
eslint/eslint (eslint) ### [`v9.11.1`](https://redirect.github.com/eslint/eslint/compare/v9.11.0...69e94597caa92c9b9f4071f8c9ed4a03772fa6de) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.11.0...v9.11.1)
typescript-eslint/typescript-eslint (typescript-eslint) ### [`v8.7.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#870-2024-09-23) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.6.0...v8.7.0) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.

Configuration

📅 Schedule: Branch creation - "after 3am on Sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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.