kerberos
kerberos copied to clipboard
chore(deps-dev): bump the development-dependencies group across 1 directory with 6 updates
Bumps the development-dependencies group with 6 updates in the / directory:
| Package | From | To |
|---|---|---|
| @types/node | 22.13.0 |
22.13.16 |
| chai-string | 1.5.0 |
1.6.0 |
| eslint | 9.19.0 |
9.23.0 |
| eslint-plugin-prettier | 5.2.3 |
5.2.5 |
| mongodb | 6.13.0 |
6.15.0 |
| prettier | 3.4.2 |
3.5.3 |
Updates @types/node from 22.13.0 to 22.13.16
Commits
- See full diff in compare view
Updates chai-string from 1.5.0 to 1.6.0
Release notes
Sourced from chai-string's releases.
v1.6.0
What's Changed
- Keep versions for [email protected] by
@onechiporenkoin onechiporenko/chai-string#31
Commits
903370cv1.6.06158d03initial commit- See full diff in compare view
Updates eslint from 9.19.0 to 9.23.0
Release notes
Sourced from eslint's releases.
v9.23.0
Features
557a0d2feat: support TypeScript syntax in no-useless-constructor (#19535) (Josh Goldberg ✨)8320241feat: support TypeScript syntax indefault-param-last(#19431) (Josh Goldberg ✨)833c4a3feat: defineConfig() supports "flat/" config prefix (#19533) (Nicholas C. Zakas)4a0df16feat: circular autofix/conflicting rules detection (#19514) (Milos Djermanovic)be56a68feat: support TypeScript syntax inclass-methods-use-this(#19498) (Josh Goldberg ✨)Bug Fixes
0e20aa7fix: move deprecatedRuleContextmethods to subtype (#19531) (Francesco Trotta)cc3bd00fix: reporting variable used in catch block inno-useless-assignment(#19423) (Tanuj Kanti)d46ff83fix:no-dupe-keysfalse positive with proto setter (#19508) (Milos Djermanovic)e732773fix: navigation of search results on pressing Enter (#19502) (Tanuj Kanti)f4e9c5ffix: allowRuleTesterto test files insidenode_modules/(#19499) (fisker Cheung)Documentation
5405939docs: show red underlines in TypeScript examples in rules docs (#19547) (Milos Djermanovic)48b53d6docs: replace var with const in examples (#19539) (Nitin Kumar)c39d7dbdocs: Update README (GitHub Actions Bot)a4f8760docs: revert accidental changes (#19542) (Francesco Trotta)280128fdocs: add copy button (#19512) (xbinaryx)cd83eaadocs: replacevarwithconstin examples (#19530) (Nitin Kumar)7ff0cdedocs: Update README (GitHub Actions Bot)996cfb9docs: migrate sass to module system (#19518) (xbinaryx)17cb958docs: replacevarwithletandconstin rule examples (#19515) (Tanuj Kanti)83e24f5docs: Replace var with let or const (#19511) (Jenna Toff)a59d0c0docs: Update docs for defineConfig (#19505) (Nicholas C. Zakas)fe92927docs:require-unicode-regexpadd note foriflag and\w(#19510) (Chaemin-Lim)Build Related
Chores
0ac8ea4chore: update dependencies for v9.23.0 release (#19554) (Francesco Trotta)20591c4chore: package.json update for@eslint/jsrelease (Jenkins)901344fchore: update dependency@eslint/jsonto ^0.11.0 (#19552) (renovate[bot])5228383chore: fix update-readme formatting (#19544) (Milos Djermanovic)5439525chore: format JSON files in Trunk (#19541) (Francesco Trotta)75adc99chore: enabled Prettier in Trunk (#19354) (Josh Goldberg ✨)2395168chore: added .git-blame-ignore-revs for Prettier via trunk fmt (#19538) (Josh Goldberg ✨)129882dchore: formatted files with Prettier via trunk fmt (#19355) (Josh Goldberg ✨)1738dbcchore: temporarily disable prettier in trunk (#19537) (Josh Goldberg ✨)dc854fdchore: update dependency shelljs to ^0.9.0 (#19524) (renovate[bot])5d57496chore: fix some comments (#19525) (jimmycathy)9c5c6eetest: fix an assertion failure (#19500) (fisker Cheung)7a699a6chore: remove formatting-related lint rules internally (#19473) (Josh Goldberg ✨)c99db89test: replace WebdriverIO with Cypress (#19465) (Pixel998)v9.22.0
Features
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.23.0 - March 21, 2025
0ac8ea4chore: update dependencies for v9.23.0 release (#19554) (Francesco Trotta)20591c4chore: package.json update for@eslint/jsrelease (Jenkins)901344fchore: update dependency@eslint/jsonto ^0.11.0 (#19552) (renovate[bot])557a0d2feat: support TypeScript syntax in no-useless-constructor (#19535) (Josh Goldberg ✨)2357eddbuild: exclude autogenerated files from Prettier formatting (#19548) (Francesco Trotta)5405939docs: show red underlines in TypeScript examples in rules docs (#19547) (Milos Djermanovic)48b53d6docs: replace var with const in examples (#19539) (Nitin Kumar)0e20aa7fix: move deprecatedRuleContextmethods to subtype (#19531) (Francesco Trotta)5228383chore: fix update-readme formatting (#19544) (Milos Djermanovic)c39d7dbdocs: Update README (GitHub Actions Bot)a4f8760docs: revert accidental changes (#19542) (Francesco Trotta)5439525chore: format JSON files in Trunk (#19541) (Francesco Trotta)75adc99chore: enabled Prettier in Trunk (#19354) (Josh Goldberg ✨)2395168chore: added .git-blame-ignore-revs for Prettier via trunk fmt (#19538) (Josh Goldberg ✨)129882dchore: formatted files with Prettier via trunk fmt (#19355) (Josh Goldberg ✨)1738dbcchore: temporarily disable prettier in trunk (#19537) (Josh Goldberg ✨)8320241feat: support TypeScript syntax indefault-param-last(#19431) (Josh Goldberg ✨)280128fdocs: add copy button (#19512) (xbinaryx)833c4a3feat: defineConfig() supports "flat/" config prefix (#19533) (Nicholas C. Zakas)cc3bd00fix: reporting variable used in catch block inno-useless-assignment(#19423) (Tanuj Kanti)cd83eaadocs: replacevarwithconstin examples (#19530) (Nitin Kumar)7ff0cdedocs: Update README (GitHub Actions Bot)996cfb9docs: migrate sass to module system (#19518) (xbinaryx)dc854fdchore: update dependency shelljs to ^0.9.0 (#19524) (renovate[bot])4a0df16feat: circular autofix/conflicting rules detection (#19514) (Milos Djermanovic)5d57496chore: fix some comments (#19525) (jimmycathy)17cb958docs: replacevarwithletandconstin rule examples (#19515) (Tanuj Kanti)83e24f5docs: Replace var with let or const (#19511) (Jenna Toff)a59d0c0docs: Update docs for defineConfig (#19505) (Nicholas C. Zakas)d46ff83fix:no-dupe-keysfalse positive with proto setter (#19508) (Milos Djermanovic)e732773fix: navigation of search results on pressing Enter (#19502) (Tanuj Kanti)fe92927docs:require-unicode-regexpadd note foriflag and\w(#19510) (Chaemin-Lim)f4e9c5ffix: allowRuleTesterto test files insidenode_modules/(#19499) (fisker Cheung)9c5c6eetest: fix an assertion failure (#19500) (fisker Cheung)be56a68feat: support TypeScript syntax inclass-methods-use-this(#19498) (Josh Goldberg ✨)7a699a6chore: remove formatting-related lint rules internally (#19473) (Josh Goldberg ✨)c99db89test: replace WebdriverIO with Cypress (#19465) (Pixel998)v9.22.0 - March 7, 2025
97f788bchore: upgrade@eslint/js@9.22.0 (#19489) (Milos Djermanovic)eed409achore: package.json update for@eslint/jsrelease (Jenkins)f9a56d3chore: upgrade [email protected] (#19488) (Milos Djermanovic)7ddb095feat: Export defineConfig, globalIgnores (#19487) (Nicholas C. Zakas)86c5f37docs: Update README (GitHub Actions Bot)19c0127fix: improve message forno-consolesuggestions (#19483) (Francesco Trotta)fbdeff0docs: Update README (GitHub Actions Bot)c9e8510docs: generate deprecation notice in TSDoc comments from rule metadata (#19461) (Francesco Trotta)
... (truncated)
Commits
2aaadce9.23.04a1ca8eBuild: changelog update for 9.23.00ac8ea4chore: update dependencies for v9.23.0 release (#19554)20591c4chore: package.json update for@eslint/jsrelease901344fchore: update dependency@eslint/jsonto ^0.11.0 (#19552)557a0d2feat: support TypeScript syntax in no-useless-constructor (#19535)2357eddbuild: exclude autogenerated files from Prettier formatting (#19548)5405939docs: show red underlines in TypeScript examples in rules docs (#19547)48b53d6docs: replace var with const in examples (#19539)0e20aa7fix: move deprecatedRuleContextmethods to subtype (#19531)- Additional commits viewable in compare view
Updates eslint-plugin-prettier from 5.2.3 to 5.2.5
Release notes
Sourced from eslint-plugin-prettier's releases.
v5.2.5
Patch Changes
v5.2.4
Patch Changes
Commits
b2e195cchore: release eslint-plugin-prettier (#722)4f5513dfix: clarify correcteslint-config-prettierpeer range (#721)0222541chore(deps): pin dependencies (#720)9f0ba20chore: add renovate presetd670ebbchore: fix release script0e12336chore: release eslint-plugin-prettier (#716)b8cfe56chore: hourcekeeping, bump all (dev) deps (#715)ca5eb3etest: improve how to getFlatESLint(#713)6f35f1bchore(housekeeping): update ESLint to v9 (#709)9726349chore: rename default branch tomain(#710)- See full diff in compare view
Updates mongodb from 6.13.0 to 6.15.0
Release notes
Sourced from mongodb's releases.
v6.15.0
6.15.0 (2025-03-18)
The MongoDB Node.js team is pleased to announce version 6.15.0 of the
mongodbpackage!Release Notes
Support for custom AWS credential providers
The driver now supports a user supplied custom AWS credentials provider for both authentication and for KMS requests when using client side encryption. The signature for the custom provider must be of
() => Promise<AWSCredentials>which matches that of the official AWS SDK provider API. Provider chains from the actual AWS SDK can also be provided, allowing users to customize any of those options.Example for authentication with a provider chain from the AWS SDK:
import { fromNodeProviderChain } from '@aws-sdk/credential-providers';const client = new MongoClient(process.env.MONGODB_URI, { authMechanismProperties: { AWS_CREDENTIAL_PROVIDER: fromNodeProviderChain() } });
Example for using a custom provider for KMS requests only:
import { fromNodeProviderChain } from '@aws-sdk/credential-providers';const client = new MongoClient(process.env.MONGODB_URI, { autoEncryption: { keyVaultNamespace: 'keyvault.datakeys', kmsProviders: { aws: {} }, credentialProviders: { aws: fromNodeProviderChain() } } }
Custom providers do not need to come from the AWS SDK, they just need to be an async function that returns credentials:
const client = new MongoClient(process.env.MONGODB_URI, { authMechanismProperties: { AWS_CREDENTIAL_PROVIDER: async () => { return { accessKeyId: process.env.ACCESS_KEY_ID, secretAccessKey: process.env.SECRET_ACCESS_KEY </tr></table>
... (truncated)
Changelog
Sourced from mongodb's changelog.
6.15.0 (2025-03-18)
Features
Bug Fixes
6.14.2 (2025-03-04)
Bug Fixes
6.14.1 (2025-03-03)
Bug Fixes
6.14.0 (2025-02-28)
Features
- NODE-6676: add support for
nsTypein change stream create events (#4431) (7800067)- NODE-6773: add support for $lookup with automatic encryption (#4427) (965b21a)
Bug Fixes
- NODE-6765: FindOneAndUpdateOptions supports aggregation expressions (#4423) (421ddeb)
- NODE-6792: use isUint8Array from driver's utils instead of util/types (#4436) (dfe1fba)
- NODE-6794: revert
@aws-sdk/credential-providerspeer compatibility change (#4437) (488c407)6.13.1 (2025-02-20)
Bug Fixes
- NODE-6407: use conversationId returned from server in saslContinue (#4368) (fbefa6b)
- NODE-6613: Update error messages when primaries go stale (#4397) (6528c8d)
- NODE-6690: Remove extraneous Document in replaceOne return type (#4383) (6c81d4e)
- NODE-6763: pass WriteConcernOptions instead on WriteConcernSettings (#4421) (26f15d7)
... (truncated)
Commits
aa5a979chore(main): release 6.15.0 [skip-ci] (#4463)8a9f251ci: skip flaky test in CSOT test suite (#4475)78d951bdocs: generate docs from latest main [skip-ci] (#4450)2295824ci: skip flaky test in abort signal test suite (#4470)e927f97ci: skip flaky test in CSOT test suite (#4469)b36976edocs(NODE-6819): remove mention ofyarnfrom readme and update server compa...d341a72ci: skip flaky tests in FLE test suite (#4467)0083b8eci: skip flaky test in CSOT test suite (#4471)cd09d43ci: skip flaky tests in retryable reads and sdam suites (#4466)86d4ca1ci(NODE-6519,NODE-6702): fix flaky listIndexes APM test and rtt calculation t...- Additional commits viewable in compare view
Updates prettier from 3.4.2 to 3.5.3
Changelog
Sourced from prettier's changelog.
3.5.3
Flow: Fix missing parentheses in
ConditionalTypeAnnotation(#17196 by@fisker)// Input type T<U> = 'a' | ('b' extends U ? 'c' : empty); type T<U> = 'a' & ('b' extends U ? 'c' : empty);// Prettier 3.5.2
type T<U> = "a" | "b" extends U ? "c" : empty;
type T<U> = "a" & "b" extends U ? "c" : empty;// Prettier 3.5.3
type T<U> = "a" | ("b" extends U ? "c" : empty);
type T<U> = "a" & ("b" extends U ? "c" : empty);
3.5.2
Remove
module-synccondition (#17156 by@fisker)In Prettier 3.5.0, we added
module-synccondition topackage.json, so thatrequire("prettier")can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove themodule-synccondition, sorequire("prettier")will still use the CommonJS version, we'll revisit untilrequire(ESM)feature is more stable.3.5.1
Fix CLI crash when cache for old version exists (#17100 by
@sosukesuzuki)Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.
Support dockercompose and github-actions-workflow in VSCode (#17101 by
@remcohaszing)Prettier now supports the
dockercomposeandgithub-actions-workflowlanguages in Visual Studio Code.3.5.0
Commits
4ff5dc5Release 3.5.3a2e560eFix missing parentheses inConditionalTypeAnnotation(#17196)fa95c97AddmergeBlogPoststep to release script (#17199)b47cd50Add title to patch release changelog (#17197)de30788Minor fix in release scriptecee6a0Clean changelog_unreleasedfd06512Bump Prettier dependency to 3.5.21f74dd5Update dependents count399f427Release 3.5.2bf5aab8Revert "Use ESM entrypoint forrequire(ESM)" (#17156)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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