apollographql/federation (@apollo/gateway)
### [`v2.6.1`](https://togithub.com/apollographql/federation/blob/HEAD/gateway-js/CHANGELOG.md#261)
[Compare Source](https://togithub.com/apollographql/federation/compare/@apollo/gateway@2.6.0...@apollo/gateway@2.6.1)
##### Patch Changes
- Updated dependencies \[[`0d5ab01a`](https://togithub.com/apollographql/federation/commit/0d5ab01a4e91bac10f47732fee3fe4d8017f051f)]:
- [@apollo/federation-internals](https://togithub.com/apollo/federation-internals)[@2](https://togithub.com/2).6.1
- [@apollo/composition](https://togithub.com/apollo/composition)[@2](https://togithub.com/2).6.1
- [@apollo/query-planner](https://togithub.com/apollo/query-planner)[@2](https://togithub.com/2).6.1
### [`v2.6.0`](https://togithub.com/apollographql/federation/blob/HEAD/gateway-js/CHANGELOG.md#260)
[Compare Source](https://togithub.com/apollographql/federation/compare/@apollo/gateway@2.5.7...@apollo/gateway@2.6.0)
##### Minor Changes
- Add more information to OpenTelemetry spans. ([#2700](https://togithub.com/apollographql/federation/pull/2700))
Rename `operationName` to `graphql.operation.name` and add a
`graphql.operation.type` attribute, in conformance with the OpenTelemetry
Semantic Conventions for GraphQL. The `operationName` attribute is now
deprecated, but it is still emitted alongside `graphql.operation.name`.
Add a `graphql.document` span attribute to the `gateway.request` span,
containing the entire GraphQL source sent in the request. This feature
is disable by default.
When one or more GraphQL or internal errors occur, report them in the
OpenTelemetry span in which they took place, as an exception event. This
feature is disabled by default.
To enable the `graphql.document` span attribute and the exception event
reporting, add the following entries to your `ApolloGateway` instance
configuration:
```ts
const gateway = new ApolloGateway({
// ...
telemetry: {
// Set to `true` to include the `graphql.document` attribute
includeDocument: true,
// Set to `true` to report all exception events, or set to a number
// to report at most that number of exception events per span
reportExceptions: true,
// or: reportExceptions: 1
},
});
```
- Update `license` field in `package.json` to use `Elastic-2.0` SPDX identifier ([#2741](https://togithub.com/apollographql/federation/pull/2741))
- Introduce the new `@policy` scope for composition ([#2818](https://togithub.com/apollographql/federation/pull/2818))
> Note that this directive will only be *fully* supported by the Apollo Router as a GraphOS Enterprise feature at runtime. Also note that *composition* of valid `@policy` directive applications will succeed, but the resulting supergraph will not be *executable* by the Gateway or an Apollo Router which doesn't have the GraphOS Enterprise entitlement.
Users may now compose `@policy` applications from their subgraphs into a supergraph.
The directive is defined as follows:
```graphql
scalar federation__Policy
directive @policy(policies: [[federation__Policy!]!]!) on
| FIELD_DEFINITION
| OBJECT
| INTERFACE
| SCALAR
| ENUM
```
The `Policy` scalar is effectively a `String`, similar to the `FieldSet` type.
In order to compose your `@policy` usages, you must update your subgraph's federation spec version to v2.6 and add the `@policy` import to your existing imports like so:
```graphql
@link(url: "https://specs.apollo.dev/federation/v2.6", import: [..., "@policy"])
```
- Add graphql.operation.name attribute on gateway.plan span ([#2807](https://togithub.com/apollographql/federation/pull/2807))
##### Patch Changes
- Updated dependencies \[[`b18841be`](https://togithub.com/apollographql/federation/commit/b18841be897e6d4f47454568776f199e2adb60ae), [`e325b499`](https://togithub.com/apollographql/federation/commit/e325b499d592dabe61c93112c292c92ca10afbc5)]:
- [@apollo/query-planner](https://togithub.com/apollo/query-planner)[@2](https://togithub.com/2).6.0
- [@apollo/composition](https://togithub.com/apollo/composition)[@2](https://togithub.com/2).6.0
- [@apollo/federation-internals](https://togithub.com/apollo/federation-internals)[@2](https://togithub.com/2).6.0
microsoft/rushstack (@microsoft/rush-lib)
### [`v5.112.1`](https://togithub.com/microsoft/rushstack/compare/5855b056b66e8c0ac960ee139a1167b3975926e9...e785f02c17909c23b3d882642f204c36d15c4c66)
[Compare Source](https://togithub.com/microsoft/rushstack/compare/5855b056b66e8c0ac960ee139a1167b3975926e9...e785f02c17909c23b3d882642f204c36d15c4c66)
### [`v5.112.0`](https://togithub.com/microsoft/rushstack/compare/32536c208fd257aaf0a9302bbeadd26b210a9f7f...5855b056b66e8c0ac960ee139a1167b3975926e9)
[Compare Source](https://togithub.com/microsoft/rushstack/compare/32536c208fd257aaf0a9302bbeadd26b210a9f7f...5855b056b66e8c0ac960ee139a1167b3975926e9)
### [`v5.111.0`](https://togithub.com/microsoft/rushstack/compare/c2d8460fc68c9fd91ac8ec302f3e724e4b95863f...32536c208fd257aaf0a9302bbeadd26b210a9f7f)
[Compare Source](https://togithub.com/microsoft/rushstack/compare/c2d8460fc68c9fd91ac8ec302f3e724e4b95863f...32536c208fd257aaf0a9302bbeadd26b210a9f7f)
microsoft/rushstack (@rushstack/eslint-config)
### [`v3.5.0`](https://togithub.com/microsoft/rushstack/compare/ef3017f97bef5b6073999ad22150783aafc84ad1...2840be24a2b498e4998deac4fe47ef325d912dee)
[Compare Source](https://togithub.com/microsoft/rushstack/compare/ef3017f97bef5b6073999ad22150783aafc84ad1...2840be24a2b498e4998deac4fe47ef325d912dee)
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
### [`v6.13.2`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#6132-2023-12-04)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.13.1...v6.13.2)
**Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
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.
### [`v6.13.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#6131-2023-11-28)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.13.0...v6.13.1)
**Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
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.
### [`v6.13.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#6130-2023-11-27)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.12.0...v6.13.0)
**Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
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.
### [`v6.12.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#6120-2023-11-20)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.11.0...v6.12.0)
##### Bug Fixes
- **eslint-plugin:** \[class-methods-use-this] detect a problematic case for private/protected members if `ignoreClassesThatImplementAnInterface` is set ([#7705](https://togithub.com/typescript-eslint/typescript-eslint/issues/7705)) ([155aa1f](https://togithub.com/typescript-eslint/typescript-eslint/commit/155aa1f533d1fe23da3c66f9832343faf4866d85))
- **eslint-plugin:** \[no-unnecessary-condition] fix false positive with computed member access and branded key type ([#7706](https://togithub.com/typescript-eslint/typescript-eslint/issues/7706)) ([f151b26](https://togithub.com/typescript-eslint/typescript-eslint/commit/f151b26d2178a617e82ad6a0279e3145e303f4f8))
- **eslint-plugin:** \[switch-exhaustiveness-check] enum members with new line or single quotes are not being fixed correctly ([#7806](https://togithub.com/typescript-eslint/typescript-eslint/issues/7806)) ([a034d0a](https://togithub.com/typescript-eslint/typescript-eslint/commit/a034d0a3856aa07bd2d52b557fa33c7a88e9e511)), closes [#7768](https://togithub.com/typescript-eslint/typescript-eslint/issues/7768)
##### Features
- \[member-ordering] add accessor support for member-ordering ([#7927](https://togithub.com/typescript-eslint/typescript-eslint/issues/7927)) ([3c8312d](https://togithub.com/typescript-eslint/typescript-eslint/commit/3c8312d1e135dc65fa41f629993cd03ed82e3255))
- **eslint-plugin:** \[switch-exhaustiveness-check] add requireDefaultForNonUnion option ([#7880](https://togithub.com/typescript-eslint/typescript-eslint/issues/7880)) ([4cfcd45](https://togithub.com/typescript-eslint/typescript-eslint/commit/4cfcd451efb2563130896e42b45252909932c679))
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.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
### [`v6.13.2`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#6132-2023-12-04)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.13.1...v6.13.2)
**Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
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.
### [`v6.13.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#6131-2023-11-28)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.13.0...v6.13.1)
**Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
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.
### [`v6.13.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#6130-2023-11-27)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.12.0...v6.13.0)
**Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
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.
### [`v6.12.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#6120-2023-11-20)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.11.0...v6.12.0)
**Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
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.
node-cache-manager/node-cache-manager (cache-manager)
### [`v5.3.1`](https://togithub.com/node-cache-manager/node-cache-manager/releases/tag/v5.3.1)
[Compare Source](https://togithub.com/node-cache-manager/node-cache-manager/compare/v5.3.0...v5.3.1)
Major fix as `5.3.0` did not have the dist folder on release.
#### What's Changed
- updating to always run vitest with coverage by [@jaredwray](https://togithub.com/jaredwray) in [https://github.com/node-cache-manager/node-cache-manager/pull/605](https://togithub.com/node-cache-manager/node-cache-manager/pull/605)
- fix(refreshThreshold): don't run if ttl is -1 by [@mihirgupta0900](https://togithub.com/mihirgupta0900) in [https://github.com/node-cache-manager/node-cache-manager/pull/604](https://togithub.com/node-cache-manager/node-cache-manager/pull/604)
- fix(caching): coalesce concurrent requests to `wrap` function by [@douglascayers](https://togithub.com/douglascayers) in [https://github.com/node-cache-manager/node-cache-manager/pull/599](https://togithub.com/node-cache-manager/node-cache-manager/pull/599)
- upgrading lru-cache to 10.0.2 by [@jaredwray](https://togithub.com/jaredwray) in [https://github.com/node-cache-manager/node-cache-manager/pull/609](https://togithub.com/node-cache-manager/node-cache-manager/pull/609)
- upgrading eslint, prettier, and types to latest by [@jaredwray](https://togithub.com/jaredwray) in [https://github.com/node-cache-manager/node-cache-manager/pull/610](https://togithub.com/node-cache-manager/node-cache-manager/pull/610)
#### New Contributors
- [@mihirgupta0900](https://togithub.com/mihirgupta0900) made their first contribution in [https://github.com/node-cache-manager/node-cache-manager/pull/604](https://togithub.com/node-cache-manager/node-cache-manager/pull/604)
- [@douglascayers](https://togithub.com/douglascayers) made their first contribution in [https://github.com/node-cache-manager/node-cache-manager/pull/599](https://togithub.com/node-cache-manager/node-cache-manager/pull/599)
**Full Changelog**: https://github.com/node-cache-manager/node-cache-manager/compare/5.2.4...v5.3.1
### [`v5.3.0`](https://togithub.com/node-cache-manager/node-cache-manager/releases/tag/v5.3.0)
[Compare Source](https://togithub.com/node-cache-manager/node-cache-manager/compare/5.2.4...v5.3.0)
#### What's Changed
- updating to always run vitest with coverage by [@jaredwray](https://togithub.com/jaredwray) in [https://github.com/node-cache-manager/node-cache-manager/pull/605](https://togithub.com/node-cache-manager/node-cache-manager/pull/605)
- fix(refreshThreshold): don't run if ttl is -1 by [@mihirgupta0900](https://togithub.com/mihirgupta0900) in [https://github.com/node-cache-manager/node-cache-manager/pull/604](https://togithub.com/node-cache-manager/node-cache-manager/pull/604)
- fix(caching): coalesce concurrent requests to `wrap` function by [@douglascayers](https://togithub.com/douglascayers) in [https://github.com/node-cache-manager/node-cache-manager/pull/599](https://togithub.com/node-cache-manager/node-cache-manager/pull/599)
- upgrading lru-cache to 10.0.2 by [@jaredwray](https://togithub.com/jaredwray) in [https://github.com/node-cache-manager/node-cache-manager/pull/609](https://togithub.com/node-cache-manager/node-cache-manager/pull/609)
- upgrading eslint, prettier, and types to latest by [@jaredwray](https://togithub.com/jaredwray) in [https://github.com/node-cache-manager/node-cache-manager/pull/610](https://togithub.com/node-cache-manager/node-cache-manager/pull/610)
#### New Contributors
- [@mihirgupta0900](https://togithub.com/mihirgupta0900) made their first contribution in [https://github.com/node-cache-manager/node-cache-manager/pull/604](https://togithub.com/node-cache-manager/node-cache-manager/pull/604)
- [@douglascayers](https://togithub.com/douglascayers) made their first contribution in [https://github.com/node-cache-manager/node-cache-manager/pull/599](https://togithub.com/node-cache-manager/node-cache-manager/pull/599)
**Full Changelog**: https://github.com/node-cache-manager/node-cache-manager/compare/5.2.4...v5.3.0
eslint/eslint (eslint)
### [`v8.55.0`](https://togithub.com/eslint/eslint/releases/tag/v8.55.0)
[Compare Source](https://togithub.com/eslint/eslint/compare/v8.54.0...v8.55.0)
#### Features
- [`8c9e6c1`](https://togithub.com/eslint/eslint/commit/8c9e6c100a6eb69da292463293b3b48cff911a01) feat: importNamePattern option in no-restricted-imports ([#17721](https://togithub.com/eslint/eslint/issues/17721)) (Tanuj Kanti)
#### Documentation
- [`83ece2a`](https://togithub.com/eslint/eslint/commit/83ece2afc2dc6c49efe82678663fe4cba590c0e5) docs: fix typo `--rules` -> `--rule` ([#17806](https://togithub.com/eslint/eslint/issues/17806)) (OKURA Masafumi)
- [`fffca5c`](https://togithub.com/eslint/eslint/commit/fffca5c362bcd205dbf79d1bb52834f8a98fc6bd) docs: remove "Open in Playground" buttons for removed rules ([#17791](https://togithub.com/eslint/eslint/issues/17791)) (Francesco Trotta)
- [`a6d9442`](https://togithub.com/eslint/eslint/commit/a6d9442a9ab34d5d19f78d8c8fd0767a1237bfe3) docs: fix correct/incorrect examples of rules ([#17789](https://togithub.com/eslint/eslint/issues/17789)) (Tanuj Kanti)
- [`383e999`](https://togithub.com/eslint/eslint/commit/383e99928d7ce649ec9030c9856b03fbac0c3501) docs: update and fix examples for `no-unused-vars` ([#17788](https://togithub.com/eslint/eslint/issues/17788)) (Tanuj Kanti)
- [`5a8efd5`](https://togithub.com/eslint/eslint/commit/5a8efd5b7ad13eb320a1f468d1d4ab3c8ab99214) docs: add specific stylistic rule for each deprecated rule ([#17778](https://togithub.com/eslint/eslint/issues/17778)) (Etienne)
#### Chores
- [`eb8950c`](https://togithub.com/eslint/eslint/commit/eb8950c3b811c9163b9aae23af8b6266ad98b295) chore: upgrade [@eslint/js](https://togithub.com/eslint/js)[@8](https://togithub.com/8).55.0 ([#17811](https://togithub.com/eslint/eslint/issues/17811)) (Milos Djermanovic)
- [`93df384`](https://togithub.com/eslint/eslint/commit/93df3849a7a25ebe0502000bf0bfb80a6613a5ae) chore: package.json update for [@eslint/js](https://togithub.com/eslint/js) release (Jenkins)
- [`fe4b954`](https://togithub.com/eslint/eslint/commit/fe4b9545a83e9aca7ba4bb77bc9c868d57de777f) chore: upgrade [@eslint/eslintrc](https://togithub.com/eslint/eslintrc)[@2](https://togithub.com/2).1.4 ([#17799](https://togithub.com/eslint/eslint/issues/17799)) (Milos Djermanovic)
- [`bd8911d`](https://togithub.com/eslint/eslint/commit/bd8911db85c7a1127543c9212c8cea47a5cb687d) ci: pin Node.js 21.2.0 ([#17809](https://togithub.com/eslint/eslint/issues/17809)) (Milos Djermanovic)
- [`b29a16b`](https://togithub.com/eslint/eslint/commit/b29a16b22f234f6134475efb6c7be5ac946556ee) chore: fix several `cli` tests to run in the intended flat config mode ([#17797](https://togithub.com/eslint/eslint/issues/17797)) (Milos Djermanovic)
- [`de165c1`](https://togithub.com/eslint/eslint/commit/de165c108203c6703516ac651f5b4cac5b241804) chore: remove unused config-extends fixtures ([#17781](https://togithub.com/eslint/eslint/issues/17781)) (Milos Djermanovic)
- [`d4304b8`](https://togithub.com/eslint/eslint/commit/d4304b8b66eac870ffbf4840d84add8a123b25fc) chore: remove formatting/stylistic rules from new rule templates ([#17780](https://togithub.com/eslint/eslint/issues/17780)) (Francesco Trotta)
- [`21024fe`](https://togithub.com/eslint/eslint/commit/21024fe2029420b413bed11d23761c87e9a02a1a) chore: check rule examples for syntax errors ([#17718](https://togithub.com/eslint/eslint/issues/17718)) (Francesco Trotta)
### [`v8.54.0`](https://togithub.com/eslint/eslint/releases/tag/v8.54.0)
[Compare Source](https://togithub.com/eslint/eslint/compare/v8.53.0...v8.54.0)
#### Features
- [`a7a883b`](https://togithub.com/eslint/eslint/commit/a7a883bd6ba4f140b60cbbb2be5b53d750f6c8db) feat: for-direction rule add check for condition in reverse order ([#17755](https://togithub.com/eslint/eslint/issues/17755)) (Angelo Annunziata)
- [`1452dc9`](https://togithub.com/eslint/eslint/commit/1452dc9f12c45c05d7c569f737221f0d988ecef1) feat: Add suggestions to no-console ([#17680](https://togithub.com/eslint/eslint/issues/17680)) (Joel Mathew Koshy)
- [`21ebf8a`](https://togithub.com/eslint/eslint/commit/21ebf8a811be9f4b009cf70a10be5062d4fdc736) feat: update `no-array-constructor` rule ([#17711](https://togithub.com/eslint/eslint/issues/17711)) (Francesco Trotta)
#### Bug Fixes
- [`98926e6`](https://togithub.com/eslint/eslint/commit/98926e6e7323e5dd12a9f016cb558144296665af) fix: Ensure that extra data is not accidentally stored in the cache file ([#17760](https://togithub.com/eslint/eslint/issues/17760)) (Milos Djermanovic)
- [`e8cf9f6`](https://togithub.com/eslint/eslint/commit/e8cf9f6a524332293f8b2c90a2db4a532e47d919) fix: Make dark scroll bar in dark theme ([#17753](https://togithub.com/eslint/eslint/issues/17753)) (Pavel)
- [`3cbeaad`](https://togithub.com/eslint/eslint/commit/3cbeaad7b943c153937ce34365cec2c406f2b98b) fix: Use `cwd` constructor option as config `basePath` in Linter ([#17705](https://togithub.com/eslint/eslint/issues/17705)) (Milos Djermanovic)
#### Documentation
- [`becfdd3`](https://togithub.com/eslint/eslint/commit/becfdd39b25d795e56c9a13eb3e77af6b9c86e8a) docs: Make clear when rules are removed ([#17728](https://togithub.com/eslint/eslint/issues/17728)) (Nicholas C. Zakas)
- [`05d6e99`](https://togithub.com/eslint/eslint/commit/05d6e99153ed6d94eb30f46c57609371918a41f3) docs: update "Submit a Pull Request" page ([#17712](https://togithub.com/eslint/eslint/issues/17712)) (Francesco Trotta)
- [`eb2279e`](https://togithub.com/eslint/eslint/commit/eb2279e5148cee8fdea7dae614f4f8af7a2d06c3) docs: display info about deprecated rules ([#17749](https://togithub.com/eslint/eslint/issues/17749)) (Percy Ma)
- [`d245326`](https://togithub.com/eslint/eslint/commit/d24532601e64714ac5d08507e05aa5c14ecd1d5a) docs: Correct working in migrating plugin docs ([#17722](https://togithub.com/eslint/eslint/issues/17722)) (Filip Tammergård)
#### Chores
- [`d644de9`](https://togithub.com/eslint/eslint/commit/d644de9a4b593b565617303a095bc9aa69e7b768) chore: upgrade [@eslint/js](https://togithub.com/eslint/js)[@8](https://togithub.com/8).54.0 ([#17773](https://togithub.com/eslint/eslint/issues/17773)) (Milos Djermanovic)
- [`1e6e314`](https://togithub.com/eslint/eslint/commit/1e6e31415cc429a3a9fc64b2ec03df0e0ec0c91b) chore: package.json update for [@eslint/js](https://togithub.com/eslint/js) release (Jenkins)
- [`6fb8805`](https://togithub.com/eslint/eslint/commit/6fb8805310afe7476d6c404f172177a6d15fcf11) chore: Fixed grammar in issue_templates/rule_change ([#17770](https://togithub.com/eslint/eslint/issues/17770)) (Joel Mathew Koshy)
- [`85db724`](https://togithub.com/eslint/eslint/commit/85db7243ddb8706ed60ab64a7ddf604d0d7de493) chore: upgrade `markdownlint` to 0.31.1 ([#17754](https://togithub.com/eslint/eslint/issues/17754)) (Nitin Kumar)
- [`6d470d2`](https://togithub.com/eslint/eslint/commit/6d470d2e74535761bd56dcb1c021b463ef9e8a9c) chore: update dependency recast to ^0.23.0 ([#17736](https://togithub.com/eslint/eslint/issues/17736)) (renovate\[bot])
- [`b7121b5`](https://togithub.com/eslint/eslint/commit/b7121b590d578c9c9b38ee481313317f30e54817) chore: update dependency markdownlint-cli to ^0.37.0 ([#17735](https://togithub.com/eslint/eslint/issues/17735)) (renovate\[bot])
- [`633b9a1`](https://togithub.com/eslint/eslint/commit/633b9a19752b6a22ab4d6c824f27a75ac0e4151b) chore: update dependency regenerator-runtime to ^0.14.0 ([#17739](https://togithub.com/eslint/eslint/issues/17739)) (renovate\[bot])
- [`acac16f`](https://togithub.com/eslint/eslint/commit/acac16fdf8540f7ba86cf637e3c1b253bd35a268) chore: update dependency vite-plugin-commonjs to ^0.10.0 ([#17740](https://togithub.com/eslint/eslint/issues/17740)) (renovate\[bot])
- [`ba8ca7e`](https://togithub.com/eslint/eslint/commit/ba8ca7e3debcba68ee7015b9221cf5acd7870206) chore: add .github/renovate.json5 ([#17567](https://togithub.com/eslint/eslint/issues/17567)) (Josh Goldberg ✨)
prettier/eslint-config-prettier (eslint-config-prettier)
### [`v9.1.0`](https://togithub.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#Version-910-2023-12-02)
[Compare Source](https://togithub.com/prettier/eslint-config-prettier/compare/v9.0.0...v9.1.0)
- Added: \[unicorn/template-indent], (as a \[special rule]\[unicorn/template-indent-special]). Thanks to Gürgün Dayıoğlu ([@gurgunday](https://togithub.com/gurgunday))!
- Changed: All the \[formatting rules that were deprecated in ESLint 8.53.0]\[deprecated-8.53.0] are now excluded if you set the `ESLINT_CONFIG_PRETTIER_NO_DEPRECATED` environment variable.
hashicorp/terraform-provider-kubernetes (kubernetes)
### [`v2.24.0`](https://togithub.com/hashicorp/terraform-provider-kubernetes/blob/HEAD/CHANGELOG.md#2240-Nov-27-2023)
[Compare Source](https://togithub.com/hashicorp/terraform-provider-kubernetes/compare/v2.23.0...v2.24.0)
ENHANCEMENTS:
`kubernetes/schema_affinity_spec.go`: Add `match_fields` to nodeAffinity \[[GH-2296](https://togithub.com/hashicorp/terraform-provider-kubernetes/issues/2296)]
`kubernetes/schema_pod_spec.go`: Add `os` to podSpecFields \[[GH-2290](https://togithub.com/hashicorp/terraform-provider-kubernetes/issues/2290)]
`resource/kubernetes_config_map_v1_data`: improve error handling while validating the existence of the target ConfigMap. \[[GH-2230](https://togithub.com/hashicorp/terraform-provider-kubernetes/issues/2230)]
BUG FIXES:
- `resource/kubernetes_labels`: Add \["f:metadata"] check in kubernetes_labels to prevent crash with kubernetes_node_taints \[[GH-2246](https://togithub.com/hashicorp/terraform-provider-kubernetes/issues/2246)]
DOCS:
- Add example module for configuring OIDC authentication on EKS \[[GH-2287](https://togithub.com/hashicorp/terraform-provider-kubernetes/issues/2287)]
- Add example module for configuring OIDC authentication on GKE \[[GH-2319](https://togithub.com/hashicorp/terraform-provider-kubernetes/issues/2319)]
NOTES:
- Bump Go version from 1.20 to 1.21. \[[GH-2337](https://togithub.com/hashicorp/terraform-provider-kubernetes/issues/2337)]
- Bump Kubernetes dependencies from x.25.11 to x.27.8.
jaredhanson/passport (passport)
### [`v0.7.0`](https://togithub.com/jaredhanson/passport/blob/HEAD/CHANGELOG.md#070---2023-11-27)
[Compare Source](https://togithub.com/jaredhanson/passport/compare/v0.6.0...v0.7.0)
##### Changed
- Set `req.authInfo` by default when using the `assignProperty` option to
`authenticate()` middleware. This makes the behavior the same as when not using
the option, and can be disabled by setting `authInfo` option to `false`.
vega/ts-json-schema-generator (ts-json-schema-generator)
### [`v1.5.0`](https://togithub.com/vega/ts-json-schema-generator/releases/tag/v1.5.0)
[Compare Source](https://togithub.com/vega/ts-json-schema-generator/compare/v1.4.1...v1.5.0)
:tada: This release contains work from a new contributor! :tada:
Thank you, Marcus Jøsendal ([@marcus-josendal](https://togithub.com/marcus-josendal)), for all your work!
##### 🚀 Enhancement
- feat: bigint support [#1828](https://togithub.com/vega/ts-json-schema-generator/pull/1828) ([@marcus-josendal](https://togithub.com/marcus-josendal))
##### 🔩 Dependency Updates
- chore(deps-dev): bump [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 6.12.0 to 6.13.1 [#1826](https://togithub.com/vega/ts-json-schema-generator/pull/1826) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot]))
- chore(deps-dev): bump [@types/node](https://togithub.com/types/node) from 20.9.0 to 20.10.2 [#1825](https://togithub.com/vega/ts-json-schema-generator/pull/1825) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot]))
- chore(deps-dev): bump [@babel/preset-env](https://togithub.com/babel/preset-env) from 7.23.2 to 7.23.5 [#1827](https://togithub.com/vega/ts-json-schema-generator/pull/1827) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot]))
##### Authors: 3
- [@dependabot\[bot\]](https://togithub.com/dependabot\[bot])
- Dominik Moritz ([@domoritz](https://togithub.com/domoritz))
- Marcus Jøsendal ([@marcus-josendal](https://togithub.com/marcus-josendal))
### [`v1.4.1`](https://togithub.com/vega/ts-json-schema-generator/releases/tag/v1.4.1)
[Compare Source](https://togithub.com/vega/ts-json-schema-generator/compare/v1.4.0...v1.4.1)
:tada: This release contains work from a new contributor! :tada:
Thank you, Michael Hoffmann ([@mghoffmann](https://togithub.com/mghoffmann)), for all your work!
##### 🐛 Bug Fix
- fix: Removed "(default: false)" from the --additional-properties option be… [#1766](https://togithub.com/vega/ts-json-schema-generator/pull/1766) ([@mghoffmann](https://togithub.com/mghoffmann))
##### 🔩 Dependency Updates
- chore(deps): bump typescript from 5.2.2 to 5.3.2 [#1821](https://togithub.com/vega/ts-json-schema-generator/pull/1821) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot]))
- chore(deps): bump [@types/json-schema](https://togithub.com/types/json-schema) from 7.0.14 to 7.0.15 [#1822](https://togithub.com/vega/ts-json-schema-generator/pull/1822) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot]))
- chore(deps-dev): bump [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 6.11.0 to 6.12.0 [#1823](https://togithub.com/vega/ts-json-schema-generator/pull/1823) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot]))
- chore(deps-dev): bump [@types/normalize-path](https://togithub.com/types/normalize-path) from 3.0.1 to 3.0.2 [#1816](https://togithub.com/vega/ts-json-schema-generator/pull/1816) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot]))
- chore(deps-dev): bump [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 6.9.0 to 6.11.0 [#1815](https://togithub.com/vega/ts-json-schema-generator/pull/1815) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot]))
- chore(deps-dev): bump [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 6.10.0 to 6.11.0 [#1817](https://togithub.com/vega/ts-json-schema-generator/pull/1817) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot]))
- chore(deps-dev): bump [@babel/preset-typescript](https://togithub.com/babel/preset-typescript) from 7.23.2 to 7.23.3 [#1812](https://togithub.com/vega/ts-json-schema-generator/pull/1812) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot]))
- chore(deps-dev): bump [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 6.9.1 to 6.10.0 [#1813](https://togithub.com/vega/ts-json-schema-generator/pull/1813) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot]))
- chore(deps-dev): bump [@types/node](https://togithub.com/types/node) from 20.8.9 to 20.9.0 [#1814](https://togithub.com/vega/ts-json-schema-generator/pull/1814) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot]))
- chore(deps): bump [@types/json-schema](https://togithub.com/types/json-schema) from 7.0.13 to 7.0.14 [#1808](https://togithub.com/vega/ts-json-schema-generator/pull/1808) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot]))
- chore(deps-dev): bump jest and [@types/jest](https://togithub.com/types/jest) [#1810](https://togithub.com/vega/ts-json-schema-generator/pull/1810) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot]))
- chore(deps-dev): bump [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 6.7.5 to 6.9.1 [#1809](https://togithub.com/vega/ts-json-schema-generator/pull/1809) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot]))
- chore(deps-dev): bump [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 6.7.2 to 6.9.0 [#1806](https://togithub.com/vega/ts-json-schema-generator/pull/1806) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot]))
- chore(deps-dev): bump [@types/node](https://togithub.com/types/node) from 20.6.4 to 20.8.9 [#1805](https://togithub.com/vega/ts-json-schema-generator/pull/1805) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot]))
- chore(deps-dev): bump eslint from 8.51.0 to 8.52.0 [#1807](https://togithub.com/vega/ts-json-schema-generator/pull/1807) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot]))
- chore(deps): bump actions/setup-node from 3 to 4 [#1804](https://togithub.com/vega/ts-json-schema-generator/pull/1804) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot]))
- chore(deps): bump commander from 11.0.0 to 11.1.0 [#1803](https://togithub.com/vega/ts-json-schema-generator/pull/1803) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot]))
- chore(deps-dev): bump [@babel/preset-typescript](https://togithub.com/babel/preset-typescript) from 7.22.15 to 7.23.2 [#1802](https://togithub.com/vega/ts-json-schema-generator/pull/1802) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot]))
- chore(deps-dev): bump [@types/normalize-path](https://togithub.com/types/normalize-path) from 3.0.0 to 3.0.1 [#1801](https://togithub.com/vega/ts-json-schema-generator/pull/1801) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot]))
- chore(deps): bump [@babel/traverse](https://togithub.com/babel/traverse) from 7.23.0 to 7.23.2 [#1800](https://togithub.com/vega/ts-json-schema-generator/pull/1800) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot]))
##### Authors: 2
- [@dependabot\[bot\]](https://togithub.com/dependabot\[bot])
- Michael Hoffmann ([@mghoffmann](https://togithub.com/mghoffmann))
Microsoft/TypeScript (typescript)
### [`v5.3.3`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.3.3): TypeScript 5.3.3
[Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.3.2...v5.3.3)
For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-3/).
For the complete list of fixed issues, check out the
- [fixed issues query for Typescript 5.3.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.0%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.3.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.1%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.3.2 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.2%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.3.3 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.3%22+is%3Aclosed+).
Downloads are available on:
- [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)
### [`v5.3.2`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.3.2): TypeScript 5.3
[Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.2.2...v5.3.2)
For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-3/).
For the complete list of fixed issues, check out the
- [fixed issues query for Typescript 5.3.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.0%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.3.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.1%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.3.2 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.2%22+is%3Aclosed+).
Downloads are available on:
- [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)
Configuration
📅 Schedule: Branch creation - "after 10pm on friday,before 5am on friday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
2.5.7
->2.6.1
5.110.2
->5.112.1
3.4.1
->3.5.0
20.9.1
->20.10.4
6.11.0
->6.13.2
6.11.0
->6.13.2
5.2.4
->5.3.1
8.53.0
->8.55.0
9.0.0
->9.1.0
~> 2.23.0
->~> 2.24.0
0.6.0
->0.7.0
1.4.0
->1.5.0
5.2.2
->5.3.3
Release Notes
apollographql/federation (@apollo/gateway)
### [`v2.6.1`](https://togithub.com/apollographql/federation/blob/HEAD/gateway-js/CHANGELOG.md#261) [Compare Source](https://togithub.com/apollographql/federation/compare/@apollo/gateway@2.6.0...@apollo/gateway@2.6.1) ##### Patch Changes - Updated dependencies \[[`0d5ab01a`](https://togithub.com/apollographql/federation/commit/0d5ab01a4e91bac10f47732fee3fe4d8017f051f)]: - [@apollo/federation-internals](https://togithub.com/apollo/federation-internals)[@2](https://togithub.com/2).6.1 - [@apollo/composition](https://togithub.com/apollo/composition)[@2](https://togithub.com/2).6.1 - [@apollo/query-planner](https://togithub.com/apollo/query-planner)[@2](https://togithub.com/2).6.1 ### [`v2.6.0`](https://togithub.com/apollographql/federation/blob/HEAD/gateway-js/CHANGELOG.md#260) [Compare Source](https://togithub.com/apollographql/federation/compare/@apollo/gateway@2.5.7...@apollo/gateway@2.6.0) ##### Minor Changes - Add more information to OpenTelemetry spans. ([#2700](https://togithub.com/apollographql/federation/pull/2700)) Rename `operationName` to `graphql.operation.name` and add a `graphql.operation.type` attribute, in conformance with the OpenTelemetry Semantic Conventions for GraphQL. The `operationName` attribute is now deprecated, but it is still emitted alongside `graphql.operation.name`. Add a `graphql.document` span attribute to the `gateway.request` span, containing the entire GraphQL source sent in the request. This feature is disable by default. When one or more GraphQL or internal errors occur, report them in the OpenTelemetry span in which they took place, as an exception event. This feature is disabled by default. To enable the `graphql.document` span attribute and the exception event reporting, add the following entries to your `ApolloGateway` instance configuration: ```ts const gateway = new ApolloGateway({ // ... telemetry: { // Set to `true` to include the `graphql.document` attribute includeDocument: true, // Set to `true` to report all exception events, or set to a number // to report at most that number of exception events per span reportExceptions: true, // or: reportExceptions: 1 }, }); ``` - Update `license` field in `package.json` to use `Elastic-2.0` SPDX identifier ([#2741](https://togithub.com/apollographql/federation/pull/2741)) - Introduce the new `@policy` scope for composition ([#2818](https://togithub.com/apollographql/federation/pull/2818)) > Note that this directive will only be *fully* supported by the Apollo Router as a GraphOS Enterprise feature at runtime. Also note that *composition* of valid `@policy` directive applications will succeed, but the resulting supergraph will not be *executable* by the Gateway or an Apollo Router which doesn't have the GraphOS Enterprise entitlement. Users may now compose `@policy` applications from their subgraphs into a supergraph. The directive is defined as follows: ```graphql scalar federation__Policy directive @policy(policies: [[federation__Policy!]!]!) on | FIELD_DEFINITION | OBJECT | INTERFACE | SCALAR | ENUM ``` The `Policy` scalar is effectively a `String`, similar to the `FieldSet` type. In order to compose your `@policy` usages, you must update your subgraph's federation spec version to v2.6 and add the `@policy` import to your existing imports like so: ```graphql @link(url: "https://specs.apollo.dev/federation/v2.6", import: [..., "@policy"]) ``` - Add graphql.operation.name attribute on gateway.plan span ([#2807](https://togithub.com/apollographql/federation/pull/2807)) ##### Patch Changes - Updated dependencies \[[`b18841be`](https://togithub.com/apollographql/federation/commit/b18841be897e6d4f47454568776f199e2adb60ae), [`e325b499`](https://togithub.com/apollographql/federation/commit/e325b499d592dabe61c93112c292c92ca10afbc5)]: - [@apollo/query-planner](https://togithub.com/apollo/query-planner)[@2](https://togithub.com/2).6.0 - [@apollo/composition](https://togithub.com/apollo/composition)[@2](https://togithub.com/2).6.0 - [@apollo/federation-internals](https://togithub.com/apollo/federation-internals)[@2](https://togithub.com/2).6.0microsoft/rushstack (@microsoft/rush-lib)
### [`v5.112.1`](https://togithub.com/microsoft/rushstack/compare/5855b056b66e8c0ac960ee139a1167b3975926e9...e785f02c17909c23b3d882642f204c36d15c4c66) [Compare Source](https://togithub.com/microsoft/rushstack/compare/5855b056b66e8c0ac960ee139a1167b3975926e9...e785f02c17909c23b3d882642f204c36d15c4c66) ### [`v5.112.0`](https://togithub.com/microsoft/rushstack/compare/32536c208fd257aaf0a9302bbeadd26b210a9f7f...5855b056b66e8c0ac960ee139a1167b3975926e9) [Compare Source](https://togithub.com/microsoft/rushstack/compare/32536c208fd257aaf0a9302bbeadd26b210a9f7f...5855b056b66e8c0ac960ee139a1167b3975926e9) ### [`v5.111.0`](https://togithub.com/microsoft/rushstack/compare/c2d8460fc68c9fd91ac8ec302f3e724e4b95863f...32536c208fd257aaf0a9302bbeadd26b210a9f7f) [Compare Source](https://togithub.com/microsoft/rushstack/compare/c2d8460fc68c9fd91ac8ec302f3e724e4b95863f...32536c208fd257aaf0a9302bbeadd26b210a9f7f)microsoft/rushstack (@rushstack/eslint-config)
### [`v3.5.0`](https://togithub.com/microsoft/rushstack/compare/ef3017f97bef5b6073999ad22150783aafc84ad1...2840be24a2b498e4998deac4fe47ef325d912dee) [Compare Source](https://togithub.com/microsoft/rushstack/compare/ef3017f97bef5b6073999ad22150783aafc84ad1...2840be24a2b498e4998deac4fe47ef325d912dee)typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
### [`v6.13.2`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#6132-2023-12-04) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.13.1...v6.13.2) **Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) 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. ### [`v6.13.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#6131-2023-11-28) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.13.0...v6.13.1) **Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) 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. ### [`v6.13.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#6130-2023-11-27) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.12.0...v6.13.0) **Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) 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. ### [`v6.12.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#6120-2023-11-20) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.11.0...v6.12.0) ##### Bug Fixes - **eslint-plugin:** \[class-methods-use-this] detect a problematic case for private/protected members if `ignoreClassesThatImplementAnInterface` is set ([#7705](https://togithub.com/typescript-eslint/typescript-eslint/issues/7705)) ([155aa1f](https://togithub.com/typescript-eslint/typescript-eslint/commit/155aa1f533d1fe23da3c66f9832343faf4866d85)) - **eslint-plugin:** \[no-unnecessary-condition] fix false positive with computed member access and branded key type ([#7706](https://togithub.com/typescript-eslint/typescript-eslint/issues/7706)) ([f151b26](https://togithub.com/typescript-eslint/typescript-eslint/commit/f151b26d2178a617e82ad6a0279e3145e303f4f8)) - **eslint-plugin:** \[switch-exhaustiveness-check] enum members with new line or single quotes are not being fixed correctly ([#7806](https://togithub.com/typescript-eslint/typescript-eslint/issues/7806)) ([a034d0a](https://togithub.com/typescript-eslint/typescript-eslint/commit/a034d0a3856aa07bd2d52b557fa33c7a88e9e511)), closes [#7768](https://togithub.com/typescript-eslint/typescript-eslint/issues/7768) ##### Features - \[member-ordering] add accessor support for member-ordering ([#7927](https://togithub.com/typescript-eslint/typescript-eslint/issues/7927)) ([3c8312d](https://togithub.com/typescript-eslint/typescript-eslint/commit/3c8312d1e135dc65fa41f629993cd03ed82e3255)) - **eslint-plugin:** \[switch-exhaustiveness-check] add requireDefaultForNonUnion option ([#7880](https://togithub.com/typescript-eslint/typescript-eslint/issues/7880)) ([4cfcd45](https://togithub.com/typescript-eslint/typescript-eslint/commit/4cfcd451efb2563130896e42b45252909932c679)) 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.typescript-eslint/typescript-eslint (@typescript-eslint/parser)
### [`v6.13.2`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#6132-2023-12-04) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.13.1...v6.13.2) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) 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. ### [`v6.13.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#6131-2023-11-28) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.13.0...v6.13.1) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) 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. ### [`v6.13.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#6130-2023-11-27) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.12.0...v6.13.0) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) 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. ### [`v6.12.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#6120-2023-11-20) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.11.0...v6.12.0) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) 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.node-cache-manager/node-cache-manager (cache-manager)
### [`v5.3.1`](https://togithub.com/node-cache-manager/node-cache-manager/releases/tag/v5.3.1) [Compare Source](https://togithub.com/node-cache-manager/node-cache-manager/compare/v5.3.0...v5.3.1) Major fix as `5.3.0` did not have the dist folder on release. #### What's Changed - updating to always run vitest with coverage by [@jaredwray](https://togithub.com/jaredwray) in [https://github.com/node-cache-manager/node-cache-manager/pull/605](https://togithub.com/node-cache-manager/node-cache-manager/pull/605) - fix(refreshThreshold): don't run if ttl is -1 by [@mihirgupta0900](https://togithub.com/mihirgupta0900) in [https://github.com/node-cache-manager/node-cache-manager/pull/604](https://togithub.com/node-cache-manager/node-cache-manager/pull/604) - fix(caching): coalesce concurrent requests to `wrap` function by [@douglascayers](https://togithub.com/douglascayers) in [https://github.com/node-cache-manager/node-cache-manager/pull/599](https://togithub.com/node-cache-manager/node-cache-manager/pull/599) - upgrading lru-cache to 10.0.2 by [@jaredwray](https://togithub.com/jaredwray) in [https://github.com/node-cache-manager/node-cache-manager/pull/609](https://togithub.com/node-cache-manager/node-cache-manager/pull/609) - upgrading eslint, prettier, and types to latest by [@jaredwray](https://togithub.com/jaredwray) in [https://github.com/node-cache-manager/node-cache-manager/pull/610](https://togithub.com/node-cache-manager/node-cache-manager/pull/610) #### New Contributors - [@mihirgupta0900](https://togithub.com/mihirgupta0900) made their first contribution in [https://github.com/node-cache-manager/node-cache-manager/pull/604](https://togithub.com/node-cache-manager/node-cache-manager/pull/604) - [@douglascayers](https://togithub.com/douglascayers) made their first contribution in [https://github.com/node-cache-manager/node-cache-manager/pull/599](https://togithub.com/node-cache-manager/node-cache-manager/pull/599) **Full Changelog**: https://github.com/node-cache-manager/node-cache-manager/compare/5.2.4...v5.3.1 ### [`v5.3.0`](https://togithub.com/node-cache-manager/node-cache-manager/releases/tag/v5.3.0) [Compare Source](https://togithub.com/node-cache-manager/node-cache-manager/compare/5.2.4...v5.3.0) #### What's Changed - updating to always run vitest with coverage by [@jaredwray](https://togithub.com/jaredwray) in [https://github.com/node-cache-manager/node-cache-manager/pull/605](https://togithub.com/node-cache-manager/node-cache-manager/pull/605) - fix(refreshThreshold): don't run if ttl is -1 by [@mihirgupta0900](https://togithub.com/mihirgupta0900) in [https://github.com/node-cache-manager/node-cache-manager/pull/604](https://togithub.com/node-cache-manager/node-cache-manager/pull/604) - fix(caching): coalesce concurrent requests to `wrap` function by [@douglascayers](https://togithub.com/douglascayers) in [https://github.com/node-cache-manager/node-cache-manager/pull/599](https://togithub.com/node-cache-manager/node-cache-manager/pull/599) - upgrading lru-cache to 10.0.2 by [@jaredwray](https://togithub.com/jaredwray) in [https://github.com/node-cache-manager/node-cache-manager/pull/609](https://togithub.com/node-cache-manager/node-cache-manager/pull/609) - upgrading eslint, prettier, and types to latest by [@jaredwray](https://togithub.com/jaredwray) in [https://github.com/node-cache-manager/node-cache-manager/pull/610](https://togithub.com/node-cache-manager/node-cache-manager/pull/610) #### New Contributors - [@mihirgupta0900](https://togithub.com/mihirgupta0900) made their first contribution in [https://github.com/node-cache-manager/node-cache-manager/pull/604](https://togithub.com/node-cache-manager/node-cache-manager/pull/604) - [@douglascayers](https://togithub.com/douglascayers) made their first contribution in [https://github.com/node-cache-manager/node-cache-manager/pull/599](https://togithub.com/node-cache-manager/node-cache-manager/pull/599) **Full Changelog**: https://github.com/node-cache-manager/node-cache-manager/compare/5.2.4...v5.3.0eslint/eslint (eslint)
### [`v8.55.0`](https://togithub.com/eslint/eslint/releases/tag/v8.55.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.54.0...v8.55.0) #### Features - [`8c9e6c1`](https://togithub.com/eslint/eslint/commit/8c9e6c100a6eb69da292463293b3b48cff911a01) feat: importNamePattern option in no-restricted-imports ([#17721](https://togithub.com/eslint/eslint/issues/17721)) (Tanuj Kanti) #### Documentation - [`83ece2a`](https://togithub.com/eslint/eslint/commit/83ece2afc2dc6c49efe82678663fe4cba590c0e5) docs: fix typo `--rules` -> `--rule` ([#17806](https://togithub.com/eslint/eslint/issues/17806)) (OKURA Masafumi) - [`fffca5c`](https://togithub.com/eslint/eslint/commit/fffca5c362bcd205dbf79d1bb52834f8a98fc6bd) docs: remove "Open in Playground" buttons for removed rules ([#17791](https://togithub.com/eslint/eslint/issues/17791)) (Francesco Trotta) - [`a6d9442`](https://togithub.com/eslint/eslint/commit/a6d9442a9ab34d5d19f78d8c8fd0767a1237bfe3) docs: fix correct/incorrect examples of rules ([#17789](https://togithub.com/eslint/eslint/issues/17789)) (Tanuj Kanti) - [`383e999`](https://togithub.com/eslint/eslint/commit/383e99928d7ce649ec9030c9856b03fbac0c3501) docs: update and fix examples for `no-unused-vars` ([#17788](https://togithub.com/eslint/eslint/issues/17788)) (Tanuj Kanti) - [`5a8efd5`](https://togithub.com/eslint/eslint/commit/5a8efd5b7ad13eb320a1f468d1d4ab3c8ab99214) docs: add specific stylistic rule for each deprecated rule ([#17778](https://togithub.com/eslint/eslint/issues/17778)) (Etienne) #### Chores - [`eb8950c`](https://togithub.com/eslint/eslint/commit/eb8950c3b811c9163b9aae23af8b6266ad98b295) chore: upgrade [@eslint/js](https://togithub.com/eslint/js)[@8](https://togithub.com/8).55.0 ([#17811](https://togithub.com/eslint/eslint/issues/17811)) (Milos Djermanovic) - [`93df384`](https://togithub.com/eslint/eslint/commit/93df3849a7a25ebe0502000bf0bfb80a6613a5ae) chore: package.json update for [@eslint/js](https://togithub.com/eslint/js) release (Jenkins) - [`fe4b954`](https://togithub.com/eslint/eslint/commit/fe4b9545a83e9aca7ba4bb77bc9c868d57de777f) chore: upgrade [@eslint/eslintrc](https://togithub.com/eslint/eslintrc)[@2](https://togithub.com/2).1.4 ([#17799](https://togithub.com/eslint/eslint/issues/17799)) (Milos Djermanovic) - [`bd8911d`](https://togithub.com/eslint/eslint/commit/bd8911db85c7a1127543c9212c8cea47a5cb687d) ci: pin Node.js 21.2.0 ([#17809](https://togithub.com/eslint/eslint/issues/17809)) (Milos Djermanovic) - [`b29a16b`](https://togithub.com/eslint/eslint/commit/b29a16b22f234f6134475efb6c7be5ac946556ee) chore: fix several `cli` tests to run in the intended flat config mode ([#17797](https://togithub.com/eslint/eslint/issues/17797)) (Milos Djermanovic) - [`de165c1`](https://togithub.com/eslint/eslint/commit/de165c108203c6703516ac651f5b4cac5b241804) chore: remove unused config-extends fixtures ([#17781](https://togithub.com/eslint/eslint/issues/17781)) (Milos Djermanovic) - [`d4304b8`](https://togithub.com/eslint/eslint/commit/d4304b8b66eac870ffbf4840d84add8a123b25fc) chore: remove formatting/stylistic rules from new rule templates ([#17780](https://togithub.com/eslint/eslint/issues/17780)) (Francesco Trotta) - [`21024fe`](https://togithub.com/eslint/eslint/commit/21024fe2029420b413bed11d23761c87e9a02a1a) chore: check rule examples for syntax errors ([#17718](https://togithub.com/eslint/eslint/issues/17718)) (Francesco Trotta) ### [`v8.54.0`](https://togithub.com/eslint/eslint/releases/tag/v8.54.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.53.0...v8.54.0) #### Features - [`a7a883b`](https://togithub.com/eslint/eslint/commit/a7a883bd6ba4f140b60cbbb2be5b53d750f6c8db) feat: for-direction rule add check for condition in reverse order ([#17755](https://togithub.com/eslint/eslint/issues/17755)) (Angelo Annunziata) - [`1452dc9`](https://togithub.com/eslint/eslint/commit/1452dc9f12c45c05d7c569f737221f0d988ecef1) feat: Add suggestions to no-console ([#17680](https://togithub.com/eslint/eslint/issues/17680)) (Joel Mathew Koshy) - [`21ebf8a`](https://togithub.com/eslint/eslint/commit/21ebf8a811be9f4b009cf70a10be5062d4fdc736) feat: update `no-array-constructor` rule ([#17711](https://togithub.com/eslint/eslint/issues/17711)) (Francesco Trotta) #### Bug Fixes - [`98926e6`](https://togithub.com/eslint/eslint/commit/98926e6e7323e5dd12a9f016cb558144296665af) fix: Ensure that extra data is not accidentally stored in the cache file ([#17760](https://togithub.com/eslint/eslint/issues/17760)) (Milos Djermanovic) - [`e8cf9f6`](https://togithub.com/eslint/eslint/commit/e8cf9f6a524332293f8b2c90a2db4a532e47d919) fix: Make dark scroll bar in dark theme ([#17753](https://togithub.com/eslint/eslint/issues/17753)) (Pavel) - [`3cbeaad`](https://togithub.com/eslint/eslint/commit/3cbeaad7b943c153937ce34365cec2c406f2b98b) fix: Use `cwd` constructor option as config `basePath` in Linter ([#17705](https://togithub.com/eslint/eslint/issues/17705)) (Milos Djermanovic) #### Documentation - [`becfdd3`](https://togithub.com/eslint/eslint/commit/becfdd39b25d795e56c9a13eb3e77af6b9c86e8a) docs: Make clear when rules are removed ([#17728](https://togithub.com/eslint/eslint/issues/17728)) (Nicholas C. Zakas) - [`05d6e99`](https://togithub.com/eslint/eslint/commit/05d6e99153ed6d94eb30f46c57609371918a41f3) docs: update "Submit a Pull Request" page ([#17712](https://togithub.com/eslint/eslint/issues/17712)) (Francesco Trotta) - [`eb2279e`](https://togithub.com/eslint/eslint/commit/eb2279e5148cee8fdea7dae614f4f8af7a2d06c3) docs: display info about deprecated rules ([#17749](https://togithub.com/eslint/eslint/issues/17749)) (Percy Ma) - [`d245326`](https://togithub.com/eslint/eslint/commit/d24532601e64714ac5d08507e05aa5c14ecd1d5a) docs: Correct working in migrating plugin docs ([#17722](https://togithub.com/eslint/eslint/issues/17722)) (Filip Tammergård) #### Chores - [`d644de9`](https://togithub.com/eslint/eslint/commit/d644de9a4b593b565617303a095bc9aa69e7b768) chore: upgrade [@eslint/js](https://togithub.com/eslint/js)[@8](https://togithub.com/8).54.0 ([#17773](https://togithub.com/eslint/eslint/issues/17773)) (Milos Djermanovic) - [`1e6e314`](https://togithub.com/eslint/eslint/commit/1e6e31415cc429a3a9fc64b2ec03df0e0ec0c91b) chore: package.json update for [@eslint/js](https://togithub.com/eslint/js) release (Jenkins) - [`6fb8805`](https://togithub.com/eslint/eslint/commit/6fb8805310afe7476d6c404f172177a6d15fcf11) chore: Fixed grammar in issue_templates/rule_change ([#17770](https://togithub.com/eslint/eslint/issues/17770)) (Joel Mathew Koshy) - [`85db724`](https://togithub.com/eslint/eslint/commit/85db7243ddb8706ed60ab64a7ddf604d0d7de493) chore: upgrade `markdownlint` to 0.31.1 ([#17754](https://togithub.com/eslint/eslint/issues/17754)) (Nitin Kumar) - [`6d470d2`](https://togithub.com/eslint/eslint/commit/6d470d2e74535761bd56dcb1c021b463ef9e8a9c) chore: update dependency recast to ^0.23.0 ([#17736](https://togithub.com/eslint/eslint/issues/17736)) (renovate\[bot]) - [`b7121b5`](https://togithub.com/eslint/eslint/commit/b7121b590d578c9c9b38ee481313317f30e54817) chore: update dependency markdownlint-cli to ^0.37.0 ([#17735](https://togithub.com/eslint/eslint/issues/17735)) (renovate\[bot]) - [`633b9a1`](https://togithub.com/eslint/eslint/commit/633b9a19752b6a22ab4d6c824f27a75ac0e4151b) chore: update dependency regenerator-runtime to ^0.14.0 ([#17739](https://togithub.com/eslint/eslint/issues/17739)) (renovate\[bot]) - [`acac16f`](https://togithub.com/eslint/eslint/commit/acac16fdf8540f7ba86cf637e3c1b253bd35a268) chore: update dependency vite-plugin-commonjs to ^0.10.0 ([#17740](https://togithub.com/eslint/eslint/issues/17740)) (renovate\[bot]) - [`ba8ca7e`](https://togithub.com/eslint/eslint/commit/ba8ca7e3debcba68ee7015b9221cf5acd7870206) chore: add .github/renovate.json5 ([#17567](https://togithub.com/eslint/eslint/issues/17567)) (Josh Goldberg ✨)prettier/eslint-config-prettier (eslint-config-prettier)
### [`v9.1.0`](https://togithub.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#Version-910-2023-12-02) [Compare Source](https://togithub.com/prettier/eslint-config-prettier/compare/v9.0.0...v9.1.0) - Added: \[unicorn/template-indent], (as a \[special rule]\[unicorn/template-indent-special]). Thanks to Gürgün Dayıoğlu ([@gurgunday](https://togithub.com/gurgunday))! - Changed: All the \[formatting rules that were deprecated in ESLint 8.53.0]\[deprecated-8.53.0] are now excluded if you set the `ESLINT_CONFIG_PRETTIER_NO_DEPRECATED` environment variable.hashicorp/terraform-provider-kubernetes (kubernetes)
### [`v2.24.0`](https://togithub.com/hashicorp/terraform-provider-kubernetes/blob/HEAD/CHANGELOG.md#2240-Nov-27-2023) [Compare Source](https://togithub.com/hashicorp/terraform-provider-kubernetes/compare/v2.23.0...v2.24.0) ENHANCEMENTS: `kubernetes/schema_affinity_spec.go`: Add `match_fields` to nodeAffinity \[[GH-2296](https://togithub.com/hashicorp/terraform-provider-kubernetes/issues/2296)] `kubernetes/schema_pod_spec.go`: Add `os` to podSpecFields \[[GH-2290](https://togithub.com/hashicorp/terraform-provider-kubernetes/issues/2290)] `resource/kubernetes_config_map_v1_data`: improve error handling while validating the existence of the target ConfigMap. \[[GH-2230](https://togithub.com/hashicorp/terraform-provider-kubernetes/issues/2230)] BUG FIXES: - `resource/kubernetes_labels`: Add \["f:metadata"] check in kubernetes_labels to prevent crash with kubernetes_node_taints \[[GH-2246](https://togithub.com/hashicorp/terraform-provider-kubernetes/issues/2246)] DOCS: - Add example module for configuring OIDC authentication on EKS \[[GH-2287](https://togithub.com/hashicorp/terraform-provider-kubernetes/issues/2287)] - Add example module for configuring OIDC authentication on GKE \[[GH-2319](https://togithub.com/hashicorp/terraform-provider-kubernetes/issues/2319)] NOTES: - Bump Go version from 1.20 to 1.21. \[[GH-2337](https://togithub.com/hashicorp/terraform-provider-kubernetes/issues/2337)] - Bump Kubernetes dependencies from x.25.11 to x.27.8.jaredhanson/passport (passport)
### [`v0.7.0`](https://togithub.com/jaredhanson/passport/blob/HEAD/CHANGELOG.md#070---2023-11-27) [Compare Source](https://togithub.com/jaredhanson/passport/compare/v0.6.0...v0.7.0) ##### Changed - Set `req.authInfo` by default when using the `assignProperty` option to `authenticate()` middleware. This makes the behavior the same as when not using the option, and can be disabled by setting `authInfo` option to `false`.vega/ts-json-schema-generator (ts-json-schema-generator)
### [`v1.5.0`](https://togithub.com/vega/ts-json-schema-generator/releases/tag/v1.5.0) [Compare Source](https://togithub.com/vega/ts-json-schema-generator/compare/v1.4.1...v1.5.0) :tada: This release contains work from a new contributor! :tada: Thank you, Marcus Jøsendal ([@marcus-josendal](https://togithub.com/marcus-josendal)), for all your work! ##### 🚀 Enhancement - feat: bigint support [#1828](https://togithub.com/vega/ts-json-schema-generator/pull/1828) ([@marcus-josendal](https://togithub.com/marcus-josendal)) ##### 🔩 Dependency Updates - chore(deps-dev): bump [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 6.12.0 to 6.13.1 [#1826](https://togithub.com/vega/ts-json-schema-generator/pull/1826) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot])) - chore(deps-dev): bump [@types/node](https://togithub.com/types/node) from 20.9.0 to 20.10.2 [#1825](https://togithub.com/vega/ts-json-schema-generator/pull/1825) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot])) - chore(deps-dev): bump [@babel/preset-env](https://togithub.com/babel/preset-env) from 7.23.2 to 7.23.5 [#1827](https://togithub.com/vega/ts-json-schema-generator/pull/1827) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot])) ##### Authors: 3 - [@dependabot\[bot\]](https://togithub.com/dependabot\[bot]) - Dominik Moritz ([@domoritz](https://togithub.com/domoritz)) - Marcus Jøsendal ([@marcus-josendal](https://togithub.com/marcus-josendal)) ### [`v1.4.1`](https://togithub.com/vega/ts-json-schema-generator/releases/tag/v1.4.1) [Compare Source](https://togithub.com/vega/ts-json-schema-generator/compare/v1.4.0...v1.4.1) :tada: This release contains work from a new contributor! :tada: Thank you, Michael Hoffmann ([@mghoffmann](https://togithub.com/mghoffmann)), for all your work! ##### 🐛 Bug Fix - fix: Removed "(default: false)" from the --additional-properties option be… [#1766](https://togithub.com/vega/ts-json-schema-generator/pull/1766) ([@mghoffmann](https://togithub.com/mghoffmann)) ##### 🔩 Dependency Updates - chore(deps): bump typescript from 5.2.2 to 5.3.2 [#1821](https://togithub.com/vega/ts-json-schema-generator/pull/1821) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot])) - chore(deps): bump [@types/json-schema](https://togithub.com/types/json-schema) from 7.0.14 to 7.0.15 [#1822](https://togithub.com/vega/ts-json-schema-generator/pull/1822) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot])) - chore(deps-dev): bump [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 6.11.0 to 6.12.0 [#1823](https://togithub.com/vega/ts-json-schema-generator/pull/1823) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot])) - chore(deps-dev): bump [@types/normalize-path](https://togithub.com/types/normalize-path) from 3.0.1 to 3.0.2 [#1816](https://togithub.com/vega/ts-json-schema-generator/pull/1816) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot])) - chore(deps-dev): bump [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 6.9.0 to 6.11.0 [#1815](https://togithub.com/vega/ts-json-schema-generator/pull/1815) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot])) - chore(deps-dev): bump [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 6.10.0 to 6.11.0 [#1817](https://togithub.com/vega/ts-json-schema-generator/pull/1817) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot])) - chore(deps-dev): bump [@babel/preset-typescript](https://togithub.com/babel/preset-typescript) from 7.23.2 to 7.23.3 [#1812](https://togithub.com/vega/ts-json-schema-generator/pull/1812) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot])) - chore(deps-dev): bump [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 6.9.1 to 6.10.0 [#1813](https://togithub.com/vega/ts-json-schema-generator/pull/1813) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot])) - chore(deps-dev): bump [@types/node](https://togithub.com/types/node) from 20.8.9 to 20.9.0 [#1814](https://togithub.com/vega/ts-json-schema-generator/pull/1814) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot])) - chore(deps): bump [@types/json-schema](https://togithub.com/types/json-schema) from 7.0.13 to 7.0.14 [#1808](https://togithub.com/vega/ts-json-schema-generator/pull/1808) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot])) - chore(deps-dev): bump jest and [@types/jest](https://togithub.com/types/jest) [#1810](https://togithub.com/vega/ts-json-schema-generator/pull/1810) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot])) - chore(deps-dev): bump [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 6.7.5 to 6.9.1 [#1809](https://togithub.com/vega/ts-json-schema-generator/pull/1809) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot])) - chore(deps-dev): bump [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 6.7.2 to 6.9.0 [#1806](https://togithub.com/vega/ts-json-schema-generator/pull/1806) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot])) - chore(deps-dev): bump [@types/node](https://togithub.com/types/node) from 20.6.4 to 20.8.9 [#1805](https://togithub.com/vega/ts-json-schema-generator/pull/1805) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot])) - chore(deps-dev): bump eslint from 8.51.0 to 8.52.0 [#1807](https://togithub.com/vega/ts-json-schema-generator/pull/1807) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot])) - chore(deps): bump actions/setup-node from 3 to 4 [#1804](https://togithub.com/vega/ts-json-schema-generator/pull/1804) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot])) - chore(deps): bump commander from 11.0.0 to 11.1.0 [#1803](https://togithub.com/vega/ts-json-schema-generator/pull/1803) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot])) - chore(deps-dev): bump [@babel/preset-typescript](https://togithub.com/babel/preset-typescript) from 7.22.15 to 7.23.2 [#1802](https://togithub.com/vega/ts-json-schema-generator/pull/1802) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot])) - chore(deps-dev): bump [@types/normalize-path](https://togithub.com/types/normalize-path) from 3.0.0 to 3.0.1 [#1801](https://togithub.com/vega/ts-json-schema-generator/pull/1801) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot])) - chore(deps): bump [@babel/traverse](https://togithub.com/babel/traverse) from 7.23.0 to 7.23.2 [#1800](https://togithub.com/vega/ts-json-schema-generator/pull/1800) ([@dependabot\[bot\]](https://togithub.com/dependabot\[bot])) ##### Authors: 2 - [@dependabot\[bot\]](https://togithub.com/dependabot\[bot]) - Michael Hoffmann ([@mghoffmann](https://togithub.com/mghoffmann))Microsoft/TypeScript (typescript)
### [`v5.3.3`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.3.3): TypeScript 5.3.3 [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.3.2...v5.3.3) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-3/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 5.3.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.3.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.3.2 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.2%22+is%3Aclosed+). - [fixed issues query for Typescript 5.3.3 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.3%22+is%3Aclosed+). Downloads are available on: - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) ### [`v5.3.2`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.3.2): TypeScript 5.3 [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.2.2...v5.3.2) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-3/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 5.3.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.3.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.3.2 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.2%22+is%3Aclosed+). Downloads are available on: - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)Configuration
📅 Schedule: Branch creation - "after 10pm on friday,before 5am on friday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 has been generated by Mend Renovate. View repository job log here.