Closed renovate[bot] closed 3 weeks ago
This PR contains the following updates:
^7.25.8
^7.26.0
^7.25.7
^7.25.9
^4.20241018.0
^4.20241022.0
^1.13.2
^1.13.3
^7.13.3
^7.13.4
^8.34.0
^8.35.0
^1.4.3
^1.4.4
^18.3.11
^18.3.12
^8.10.0
^8.11.0
^2.162.1
^2.164.1
^1.9.2
^1.9.3
^11.4.0
^11.5.0
^0.35.2
^0.35.3
^7.37.1
^7.37.2
^9.4.1
^9.5.0
^12.6.0
^12.7.0
^4.6.5
^4.6.7
^2.0.1
^2.0.2
^6.2.4
^6.2.6
^1.9.0
^1.9.1
^0.1.79
^0.1.80
^8.3.0
^8.3.5
^4.19.1
^4.19.2
^2.2.1
^2.2.3
^5.4.9
^5.4.10
^3.81.0
^3.83.0
📅 Schedule: Branch creation - "before 4am on Monday" (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 was generated by Mend Renovate. View the repository job log.
This PR contains the following updates:
^7.25.8
->^7.26.0
^7.25.7
->^7.26.0
^7.25.7
->^7.25.9
^4.20241018.0
->^4.20241022.0
^1.13.2
->^1.13.3
^7.13.3
->^7.13.4
^7.13.3
->^7.13.4
^8.34.0
->^8.35.0
^8.34.0
->^8.35.0
^8.34.0
->^8.35.0
^1.4.3
->^1.4.4
^18.3.11
->^18.3.12
^8.10.0
->^8.11.0
^8.10.0
->^8.11.0
^2.162.1
->^2.164.1
^2.162.1
->^2.164.1
^1.9.2
->^1.9.3
^11.4.0
->^11.5.0
^2.162.1
->^2.164.1
^0.35.2
->^0.35.3
^7.37.1
->^7.37.2
^9.4.1
->^9.5.0
^12.6.0
->^12.7.0
^4.6.5
->^4.6.7
^2.0.1
->^2.0.2
^6.2.4
->^6.2.6
^1.9.0
->^1.9.1
^1.9.2
->^1.9.3
^0.1.79
->^0.1.80
^8.3.0
->^8.3.5
^4.19.1
->^4.19.2
^2.2.1
->^2.2.3
^8.10.0
->^8.11.0
^5.4.9
->^5.4.10
^3.81.0
->^3.83.0
Release Notes
babel/babel (@babel/core)
### [`v7.26.0`](https://redirect.github.com/babel/babel/compare/v7.25.9...v7.26.0) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.25.9...v7.26.0) ### [`v7.25.9`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7259-2024-10-22) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.25.8...v7.25.9) ##### :bug: Bug Fix - `babel-parser`, `babel-template`, `babel-types` - [#16905](https://redirect.github.com/babel/babel/pull/16905) fix: Keep type annotations in `syntacticPlaceholders` mode ([@liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-helper-compilation-targets`, `babel-preset-env` - [#16907](https://redirect.github.com/babel/babel/pull/16907) fix: support BROWSERSLIST{,\_CONFIG} env ([@JLHwung](https://redirect.github.com/JLHwung)) - Other - [#16884](https://redirect.github.com/babel/babel/pull/16884) Analyze `ClassAccessorProperty` to prevent the `no-undef` rule ([@victorenator](https://redirect.github.com/victorenator)) ##### :house: Internal - `babel-helper-transform-fixture-test-runner` - [#16914](https://redirect.github.com/babel/babel/pull/16914) remove test options flaky ([@JLHwung](https://redirect.github.com/JLHwung)) ##### :running_woman: Performance - `babel-parser`, `babel-types` - [#16918](https://redirect.github.com/babel/babel/pull/16918) perf: Make `VISITOR_KEYS` etc. faster to access ([@liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))babel/babel (@babel/plugin-syntax-flow)
### [`v7.26.0`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7260-2024-10-25) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.25.9...v7.26.0) ##### :rocket: New Feature - `babel-core`, `babel-generator`, `babel-parser`, `babel-plugin-syntax-import-assertions`, `babel-plugin-syntax-import-attributes`, `babel-preset-env`, `babel-standalone`, `babel-types` - [#16850](https://redirect.github.com/babel/babel/pull/16850) Enable import attributes parsing by default ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-core` - [#16862](https://redirect.github.com/babel/babel/pull/16862) feat: support async plugin's pre/post ([@timofei-iatsenko](https://redirect.github.com/timofei-iatsenko)) - `babel-compat-data`, `babel-plugin-proposal-regexp-modifiers`, `babel-plugin-transform-regexp-modifiers`, `babel-preset-env`, `babel-standalone` - [#16692](https://redirect.github.com/babel/babel/pull/16692) Add `transform-regexp-modifiers` to `preset-env` ([@JLHwung](https://redirect.github.com/JLHwung)) - `babel-parser` - [#16849](https://redirect.github.com/babel/babel/pull/16849) feat: add `startIndex` parser option ([@DylanPiercey](https://redirect.github.com/DylanPiercey)) - `babel-generator`, `babel-parser`, `babel-plugin-syntax-flow` - [#16841](https://redirect.github.com/babel/babel/pull/16841) Always enable parsing of Flow enums ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-helpers`, `babel-preset-typescript`, `babel-runtime-corejs3` - [#16794](https://redirect.github.com/babel/babel/pull/16794) Support `import()` in `rewriteImportExtensions` ([@liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-generator`, `babel-parser` - [#16708](https://redirect.github.com/babel/babel/pull/16708) Add experimental format-preserving mode to `@babel/generator` ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### :bug: Bug Fix - `babel-core` - [#16928](https://redirect.github.com/babel/babel/pull/16928) Workaround Node.js bug for parallel loading of TLA modules ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - [#16926](https://redirect.github.com/babel/babel/pull/16926) Fix loading of modules with TLA in Node.js 23 ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-plugin-proposal-json-modules`, `babel-plugin-transform-json-modules`, `babel-standalone` - [#16924](https://redirect.github.com/babel/babel/pull/16924) Rename `proposal-json-modules` to `transform-json-modules` ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### :house: Internal - `babel-code-frame`, `babel-highlight` - [#16896](https://redirect.github.com/babel/babel/pull/16896) Inline `@babel/highlight` in `@babel/code-frame` ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-generator`, `babel-parser`, `babel-types` - [#16732](https://redirect.github.com/babel/babel/pull/16732) Add `kind` to `TSModuleDeclaration` ([@liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) ##### :running_woman: Performance - `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs` - [#16882](https://redirect.github.com/babel/babel/pull/16882) perf: Improve module transforms ([@liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) ### [`v7.25.9`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7259-2024-10-22) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.25.7...v7.25.9) ##### :bug: Bug Fix - `babel-parser`, `babel-template`, `babel-types` - [#16905](https://redirect.github.com/babel/babel/pull/16905) fix: Keep type annotations in `syntacticPlaceholders` mode ([@liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-helper-compilation-targets`, `babel-preset-env` - [#16907](https://redirect.github.com/babel/babel/pull/16907) fix: support BROWSERSLIST{,\_CONFIG} env ([@JLHwung](https://redirect.github.com/JLHwung)) - Other - [#16884](https://redirect.github.com/babel/babel/pull/16884) Analyze `ClassAccessorProperty` to prevent the `no-undef` rule ([@victorenator](https://redirect.github.com/victorenator)) ##### :house: Internal - `babel-helper-transform-fixture-test-runner` - [#16914](https://redirect.github.com/babel/babel/pull/16914) remove test options flaky ([@JLHwung](https://redirect.github.com/JLHwung)) ##### :running_woman: Performance - `babel-parser`, `babel-types` - [#16918](https://redirect.github.com/babel/babel/pull/16918) perf: Make `VISITOR_KEYS` etc. faster to access ([@liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))cloudflare/workerd (@cloudflare/workers-types)
### [`v4.20241022.0`](https://redirect.github.com/cloudflare/workerd/compare/fa7168988f89ec72e218a0112be4f6f0229c2d6b...2bb9758456af578c3107f8459eceb5eb24a649bc) [Compare Source](https://redirect.github.com/cloudflare/workerd/compare/fa7168988f89ec72e218a0112be4f6f0229c2d6b...2bb9758456af578c3107f8459eceb5eb24a649bc)honojs/node-server (@hono/node-server)
### [`v1.13.3`](https://redirect.github.com/honojs/node-server/releases/tag/v1.13.3) [Compare Source](https://redirect.github.com/honojs/node-server/compare/v1.13.2...v1.13.3) #### What's Changed - fix(serve-static): add error handler for decoding uri components by [@alumowa](https://redirect.github.com/alumowa) in [https://github.com/honojs/node-server/pull/208](https://redirect.github.com/honojs/node-server/pull/208) #### New Contributors - [@alumowa](https://redirect.github.com/alumowa) made their first contribution in [https://github.com/honojs/node-server/pull/208](https://redirect.github.com/honojs/node-server/pull/208) **Full Changelog**: https://github.com/honojs/node-server/compare/v1.13.2...v1.13.3mantinedev/mantine (@mantine/core)
### [`v7.13.4`](https://redirect.github.com/mantinedev/mantine/releases/tag/7.13.4) [Compare Source](https://redirect.github.com/mantinedev/mantine/compare/7.13.3...7.13.4) ##### Next.js 15 support The documentation and templates have been updated to support Next.js 15 release, for more information visit – https://mantine.dev/guides/next/ ##### Other changes - `[@mantine/dates]` DatePickerInput: Fix dropdown staying opened after the `disabled` prop has been set ([#7017](https://redirect.github.com/mantinedev/mantine/issues/7017)) - `[@mantine/core]` NumberInput: Fix incorrect ref node type - `[@mantine/core]` Popover: Fix `onClose` event firing incorrectly **Full Changelog**: https://github.com/mantinedev/mantine/compare/7.13.3...7.13.4getsentry/sentry-javascript (@sentry/react)
### [`v8.35.0`](https://redirect.github.com/getsentry/sentry-javascript/compare/8.34.0...8.35.0) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/8.34.0...8.35.0)solidjs-community/solid-primitives (@solid-primitives/scheduled)
### [`v1.4.4`](https://redirect.github.com/solidjs-community/solid-primitives/releases/tag/%40solid-primitives/scheduled%401.4.4) [Compare Source](https://redirect.github.com/solidjs-community/solid-primitives/compare/@solid-primitives/scheduled@1.4.3...@solid-primitives/scheduled@1.4.4) ##### Patch Changes - [`57a3078`](https://redirect.github.com/solidjs-community/solid-primitives/commit/57a3078): Add check for typeof window, fallback to throttle if undefinedtypescript-eslint/typescript-eslint (@typescript-eslint/parser)
### [`v8.11.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8110-2024-10-21) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.10.0...v8.11.0) This was a version bump only for parser 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.typescript-eslint/typescript-eslint (@typescript-eslint/utils)
### [`v8.11.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/utils/CHANGELOG.md#8110-2024-10-21) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.10.0...v8.11.0) This was a version bump only for utils 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.aws/aws-cdk (aws-cdk)
### [`v2.164.1`](https://redirect.github.com/aws/aws-cdk/releases/tag/v2.164.1) [Compare Source](https://redirect.github.com/aws/aws-cdk/compare/v2.164.0...v2.164.1) ##### Bug Fixes - enable node-fips compatible body checksums for S3 ([#31883](https://redirect.github.com/aws/aws-cdk/issues/31883)) ([290a499](https://redirect.github.com/aws/aws-cdk/commit/290a499f31413bd71eece4ad9f196eb5993747a9)) *** #### Alpha modules (2.164.1-alpha.0) ### [`v2.164.0`](https://redirect.github.com/aws/aws-cdk/releases/tag/v2.164.0) [Compare Source](https://redirect.github.com/aws/aws-cdk/compare/v2.163.1...v2.164.0) ##### Features - **cli:** add ability to configure hotswap properties for ECS ([#30511](https://redirect.github.com/aws/aws-cdk/issues/30511)) ([fee2cf8](https://redirect.github.com/aws/aws-cdk/commit/fee2cf88c58c6c1f25b9e6fad87c8042de464fd9)), closes [#29618](https://redirect.github.com/aws/aws-cdk/issues/29618) - **cognito:** support email based MFA ([#31816](https://redirect.github.com/aws/aws-cdk/issues/31816)) ([f9d6eef](https://redirect.github.com/aws/aws-cdk/commit/f9d6eefd52d5bdc63ff2be844f567e8f1d0b4258)), closes [#31815](https://redirect.github.com/aws/aws-cdk/issues/31815) - **cognito:** the Cognito Identity Pools module is now in Developer Preview ([#31854](https://redirect.github.com/aws/aws-cdk/issues/31854)) ([b22899f](https://redirect.github.com/aws/aws-cdk/commit/b22899f9dee04d5c446ebcdfff810a954ac08dc6)) ##### Bug Fixes - **cli:** cross-account asset publishing doesn't work without bootstrap stack ([#31876](https://redirect.github.com/aws/aws-cdk/issues/31876)) ([427bf63](https://redirect.github.com/aws/aws-cdk/commit/427bf630cb2e28ec98477b313eef32d5b9b91525)), closes [#31866](https://redirect.github.com/aws/aws-cdk/issues/31866) - **cli:** deploy-role is not authorized to perform DescribeStackResources ([#31878](https://redirect.github.com/aws/aws-cdk/issues/31878)) ([8d06824](https://redirect.github.com/aws/aws-cdk/commit/8d06824298d80b18c6b0143a9ac38b79ea5d6253)) - **core:** fix policy synthesizer logic for precreated roles ([#31710](https://redirect.github.com/aws/aws-cdk/issues/31710)) ([aae03c9](https://redirect.github.com/aws/aws-cdk/commit/aae03c9f899ec2a77b841207ef0b4eb3a7e0ae00)) - **dynamodb:** replication regions are incompatible with resource policies in TableV2 and feature flag ([#31513](https://redirect.github.com/aws/aws-cdk/issues/31513)) ([0b03eb0](https://redirect.github.com/aws/aws-cdk/commit/0b03eb0f62c132c1bd586a8ec31818398d07707f)), closes [#30705](https://redirect.github.com/aws/aws-cdk/issues/30705) - **events-targets:** kinesis Stream target with Customer-Managed KMS key causes EventBridge FailedInvocations ([#31836](https://redirect.github.com/aws/aws-cdk/issues/31836)) ([58dfda0](https://redirect.github.com/aws/aws-cdk/commit/58dfda087a8aabde2683cd99df005d6e5e73a7ce)), closes [#10996](https://redirect.github.com/aws/aws-cdk/issues/10996) *** ##### Alpha modules (2.164.0-alpha.0) ##### Features - **iot:** scheduled audit ([#31776](https://redirect.github.com/aws/aws-cdk/issues/31776)) ([366b492](https://redirect.github.com/aws/aws-cdk/commit/366b4927c50168113dd4057f6255ab6c76278135)), closes [#31779](https://redirect.github.com/aws/aws-cdk/issues/31779) ##### Bug Fixes - **ec2:** allow NAT instance to associate public IP ([#31812](https://redirect.github.com/aws/aws-cdk/issues/31812)) ([e96b4ce](https://redirect.github.com/aws/aws-cdk/commit/e96b4ce4ae64076e4c2e688c649c69fb15a624d6)), closes [#31711](https://redirect.github.com/aws/aws-cdk/issues/31711) - **scheduler-targets-alpha:** imported lambda function as schedule target throws synth error ([#31837](https://redirect.github.com/aws/aws-cdk/issues/31837)) ([d1d179f](https://redirect.github.com/aws/aws-cdk/commit/d1d179f617f83bbb3bf44d3cc629be8eed0d4e2b)), closes [#29284](https://redirect.github.com/aws/aws-cdk/issues/29284) ### [`v2.163.1`](https://redirect.github.com/aws/aws-cdk/releases/tag/v2.163.1) [Compare Source](https://redirect.github.com/aws/aws-cdk/compare/v2.163.0...v2.163.1) ##### Bug Fixes - 'Need to perform AWS calls for account' when doing cross-account deployments ([#31846](https://redirect.github.com/aws/aws-cdk/issues/31846)) ([5aa63d1](https://redirect.github.com/aws/aws-cdk/commit/5aa63d136294a42df2f65a3705655eb3c108fc2c)), closes [#31845](https://redirect.github.com/aws/aws-cdk/issues/31845) *** ##### Alpha modules (2.163.1-alpha.0) ### [`v2.163.0`](https://redirect.github.com/aws/aws-cdk/releases/tag/v2.163.0) [Compare Source](https://redirect.github.com/aws/aws-cdk/compare/v2.162.1...v2.163.0) ##### Features - **cli:** garbage collect s3 assets (under `--unstable` flag) ([#31611](https://redirect.github.com/aws/aws-cdk/issues/31611)) ([0a0e4ad](https://redirect.github.com/aws/aws-cdk/commit/0a0e4ad271197ccec2242d247516616f966a959c)) - **cognito:** support `emailVerified` for `AttributeMapping` interface ([#31632](https://redirect.github.com/aws/aws-cdk/issues/31632)) ([5de7835](https://redirect.github.com/aws/aws-cdk/commit/5de783504111b6a04dc8d1da7c67a30200f3e3e5)), closes [#30467](https://redirect.github.com/aws/aws-cdk/issues/30467) [#30467](https://redirect.github.com/aws/aws-cdk/issues/30467) - **dynamodb:** enable contributor insights for global secondary index ([#30560](https://redirect.github.com/aws/aws-cdk/issues/30560)) ([799b541](https://redirect.github.com/aws/aws-cdk/commit/799b541135d0fb9cea31ddf29a8dacc1a94cb0fc)), closes [#15671](https://redirect.github.com/aws/aws-cdk/issues/15671) - **ecs-patterns:** support NLB with TLS listener and target group ([#30611](https://redirect.github.com/aws/aws-cdk/issues/30611)) ([f4f8abc](https://redirect.github.com/aws/aws-cdk/commit/f4f8abcb2a6df6a26b289b49b7738efce78b2936)), closes [#8517](https://redirect.github.com/aws/aws-cdk/issues/8517) - **efs:** allow AccessPoint to set client token ([#31184](https://redirect.github.com/aws/aws-cdk/issues/31184)) ([8208774](https://redirect.github.com/aws/aws-cdk/commit/8208774fb9a5f9d58a5fea24e60aa6862e861aba)) - **events:** dead letter queue for an Event Bus ([#30628](https://redirect.github.com/aws/aws-cdk/issues/30628)) ([318eae6](https://redirect.github.com/aws/aws-cdk/commit/318eae6c9eca456e0c34ed21855dad9d2bfa2a0f)), closes [#30531](https://redirect.github.com/aws/aws-cdk/issues/30531) - **fsx:** specify file system type version for the Lustre file system ([#31136](https://redirect.github.com/aws/aws-cdk/issues/31136)) ([252cca9](https://redirect.github.com/aws/aws-cdk/commit/252cca9351be0dc09c242107639dceee74b96898)), closes [#31130](https://redirect.github.com/aws/aws-cdk/issues/31130) - **fsx:** support HDD storage type for a Lustre file systems ([#30207](https://redirect.github.com/aws/aws-cdk/issues/30207)) ([2d9aefb](https://redirect.github.com/aws/aws-cdk/commit/2d9aefbb6c2c5323d3d2d17e5961fb2300c25fa3)), closes [#30206](https://redirect.github.com/aws/aws-cdk/issues/30206) - **iam:** allow creating service principal using custom name ([#31793](https://redirect.github.com/aws/aws-cdk/issues/31793)) ([3d650c3](https://redirect.github.com/aws/aws-cdk/commit/3d650c30a2e1a47584b3dacd632269bab2071348)), closes [#31767](https://redirect.github.com/aws/aws-cdk/issues/31767) - **kms:** allow `fromLookup` method to return dummy key if target key was not found ([#31676](https://redirect.github.com/aws/aws-cdk/issues/31676)) ([34bdeca](https://redirect.github.com/aws/aws-cdk/commit/34bdecad76ac93d7dc4f8321352e851cebc75e17)), closes [#31574](https://redirect.github.com/aws/aws-cdk/issues/31574) [/github.com/aws/aws-cdk/blob/v2.161.0/packages/aws-cdk-lib/aws-kms/lib/key.ts#L686](https://redirect.github.com/aws//github.com/aws/aws-cdk/blob/v2.161.0/packages/aws-cdk-lib/aws-kms/lib/key.ts/issues/L686) [/github.com/aws/aws-cdk/issues/31574#issuecomment-2399080697](https://redirect.github.com/aws//github.com/aws/aws-cdk/issues/31574/issues/issuecomment-2399080697) - **rds:** support local write forwarding for an aurora PostgreSQL cluster ([#31803](https://redirect.github.com/aws/aws-cdk/issues/31803)) ([a32436a](https://redirect.github.com/aws/aws-cdk/commit/a32436a5ea834b29faed19f37652fb4dae3fb1d7)), closes [#31802](https://redirect.github.com/aws/aws-cdk/issues/31802) - **s3:** support `transitionDefaultMinimumObjectSize` for life cycle ([#31778](https://redirect.github.com/aws/aws-cdk/issues/31778)) ([4aa117b](https://redirect.github.com/aws/aws-cdk/commit/4aa117b34c95555ea7d53dfa748a048196bf4044)), closes [#31777](https://redirect.github.com/aws/aws-cdk/issues/31777) [/docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-lifecycleconfiguration.html#cfn-s3](https://redirect.github.com/aws//docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-lifecycleconfiguration.html/issues/cfn-s3) - update L1 CloudFormation resource definitions ([#31752](https://redirect.github.com/aws/aws-cdk/issues/31752)) ([8067294](https://redirect.github.com/aws/aws-cdk/commit/8067294f6c378795538d7ed2a8e0741310bec0b9)) - update L1 CloudFormation resource definitions ([#31800](https://redirect.github.com/aws/aws-cdk/issues/31800)) ([fccb006](https://redirect.github.com/aws/aws-cdk/commit/fccb0060759af997db1bf2b69a27d1c0d282e28c)) - **rds:** support performance insights configuration at cluster level ([#31385](https://redirect.github.com/aws/aws-cdk/issues/31385)) ([7d6bf77](https://redirect.github.com/aws/aws-cdk/commit/7d6bf773d3a8f17d94c4aa5d5aa9025270c254aa)), closes [#31375](https://redirect.github.com/aws/aws-cdk/issues/31375) - disallow cross account asset publishing in some scenarios ([#31623](https://redirect.github.com/aws/aws-cdk/issues/31623)) ([edd031d](https://redirect.github.com/aws/aws-cdk/commit/edd031d3c76a870991bf8a5f021f8043d6a2b871)) - **step-functions:** add bucketNamePath in item reader ([#31619](https://redirect.github.com/aws/aws-cdk/issues/31619)) ([97130d8](https://redirect.github.com/aws/aws-cdk/commit/97130d80824cbbef4323ed7ead00fcfdc61fe7fb)), closes [#29409](https://redirect.github.com/aws/aws-cdk/issues/29409) ##### Bug Fixes - **cli:** `cdk import` errors with 'S3 error: Access Denied' ([#31727](https://redirect.github.com/aws/aws-cdk/issues/31727)) ([cd324d0](https://redirect.github.com/aws/aws-cdk/commit/cd324d028e03215e877f13a26992ebd5a2b4db03)), closes [#31597](https://redirect.github.com/aws/aws-cdk/issues/31597) [#31716](https://redirect.github.com/aws/aws-cdk/issues/31716) - **lambda:** filterRule.null() returns empty array ([#31701](https://redirect.github.com/aws/aws-cdk/issues/31701)) ([5830ee1](https://redirect.github.com/aws/aws-cdk/commit/5830ee1eb29fc025c3ebe1451647c79cef155ea1)), closes [#31458](https://redirect.github.com/aws/aws-cdk/issues/31458) - **s3:** add support for uppercase characters in legacy bucket names ([#31813](https://redirect.github.com/aws/aws-cdk/issues/31813)) ([7bebf40](https://redirect.github.com/aws/aws-cdk/commit/7bebf400a6e271c3f50402a5e72aff1f1b8be109)), closes [#31731](https://redirect.github.com/aws/aws-cdk/issues/31731) - **stepfunctions-tasks:** stateMachine construct doesn't generate a valid policy for default StateMachineRole ([#31801](https://redirect.github.com/aws/aws-cdk/issues/31801)) ([efbbddb](https://redirect.github.com/aws/aws-cdk/commit/efbbddbee370a9b4dba2fbea4c92b44ad39be973)), closes [#31714](https://redirect.github.com/aws/aws-cdk/issues/31714) *** #### Alpha modules (2.163.0-alpha.0) ##### Features - **ec2:** disable api termination ([#30620](https://redirect.github.com/aws/aws-cdk/issues/30620)) ([108737d](https://redirect.github.com/aws/aws-cdk/commit/108737d613e2a2da20a53fe92a4dac2b43d21044)) - **kinesisfirehose-alpha:** refactor sourceStream property to support multiple types of sources ([#31723](https://redirect.github.com/aws/aws-cdk/issues/31723)) ([0260046](https://redirect.github.com/aws/aws-cdk/commit/026004682f25d324b5f82b8d0ed92820c55233c1)) - **pipes-enrichments:** support API destination enrichment ([#31312](https://redirect.github.com/aws/aws-cdk/issues/31312)) ([1557793](https://redirect.github.com/aws/aws-cdk/commit/1557793f696da77ab592e81165dbbb5c0886e7e2)), closes [#29383](https://redirect.github.com/aws/aws-cdk/issues/29383) - **pipes-targets:** add CloudWatch Logs ([#30665](https://redirect.github.com/aws/aws-cdk/issues/30665)) ([893769e](https://redirect.github.com/aws/aws-cdk/commit/893769ed22818a6c31ec1bdd58d458f50ba28c48)) ##### Bug Fixes - **ec2:** exposed userDataCausesReplacement in BastionHostLinuxProps ([#31416](https://redirect.github.com/aws/aws-cdk/issues/31416)) ([029c298](https://redirect.github.com/aws/aws-cdk/commit/029c298db9875214eb16b88689b13f5e244b5ea4)), closes [#31348](https://redirect.github.com/aws/aws-cdk/issues/31348) - **scheduler-alpha:** remove `targetOverrides` prop from Schedule ([#31799](https://redirect.github.com/aws/aws-cdk/issues/31799)) ([be4154b](https://redirect.github.com/aws/aws-cdk/commit/be4154b3a2bba28700b8476dfb26af54da0bdc6f))solidjs/solid (babel-preset-solid)
### [`v1.9.3`](https://redirect.github.com/solidjs/solid/compare/v1.9.2...v1.9.3) [Compare Source](https://redirect.github.com/solidjs/solid/compare/v1.9.2...v1.9.3)WiseLibs/better-sqlite3 (better-sqlite3)
### [`v11.5.0`](https://redirect.github.com/WiseLibs/better-sqlite3/releases/tag/v11.5.0) [Compare Source](https://redirect.github.com/WiseLibs/better-sqlite3/compare/v11.4.0...v11.5.0) #### What's Changed - Added NodeJS 23 Support by [@neoxpert](https://redirect.github.com/neoxpert) in [https://github.com/WiseLibs/better-sqlite3/pull/1283](https://redirect.github.com/WiseLibs/better-sqlite3/pull/1283) - Update [SQLite to version 3.47.0](https://sqlite.org/releaselog/3\_47\_0.html) by [@mceachen](https://redirect.github.com/mceachen) in [https://github.com/WiseLibs/better-sqlite3/pull/1284](https://redirect.github.com/WiseLibs/better-sqlite3/pull/1284) **Full Changelog**: https://github.com/WiseLibs/better-sqlite3/compare/v11.4.0...v11.5.0drizzle-team/drizzle-orm (drizzle-orm)
### [`v0.35.3`](https://redirect.github.com/drizzle-team/drizzle-orm/releases/tag/0.35.3) [Compare Source](https://redirect.github.com/drizzle-team/drizzle-orm/compare/0.35.2...0.35.3) ### New LibSQL driver modules Drizzle now has native support for all `@libsql/client` driver variations: 1. `@libsql/client` - defaults to node import, automatically changes to web if target or platform is set for bundler, e.g. `esbuild --platform=browser` ```ts import { drizzle } from 'drizzle-orm/libsql'; const db = drizzle({ connection: { url: process.env.DATABASE_URL, authToken: process.env.DATABASE_AUTH_TOKEN }}); ``` 2. `@libsql/client/node` node compatible module, supports :memory:, file, wss, http and turso connection protocols ```ts import { drizzle } from 'drizzle-orm/libsql/node'; const db = drizzle({ connection: { url: process.env.DATABASE_URL, authToken: process.env.DATABASE_AUTH_TOKEN }}); ``` 3. `@libsql/client/web` module for fullstack web frameworks like next, nuxt, astro, etc. ```ts import { drizzle } from 'drizzle-orm/libsql/web'; const db = drizzle({ connection: { url: process.env.DATABASE_URL, authToken: process.env.DATABASE_AUTH_TOKEN }}); ``` 4. `@libsql/client/http` module for http and https connection protocols ```ts import { drizzle } from 'drizzle-orm/libsql/http'; const db = drizzle({ connection: { url: process.env.DATABASE_URL, authToken: process.env.DATABASE_AUTH_TOKEN }}); ``` 5. `@libsql/client/ws` module for ws and wss connection protocols ```ts import { drizzle } from 'drizzle-orm/libsql/ws'; const db = drizzle({ connection: { url: process.env.DATABASE_URL, authToken: process.env.DATABASE_AUTH_TOKEN }}); ``` 6. `@libsql/client/sqlite3` module for :memory: and file connection protocols ```ts import { drizzle } from 'drizzle-orm/libsql/wasm'; const db = drizzle({ connection: { url: process.env.DATABASE_URL, authToken: process.env.DATABASE_AUTH_TOKEN }}); ``` 7. `@libsql/client-wasm` Separate experimental package for WASM ```ts import { drizzle } from 'drizzle-orm/libsql'; const db = drizzle({ connection: { url: process.env.DATABASE_URL, authToken: process.env.DATABASE_AUTH_TOKEN }}); ```jsx-eslint/eslint-plugin-react (eslint-plugin-react)
### [`v7.37.2`](https://redirect.github.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#7372---20241022) [Compare Source](https://redirect.github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.1...v7.37.2) ##### Fixed - \[`destructuring-assignment`]: fix false negative when using `typeof props.a` ([#3835][] [@golopot](https://redirect.github.com/golopot)) ##### Changed - \[Refactor] \[`destructuring-assignment`]: use `getParentStatelessComponent` ([#3835][] [@golopot](https://redirect.github.com/golopot)) [7.37.2]: https://redirect.github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.1...v7.37.2 [#3835]: https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3835sindresorhus/execa (execa)
### [`v9.5.0`](https://redirect.github.com/sindresorhus/execa/compare/v9.4.1...4d1e55a68d79f4ffc2b3393277ea366598807413) [Compare Source](https://redirect.github.com/sindresorhus/execa/compare/v9.4.1...v9.5.0)firebase/firebase-admin-node (firebase-admin)
### [`v12.7.0`](https://redirect.github.com/firebase/firebase-admin-node/releases/tag/v12.7.0): Firebase Admin Node.js SDK v12.7.0 [Compare Source](https://redirect.github.com/firebase/firebase-admin-node/compare/v12.6.0...v12.7.0) ##### New Features - feat(auth): Add recaptcha and sms toll fraud support for phone auth ([#2625](https://redirect.github.com/firebase/firebase-admin-node/issues/2625)) ##### Bug Fixes - fix: Pin `@firebase/database-cConfiguration
📅 Schedule: Branch creation - "before 4am on Monday" (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 was generated by Mend Renovate. View the repository job log.