babel/babel (@babel/core)
### [`v7.25.7`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7257-2024-10-02)
[Compare Source](https://redirect.github.com/babel/babel/compare/v7.25.2...v7.25.7)
##### :bug: Bug Fix
- `babel-helper-validator-identifier`
- [#16825](https://redirect.github.com/babel/babel/pull/16825) fix: update identifier to unicode 16 ([@JLHwung](https://redirect.github.com/JLHwung))
- `babel-traverse`
- [#16814](https://redirect.github.com/babel/babel/pull/16814) fix: issue with node path keys updated on unrelated paths ([@DylanPiercey](https://redirect.github.com/DylanPiercey))
- `babel-plugin-transform-classes`
- [#16797](https://redirect.github.com/babel/babel/pull/16797) Use an inclusion rather than exclusion list for `super()` check ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
- `babel-generator`
- [#16788](https://redirect.github.com/babel/babel/pull/16788) Fix printing of TS `infer` in compact mode ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
- [#16785](https://redirect.github.com/babel/babel/pull/16785) Print TS type annotations for destructuring in assignment pattern ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
- [#16778](https://redirect.github.com/babel/babel/pull/16778) Respect `[no LineTerminator here]` after nodes ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
##### :nail_care: Polish
- `babel-types`
- [#16852](https://redirect.github.com/babel/babel/pull/16852) Add deprecated JSDOC for fields ([@liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
##### :house: Internal
- `babel-core`
- [#16820](https://redirect.github.com/babel/babel/pull/16820) Allow sync loading of ESM when `--experimental-require-module` ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
- `babel-helper-compilation-targets`, `babel-helper-plugin-utils`, `babel-preset-env`
- [#16858](https://redirect.github.com/babel/babel/pull/16858) Add browserslist config to external dependency ([@JLHwung](https://redirect.github.com/JLHwung))
- `babel-plugin-proposal-destructuring-private`, `babel-plugin-syntax-decimal`, `babel-plugin-syntax-import-reflection`, `babel-standalone`
- [#16809](https://redirect.github.com/babel/babel/pull/16809) Archive syntax-import-reflection and syntax-decimal ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
- `babel-generator`
- [#16779](https://redirect.github.com/babel/babel/pull/16779) Simplify logic for `[no LineTerminator here]` before nodes ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
##### :running_woman: Performance
- `babel-plugin-transform-typescript`
- [#16875](https://redirect.github.com/babel/babel/pull/16875) perf: Avoid extra cloning of namespaces ([@liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
- `babel-types`
- [#16842](https://redirect.github.com/babel/babel/pull/16842) perf: Improve [@babel/types](https://redirect.github.com/babel/types) builders ([@liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
- [#16828](https://redirect.github.com/babel/babel/pull/16828) Only access `BABEL_TYPES_8_BREAKING` at startup ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
### [`v8.8.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#880-2024-09-30)
[Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.7.0...v8.8.0)
##### 🚀 Features
- **eslint-plugin:** \[no-unnecessary-condition] add checkTypePredicates
- **eslint-plugin:** \[return-await] check for-await loop iteree
##### 🩹 Fixes
- remove `export type *` in d.ts to support TS<5.0
- **eslint-plugin:** \[no-unnecessary-template-expression] should underline template syntax with squiggly lines
- **type-utils:** check for type parameters on `isBuiltinSymbolLikeRecurser()`
- **eslint-plugin:** \[no-deprecated] max callstack exceeded when class implements itself
- **eslint-plugin:** \[no-misused-promises] check contextual type
- **eslint-plugin:** \[prefer-literal-enum-member] allow nested bitwise operations
##### ❤️ Thank You
- auvred
- Josh Goldberg ✨
- Kirk Waiblinger
- Ronen Amiel
- Tarun Chauhan
- YeonJuan
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.
### [`v8.7.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#870-2024-09-23)
[Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.6.0...v8.7.0)
##### 🚀 Features
- **eslint-plugin:** \[no-unsafe-call] check calls of Function
- **eslint-plugin:** \[consistent-type-exports] check `export *` exports to see if all exported members are types
##### 🩹 Fixes
- **eslint-plugin:** properly coerce all types to string in `getStaticMemberAccessValue`
- **eslint-plugin:** \[no-deprecated] report on imported deprecated variables
- **eslint-plugin:** \[no-confusing-non-null-assertion] check !in and !instanceof
##### ❤️ Thank You
- Abraham Guo
- auvred
- Brian Donovan
- Kirk Waiblinger
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)
### [`v8.8.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#880-2024-09-30)
[Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.7.0...v8.8.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.
### [`v8.7.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#870-2024-09-23)
[Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.6.0...v8.7.0)
This was a version bump only for 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.
emberjs/ember.js (ember-source)
### [`v5.12.0`](https://redirect.github.com/emberjs/ember.js/blob/HEAD/CHANGELOG.md#v5120-September-30-2024)
[Compare Source](https://redirect.github.com/emberjs/ember.js/compare/v5.11.1...v5.12.0)
- [#20746](https://redirect.github.com/emberjs/ember.js/pull/20746) \[BUGFIX] Upgrade glimmer-vm for some perf improvements
- [#20714](https://redirect.github.com/emberjs/ember.js/pull/20714) \[BUGFIX] Break eager cycle for "deprecate" function
### [`v5.11.1`](https://redirect.github.com/emberjs/ember.js/blob/HEAD/CHANGELOG.md#v5111-September-23-2024)
[Compare Source](https://redirect.github.com/emberjs/ember.js/compare/v5.11.0...v5.11.1)
- [#20734](https://redirect.github.com/emberjs/ember.js/pull/20734) Circularity fixes
### [`v5.11.0`](https://redirect.github.com/emberjs/ember.js/blob/HEAD/CHANGELOG.md#v5110-August-19-2024)
[Compare Source](https://redirect.github.com/emberjs/ember.js/compare/v5.10.2...v5.11.0)
- [#20716](https://redirect.github.com/emberjs/ember.js/pull/20716) \[BREAKING] Drop Node 16 support
- [#20704](https://redirect.github.com/emberjs/ember.js/pull/20704) Remove `Component` suffix from blueprints to facilitate
### [`v5.10.2`](https://redirect.github.com/emberjs/ember.js/blob/HEAD/CHANGELOG.md#v5102-August-6-2024)
[Compare Source](https://redirect.github.com/emberjs/ember.js/compare/v5.10.1...v5.10.2)
- [#20726](https://redirect.github.com/emberjs/ember.js/pull/20726) \[BUGFIX] Fix test waiters by removing unintentional duplication from ember-testing bundle
- [#20715](https://redirect.github.com/emberjs/ember.js/pull/20715) \[BUGFIX] Don't publish empty modules
### [`v5.10.1`](https://redirect.github.com/emberjs/ember.js/blob/HEAD/CHANGELOG.md#v5101-July-12-2024)
[Compare Source](https://redirect.github.com/emberjs/ember.js/compare/v5.10.0...v5.10.1)
- [#20720](https://redirect.github.com/emberjs/ember.js/pull/20720) \[BUGFIX] Fix deprecation guide url for array prototype extensions deprecation
### [`v5.10.0`](https://redirect.github.com/emberjs/ember.js/blob/HEAD/CHANGELOG.md#v5100-July-8-2024)
[Compare Source](https://redirect.github.com/emberjs/ember.js/compare/v5.9.0...v5.10.0)
- [#20702](https://redirect.github.com/emberjs/ember.js/pull/20702) \[DEPRECATION] Deprecate array prototype extensions per [RFC #848](https://rfcs.emberjs.com/id/0848-deprecate-array-prototype-extensions/).
- [#20660](https://redirect.github.com/emberjs/ember.js/pull/20660) \[DEPRECATION] Deprecate non-colocated component template resolution per [RFC #995](https://rfcs.emberjs.com/id/0995-deprecate-non-colocated-components).
- [#20675](https://redirect.github.com/emberjs/ember.js/pull/20675) \[INTERNAL] Build reform
- [#20683](https://redirect.github.com/emberjs/ember.js/pull/20683) \[CLEANUP] Remove application-template-wrapper optional feature support
- [#20685](https://redirect.github.com/emberjs/ember.js/pull/20685) \[CLEANUP] Remove support for non-glimmer template-only components
- [#20681](https://redirect.github.com/emberjs/ember.js/pull/20681) Update ember-cli-babel
### [`v5.9.0`](https://redirect.github.com/emberjs/ember.js/blob/HEAD/CHANGELOG.md#v590-June-3-2024)
[Compare Source](https://redirect.github.com/emberjs/ember.js/compare/v5.8.0...v5.9.0)
- [#20653](https://redirect.github.com/emberjs/ember.js/pull/20653) \[DEPRECATION] Deprecate `(action)` and `{{action}}` in templates per [RFC #1006](https://rfcs.emberjs.com/id/1006-deprecate-action-template-helper).
- [#20669](https://redirect.github.com/emberjs/ember.js/pull/20669) \[FEATURE] Make deprecations throw when the `until` for `ember-source` has passed per [RFC #0830](https://rfcs.emberjs.com/id/0830-evolving-embers-major-version-process).
- [#20656](https://redirect.github.com/emberjs/ember.js/pull/20656) / [#20664](https://redirect.github.com/emberjs/ember.js/pull/20664) \[BUGFIX] Upgrade router_js to support `exactOptionalPropertyTypes`
- [#20658](https://redirect.github.com/emberjs/ember.js/pull/20658) Upgrade glimmer-vm to v0.92
- [#20678](https://redirect.github.com/emberjs/ember.js/pull/20678) Address a missed deprecation introduced in [#20658](https://redirect.github.com/emberjs/ember.js/issues/20658)
### [`v5.8.0`](https://redirect.github.com/emberjs/ember.js/blob/HEAD/CHANGELOG.md#v580-April-15-2024)
[Compare Source](https://redirect.github.com/emberjs/ember.js/compare/v5.7.0...v5.8.0)
- [#20672](https://redirect.github.com/emberjs/ember.js/pull/20672) \[BUGFIX] Restore `{{this.attrs.foo}}` deprecation from the 3.x era. The API was accidentally not removed in 4.0 but the deprecation was removed.
### [`v5.7.0`](https://redirect.github.com/emberjs/ember.js/blob/HEAD/CHANGELOG.md#v570-March-4-2024)
[Compare Source](https://redirect.github.com/emberjs/ember.js/compare/v5.6.0...v5.7.0)
- [#20639](https://redirect.github.com/emberjs/ember.js/pull/20639) \[FEATURE] Add an optional feature "no-implicit-route-model" to allow the removal of the implicit loading of a model per [RFC #774](https://rfcs.emberjs.com/id/0774-implicit-record-route-loading).
- [#20597](https://redirect.github.com/emberjs/ember.js/pull/20597) \[FEATURE] Add explicit support TS 5.1, 5.2, and 5.3
- [#20645](https://redirect.github.com/emberjs/ember.js/pull/20645) \[BUGFIX] Make sure the `component-class` blueprint generates a signature in a TS project
- [#20224](https://redirect.github.com/emberjs/ember.js/pull/20224) Integrate types for the `warn` method
- [#20579](https://redirect.github.com/emberjs/ember.js/pull/20579) Mark `cached` as a `MethodDecorator` instead of `PropertyDecorator`
- [#20609](https://redirect.github.com/emberjs/ember.js/pull/20609) Bump all glimmer-vm dependencies to 0.87.1
- [#20619](https://redirect.github.com/emberjs/ember.js/pull/20619) \[CLEANUP] Cleanup incorrect module usage
- [#20620](https://redirect.github.com/emberjs/ember.js/pull/20620) \[CLEANUP] Remove final eager consumption of AMD loader
### [`v5.6.0`](https://redirect.github.com/emberjs/ember.js/blob/HEAD/CHANGELOG.md#v560-January-22-2024)
[Compare Source](https://redirect.github.com/emberjs/ember.js/compare/v5.5.0...v5.6.0)
- [#20595](https://redirect.github.com/emberjs/ember.js/pull/20595) \[BUGFIX] An addon re-export should always be a JavaScript file
- [#20603](https://redirect.github.com/emberjs/ember.js/pull/20603) \[BUGFIX] Internal templates should be strictMode
- [#20605](https://redirect.github.com/emberjs/ember.js/pull/20605) \[BUGFIX] Move babel-plugin-ember-template-compilation to dependencies
- [#20570](https://redirect.github.com/emberjs/ember.js/pull/20570) \[CLEANUP] Remove all traces of named outlets code
- [#20561](https://redirect.github.com/emberjs/ember.js/pull/20561) Upgrade the Glimmer VM from 0.84.3 to 0.85.13
eslint/eslint (eslint)
### [`v8.57.1`](https://redirect.github.com/eslint/eslint/compare/v8.57.0...5b9414c501c58bfa85f41f96f821973c41e8ae74)
[Compare Source](https://redirect.github.com/eslint/eslint/compare/v8.57.0...v8.57.1)
ember-cli/eslint-plugin-ember (eslint-plugin-ember)
### [`v12.2.1`](https://redirect.github.com/ember-cli/eslint-plugin-ember/blob/HEAD/CHANGELOG.md#v1221-2024-09-25)
[Compare Source](https://redirect.github.com/ember-cli/eslint-plugin-ember/compare/v12.2.0...v12.2.1)
##### :bug: Bug Fix
- [#2163](https://redirect.github.com/ember-cli/eslint-plugin-ember/pull/2163) Bump the parser ([@NullVoxPopuli](https://redirect.github.com/NullVoxPopuli))
- [#2162](https://redirect.github.com/ember-cli/eslint-plugin-ember/pull/2162) Allow imports from `ember-data/store` ([@Windvis](https://redirect.github.com/Windvis))
##### Committers: 2
- Sam Van Campenhout ([@Windvis](https://redirect.github.com/Windvis))
- [@NullVoxPopuli](https://redirect.github.com/NullVoxPopuli)
eslint-community/eslint-plugin-n (eslint-plugin-n)
### [`v17.10.3`](https://redirect.github.com/eslint-community/eslint-plugin-n/blob/HEAD/CHANGELOG.md#17103-2024-09-18)
[Compare Source](https://redirect.github.com/eslint-community/eslint-plugin-n/compare/v17.10.2...v17.10.3)
##### 🩹 Fixes
- Use our data set to work out if a module is a node module ([#338](https://redirect.github.com/eslint-community/eslint-plugin-n/issues/338)) ([6a1b2c5](https://redirect.github.com/eslint-community/eslint-plugin-n/commit/6a1b2c5606f0c6a37b38b60d780df8698db22a87))
##### 📚 Documentation
- **process-exit-as-throw:** update wording ([#323](https://redirect.github.com/eslint-community/eslint-plugin-n/issues/323)) ([e5e758e](https://redirect.github.com/eslint-community/eslint-plugin-n/commit/e5e758ea0cd238220127ae7bcbd967f1d8920f28))
rollup/rollup (rollup)
### [`v4.24.0`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4240)
[Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.23.0...v4.24.0)
*2024-10-02*
##### Features
- Support preserving and transpiling JSX syntax ([#5668](https://redirect.github.com/rollup/rollup/issues/5668))
##### Pull Requests
- [#5668](https://redirect.github.com/rollup/rollup/pull/5668): Introduce JSX support ([@lukastaegert](https://redirect.github.com/lukastaegert), [@Martin-Idel](https://redirect.github.com/Martin-Idel), [@felixhuttmann](https://redirect.github.com/felixhuttmann), [@AlexDroll](https://redirect.github.com/AlexDroll), [@tiptr](https://redirect.github.com/tiptr))
### [`v4.23.0`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4230)
[Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.22.5...v4.23.0)
*2024-10-01*
##### Features
- Collect all emitted names and originalFileNames for assets ([#5686](https://redirect.github.com/rollup/rollup/issues/5686))
##### Pull Requests
- [#5686](https://redirect.github.com/rollup/rollup/pull/5686): Add names and originalFileNames to assets ([@lukastaegert](https://redirect.github.com/lukastaegert))
### [`v4.22.5`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4225)
[Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.22.4...v4.22.5)
*2024-09-27*
##### Bug Fixes
- Allow parsing of certain unicode characters again ([#5674](https://redirect.github.com/rollup/rollup/issues/5674))
##### Pull Requests
- [#5674](https://redirect.github.com/rollup/rollup/pull/5674): Fix panic with unicode characters ([@sapphi-red](https://redirect.github.com/sapphi-red), [@lukastaegert](https://redirect.github.com/lukastaegert))
- [#5675](https://redirect.github.com/rollup/rollup/pull/5675): chore(deps): update dependency rollup to v4.22.4 \[security] ([@renovate](https://redirect.github.com/renovate)\[bot])
- [#5680](https://redirect.github.com/rollup/rollup/pull/5680): chore(deps): update dependency [@rollup/plugin-commonjs](https://redirect.github.com/rollup/plugin-commonjs) to v28 ([@renovate](https://redirect.github.com/renovate)\[bot], [@lukastaegert](https://redirect.github.com/lukastaegert))
- [#5681](https://redirect.github.com/rollup/rollup/pull/5681): chore(deps): update dependency [@rollup/plugin-replace](https://redirect.github.com/rollup/plugin-replace) to v6 ([@renovate](https://redirect.github.com/renovate)\[bot])
- [#5682](https://redirect.github.com/rollup/rollup/pull/5682): chore(deps): update dependency [@rollup/plugin-typescript](https://redirect.github.com/rollup/plugin-typescript) to v12 ([@renovate](https://redirect.github.com/renovate)\[bot])
- [#5684](https://redirect.github.com/rollup/rollup/pull/5684): chore(deps): lock file maintenance minor/patch updates ([@renovate](https://redirect.github.com/renovate)\[bot])
### [`v4.22.4`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4224)
[Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.22.3...v4.22.4)
*2024-09-21*
##### Bug Fixes
- Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles when run in a browser context ([#5671](https://redirect.github.com/rollup/rollup/issues/5671))
##### Pull Requests
- [#5670](https://redirect.github.com/rollup/rollup/pull/5670): refactor: Use object.prototype to check for reserved properties ([@YuHyeonWook](https://redirect.github.com/YuHyeonWook))
- [#5671](https://redirect.github.com/rollup/rollup/pull/5671): Fix DOM Clobbering CVE ([@lukastaegert](https://redirect.github.com/lukastaegert))
### [`v4.22.3`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4223)
[Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.22.2...v4.22.3)
*2024-09-21*
##### Bug Fixes
- Ensure that mutations in modules without side effects are observed while properly handling transitive dependencies ([#5669](https://redirect.github.com/rollup/rollup/issues/5669))
##### Pull Requests
- [#5669](https://redirect.github.com/rollup/rollup/pull/5669): Ensure impure dependencies of pure modules are added ([@lukastaegert](https://redirect.github.com/lukastaegert))
### [`v4.22.2`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4222)
[Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.22.1...v4.22.2)
*2024-09-20*
##### Bug Fixes
- Revert fix for side effect free modules until other issues are investigated ([#5667](https://redirect.github.com/rollup/rollup/issues/5667))
##### Pull Requests
- [#5667](https://redirect.github.com/rollup/rollup/pull/5667): Partially revert [#5658](https://redirect.github.com/rollup/rollup/issues/5658) and re-apply [#5644](https://redirect.github.com/rollup/rollup/issues/5644) ([@lukastaegert](https://redirect.github.com/lukastaegert))
### [`v4.22.1`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4221)
[Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.22.0...v4.22.1)
*2024-09-20*
##### Bug Fixes
- Revert [#5644](https://redirect.github.com/rollup/rollup/issues/5644) "stable chunk hashes" while issues are being investigated
##### Pull Requests
- [#5663](https://redirect.github.com/rollup/rollup/pull/5663): chore(deps): update dependency inquirer to v11 ([@renovate](https://redirect.github.com/renovate)\[bot], [@lukastaegert](https://redirect.github.com/lukastaegert))
- [#5664](https://redirect.github.com/rollup/rollup/pull/5664): chore(deps): lock file maintenance minor/patch updates ([@renovate](https://redirect.github.com/renovate)\[bot])
- [#5665](https://redirect.github.com/rollup/rollup/pull/5665): fix: type in CI file ([@YuHyeonWook](https://redirect.github.com/YuHyeonWook))
- [#5666](https://redirect.github.com/rollup/rollup/pull/5666): chore(deps): lock file maintenance minor/patch updates ([@renovate](https://redirect.github.com/renovate)\[bot])
### [`v4.22.0`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4220)
[Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.21.3...v4.22.0)
*2024-09-19*
##### Features
- Add additional known global values to avoid access side effects ([#5651](https://redirect.github.com/rollup/rollup/issues/5651))
##### Bug Fixes
- Ensure deterministic chunk hash generation despite async renderChunk hook ([#5644](https://redirect.github.com/rollup/rollup/issues/5644))
- Improve side effect detection when using "smallest" treeshaking preset when imports are optimized away ([#5658](https://redirect.github.com/rollup/rollup/issues/5658))
##### Pull Requests
- [#5644](https://redirect.github.com/rollup/rollup/pull/5644): fix: apply final hashes deterministically with stable placeholders set ([@mattkubej](https://redirect.github.com/mattkubej), [@lukastaegert](https://redirect.github.com/lukastaegert))
- [#5646](https://redirect.github.com/rollup/rollup/pull/5646): chore(deps): update dependency [@mermaid-js/mermaid-cli](https://redirect.github.com/mermaid-js/mermaid-cli) to v11 ([@renovate](https://redirect.github.com/renovate)\[bot])
- [#5647](https://redirect.github.com/rollup/rollup/pull/5647): chore(deps): update dependency concurrently to v9 ([@renovate](https://redirect.github.com/renovate)\[bot])
- [#5648](https://redirect.github.com/rollup/rollup/pull/5648): chore(deps): lock file maintenance minor/patch updates ([@renovate](https://redirect.github.com/renovate)\[bot])
- [#5651](https://redirect.github.com/rollup/rollup/pull/5651): feat: add `AggregateError`, `FinalizationRegistry`, `WeakRef` to knownGlobals ([@re-taro](https://redirect.github.com/re-taro))
- [#5653](https://redirect.github.com/rollup/rollup/pull/5653): Fix example selection in REPL ([@lukastaegert](https://redirect.github.com/lukastaegert))
- [#5657](https://redirect.github.com/rollup/rollup/pull/5657): chore(deps): update dependency vite to v5.4.6 \[security] ([@renovate](https://redirect.github.com/renovate)\[bot])
- [#5658](https://redirect.github.com/rollup/rollup/pull/5658): Detect variable reassignments in modules without side effects ([@lukastaegert](https://redirect.github.com/lukastaegert))
typedoc2md/typedoc-plugin-markdown (typedoc-plugin-markdown)
### [`v4.2.9`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#429-2024-10-01)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.2.8...typedoc-plugin-markdown@4.2.9)
##### Patch Changes
- Expose `@return` block tags on declarations ([#694](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/694))
- Add parentheses on function names in type declaration table views ([#696](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/696))
### [`v4.2.8`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#428-2024-09-22)
[Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.2.7...typedoc-plugin-markdown@4.2.8)
##### Patch Changes
- Fix missing slash when public path is prefixed with http ([#688](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/688))
Gerrit0/typedoc-plugin-mdn-links (typedoc-plugin-mdn-links)
### [`v3.3.2`](https://redirect.github.com/Gerrit0/typedoc-plugin-mdn-links/blob/HEAD/CHANGELOG.md#v332-2024-09-29)
[Compare Source](https://redirect.github.com/Gerrit0/typedoc-plugin-mdn-links/compare/v3.3.1...v3.3.2)
- Updated MDN API index with [@mdn/browser-compat-data](https://redirect.github.com/mdn/browser-compat-data) version 5.6.4
### [`v3.3.1`](https://redirect.github.com/Gerrit0/typedoc-plugin-mdn-links/blob/HEAD/CHANGELOG.md#v331-2024-09-22)
[Compare Source](https://redirect.github.com/Gerrit0/typedoc-plugin-mdn-links/compare/v3.3.0...v3.3.1)
- Updated MDN API index with [@mdn/browser-compat-data](https://redirect.github.com/mdn/browser-compat-data) version 5.6.2
### [`v3.3.0`](https://redirect.github.com/Gerrit0/typedoc-plugin-mdn-links/blob/HEAD/CHANGELOG.md#v330-2024-09-19)
[Compare Source](https://redirect.github.com/Gerrit0/typedoc-plugin-mdn-links/compare/v3.2.12...v3.3.0)
- Added support for resolving `@link` tags which reference globals from supported module sources, [#21](https://redirect.github.com/Gerrit0/typedoc-plugin-mdn-links/issues/21).
Prior to TypeDoc 0.26.8, this may result in some unexpected link text if the `@link` tag
is specified with custom link text.
- Updated MDN API index with [@mdn/browser-compat-data](https://redirect.github.com/mdn/browser-compat-data) version 5.6.1
Configuration
📅 Schedule: Branch creation - "after 9pm on sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
7.25.2
->7.25.7
7.25.1
->7.25.7
7.24.7
->7.25.7
7.24.7
->7.25.7
7.25.2
->7.25.7
7.25.6
->7.25.7
8.6.0
->8.8.0
8.6.0
->8.8.0
~5.5.0
->~5.12.0
8.57.0
->8.57.1
12.2.0
->12.2.1
17.10.2
->17.10.3
4.21.3
->4.24.0
4.2.7
->4.2.9
3.2.12
->3.3.2
Release Notes
babel/babel (@babel/core)
### [`v7.25.7`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7257-2024-10-02) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.25.2...v7.25.7) ##### :bug: Bug Fix - `babel-helper-validator-identifier` - [#16825](https://redirect.github.com/babel/babel/pull/16825) fix: update identifier to unicode 16 ([@JLHwung](https://redirect.github.com/JLHwung)) - `babel-traverse` - [#16814](https://redirect.github.com/babel/babel/pull/16814) fix: issue with node path keys updated on unrelated paths ([@DylanPiercey](https://redirect.github.com/DylanPiercey)) - `babel-plugin-transform-classes` - [#16797](https://redirect.github.com/babel/babel/pull/16797) Use an inclusion rather than exclusion list for `super()` check ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-generator` - [#16788](https://redirect.github.com/babel/babel/pull/16788) Fix printing of TS `infer` in compact mode ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - [#16785](https://redirect.github.com/babel/babel/pull/16785) Print TS type annotations for destructuring in assignment pattern ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - [#16778](https://redirect.github.com/babel/babel/pull/16778) Respect `[no LineTerminator here]` after nodes ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-types` - [#16852](https://redirect.github.com/babel/babel/pull/16852) Add deprecated JSDOC for fields ([@liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) ##### :house: Internal - `babel-core` - [#16820](https://redirect.github.com/babel/babel/pull/16820) Allow sync loading of ESM when `--experimental-require-module` ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-helper-compilation-targets`, `babel-helper-plugin-utils`, `babel-preset-env` - [#16858](https://redirect.github.com/babel/babel/pull/16858) Add browserslist config to external dependency ([@JLHwung](https://redirect.github.com/JLHwung)) - `babel-plugin-proposal-destructuring-private`, `babel-plugin-syntax-decimal`, `babel-plugin-syntax-import-reflection`, `babel-standalone` - [#16809](https://redirect.github.com/babel/babel/pull/16809) Archive syntax-import-reflection and syntax-decimal ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-generator` - [#16779](https://redirect.github.com/babel/babel/pull/16779) Simplify logic for `[no LineTerminator here]` before nodes ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### :running_woman: Performance - `babel-plugin-transform-typescript` - [#16875](https://redirect.github.com/babel/babel/pull/16875) perf: Avoid extra cloning of namespaces ([@liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-types` - [#16842](https://redirect.github.com/babel/babel/pull/16842) perf: Improve [@babel/types](https://redirect.github.com/babel/types) builders ([@liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - [#16828](https://redirect.github.com/babel/babel/pull/16828) Only access `BABEL_TYPES_8_BREAKING` at startup ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
### [`v8.8.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#880-2024-09-30) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.7.0...v8.8.0) ##### 🚀 Features - **eslint-plugin:** \[no-unnecessary-condition] add checkTypePredicates - **eslint-plugin:** \[return-await] check for-await loop iteree ##### 🩹 Fixes - remove `export type *` in d.ts to support TS<5.0 - **eslint-plugin:** \[no-unnecessary-template-expression] should underline template syntax with squiggly lines - **type-utils:** check for type parameters on `isBuiltinSymbolLikeRecurser()` - **eslint-plugin:** \[no-deprecated] max callstack exceeded when class implements itself - **eslint-plugin:** \[no-misused-promises] check contextual type - **eslint-plugin:** \[prefer-literal-enum-member] allow nested bitwise operations ##### ❤️ Thank You - auvred - Josh Goldberg ✨ - Kirk Waiblinger - Ronen Amiel - Tarun Chauhan - YeonJuan 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. ### [`v8.7.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#870-2024-09-23) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.6.0...v8.7.0) ##### 🚀 Features - **eslint-plugin:** \[no-unsafe-call] check calls of Function - **eslint-plugin:** \[consistent-type-exports] check `export *` exports to see if all exported members are types ##### 🩹 Fixes - **eslint-plugin:** properly coerce all types to string in `getStaticMemberAccessValue` - **eslint-plugin:** \[no-deprecated] report on imported deprecated variables - **eslint-plugin:** \[no-confusing-non-null-assertion] check !in and !instanceof ##### ❤️ Thank You - Abraham Guo - auvred - Brian Donovan - Kirk Waiblinger 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)
### [`v8.8.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#880-2024-09-30) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.7.0...v8.8.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. ### [`v8.7.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#870-2024-09-23) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.6.0...v8.7.0) This was a version bump only for 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.emberjs/ember.js (ember-source)
### [`v5.12.0`](https://redirect.github.com/emberjs/ember.js/blob/HEAD/CHANGELOG.md#v5120-September-30-2024) [Compare Source](https://redirect.github.com/emberjs/ember.js/compare/v5.11.1...v5.12.0) - [#20746](https://redirect.github.com/emberjs/ember.js/pull/20746) \[BUGFIX] Upgrade glimmer-vm for some perf improvements - [#20714](https://redirect.github.com/emberjs/ember.js/pull/20714) \[BUGFIX] Break eager cycle for "deprecate" function ### [`v5.11.1`](https://redirect.github.com/emberjs/ember.js/blob/HEAD/CHANGELOG.md#v5111-September-23-2024) [Compare Source](https://redirect.github.com/emberjs/ember.js/compare/v5.11.0...v5.11.1) - [#20734](https://redirect.github.com/emberjs/ember.js/pull/20734) Circularity fixes ### [`v5.11.0`](https://redirect.github.com/emberjs/ember.js/blob/HEAD/CHANGELOG.md#v5110-August-19-2024) [Compare Source](https://redirect.github.com/emberjs/ember.js/compare/v5.10.2...v5.11.0) - [#20716](https://redirect.github.com/emberjs/ember.js/pull/20716) \[BREAKING] Drop Node 16 support - [#20704](https://redirect.github.com/emberjs/ember.js/pull/20704) Remove `Component` suffix from blueprints to facilitate ### [`v5.10.2`](https://redirect.github.com/emberjs/ember.js/blob/HEAD/CHANGELOG.md#v5102-August-6-2024) [Compare Source](https://redirect.github.com/emberjs/ember.js/compare/v5.10.1...v5.10.2) - [#20726](https://redirect.github.com/emberjs/ember.js/pull/20726) \[BUGFIX] Fix test waiters by removing unintentional duplication from ember-testing bundle - [#20715](https://redirect.github.com/emberjs/ember.js/pull/20715) \[BUGFIX] Don't publish empty modules ### [`v5.10.1`](https://redirect.github.com/emberjs/ember.js/blob/HEAD/CHANGELOG.md#v5101-July-12-2024) [Compare Source](https://redirect.github.com/emberjs/ember.js/compare/v5.10.0...v5.10.1) - [#20720](https://redirect.github.com/emberjs/ember.js/pull/20720) \[BUGFIX] Fix deprecation guide url for array prototype extensions deprecation ### [`v5.10.0`](https://redirect.github.com/emberjs/ember.js/blob/HEAD/CHANGELOG.md#v5100-July-8-2024) [Compare Source](https://redirect.github.com/emberjs/ember.js/compare/v5.9.0...v5.10.0) - [#20702](https://redirect.github.com/emberjs/ember.js/pull/20702) \[DEPRECATION] Deprecate array prototype extensions per [RFC #848](https://rfcs.emberjs.com/id/0848-deprecate-array-prototype-extensions/). - [#20660](https://redirect.github.com/emberjs/ember.js/pull/20660) \[DEPRECATION] Deprecate non-colocated component template resolution per [RFC #995](https://rfcs.emberjs.com/id/0995-deprecate-non-colocated-components). - [#20675](https://redirect.github.com/emberjs/ember.js/pull/20675) \[INTERNAL] Build reform - [#20683](https://redirect.github.com/emberjs/ember.js/pull/20683) \[CLEANUP] Remove application-template-wrapper optional feature support - [#20685](https://redirect.github.com/emberjs/ember.js/pull/20685) \[CLEANUP] Remove support for non-glimmer template-only components - [#20681](https://redirect.github.com/emberjs/ember.js/pull/20681) Update ember-cli-babel ### [`v5.9.0`](https://redirect.github.com/emberjs/ember.js/blob/HEAD/CHANGELOG.md#v590-June-3-2024) [Compare Source](https://redirect.github.com/emberjs/ember.js/compare/v5.8.0...v5.9.0) - [#20653](https://redirect.github.com/emberjs/ember.js/pull/20653) \[DEPRECATION] Deprecate `(action)` and `{{action}}` in templates per [RFC #1006](https://rfcs.emberjs.com/id/1006-deprecate-action-template-helper). - [#20669](https://redirect.github.com/emberjs/ember.js/pull/20669) \[FEATURE] Make deprecations throw when the `until` for `ember-source` has passed per [RFC #0830](https://rfcs.emberjs.com/id/0830-evolving-embers-major-version-process). - [#20656](https://redirect.github.com/emberjs/ember.js/pull/20656) / [#20664](https://redirect.github.com/emberjs/ember.js/pull/20664) \[BUGFIX] Upgrade router_js to support `exactOptionalPropertyTypes` - [#20658](https://redirect.github.com/emberjs/ember.js/pull/20658) Upgrade glimmer-vm to v0.92 - [#20678](https://redirect.github.com/emberjs/ember.js/pull/20678) Address a missed deprecation introduced in [#20658](https://redirect.github.com/emberjs/ember.js/issues/20658) ### [`v5.8.0`](https://redirect.github.com/emberjs/ember.js/blob/HEAD/CHANGELOG.md#v580-April-15-2024) [Compare Source](https://redirect.github.com/emberjs/ember.js/compare/v5.7.0...v5.8.0) - [#20672](https://redirect.github.com/emberjs/ember.js/pull/20672) \[BUGFIX] Restore `{{this.attrs.foo}}` deprecation from the 3.x era. The API was accidentally not removed in 4.0 but the deprecation was removed. ### [`v5.7.0`](https://redirect.github.com/emberjs/ember.js/blob/HEAD/CHANGELOG.md#v570-March-4-2024) [Compare Source](https://redirect.github.com/emberjs/ember.js/compare/v5.6.0...v5.7.0) - [#20639](https://redirect.github.com/emberjs/ember.js/pull/20639) \[FEATURE] Add an optional feature "no-implicit-route-model" to allow the removal of the implicit loading of a model per [RFC #774](https://rfcs.emberjs.com/id/0774-implicit-record-route-loading). - [#20597](https://redirect.github.com/emberjs/ember.js/pull/20597) \[FEATURE] Add explicit support TS 5.1, 5.2, and 5.3 - [#20645](https://redirect.github.com/emberjs/ember.js/pull/20645) \[BUGFIX] Make sure the `component-class` blueprint generates a signature in a TS project - [#20224](https://redirect.github.com/emberjs/ember.js/pull/20224) Integrate types for the `warn` method - [#20579](https://redirect.github.com/emberjs/ember.js/pull/20579) Mark `cached` as a `MethodDecorator` instead of `PropertyDecorator` - [#20609](https://redirect.github.com/emberjs/ember.js/pull/20609) Bump all glimmer-vm dependencies to 0.87.1 - [#20619](https://redirect.github.com/emberjs/ember.js/pull/20619) \[CLEANUP] Cleanup incorrect module usage - [#20620](https://redirect.github.com/emberjs/ember.js/pull/20620) \[CLEANUP] Remove final eager consumption of AMD loader ### [`v5.6.0`](https://redirect.github.com/emberjs/ember.js/blob/HEAD/CHANGELOG.md#v560-January-22-2024) [Compare Source](https://redirect.github.com/emberjs/ember.js/compare/v5.5.0...v5.6.0) - [#20595](https://redirect.github.com/emberjs/ember.js/pull/20595) \[BUGFIX] An addon re-export should always be a JavaScript file - [#20603](https://redirect.github.com/emberjs/ember.js/pull/20603) \[BUGFIX] Internal templates should be strictMode - [#20605](https://redirect.github.com/emberjs/ember.js/pull/20605) \[BUGFIX] Move babel-plugin-ember-template-compilation to dependencies - [#20570](https://redirect.github.com/emberjs/ember.js/pull/20570) \[CLEANUP] Remove all traces of named outlets code - [#20561](https://redirect.github.com/emberjs/ember.js/pull/20561) Upgrade the Glimmer VM from 0.84.3 to 0.85.13eslint/eslint (eslint)
### [`v8.57.1`](https://redirect.github.com/eslint/eslint/compare/v8.57.0...5b9414c501c58bfa85f41f96f821973c41e8ae74) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v8.57.0...v8.57.1)ember-cli/eslint-plugin-ember (eslint-plugin-ember)
### [`v12.2.1`](https://redirect.github.com/ember-cli/eslint-plugin-ember/blob/HEAD/CHANGELOG.md#v1221-2024-09-25) [Compare Source](https://redirect.github.com/ember-cli/eslint-plugin-ember/compare/v12.2.0...v12.2.1) ##### :bug: Bug Fix - [#2163](https://redirect.github.com/ember-cli/eslint-plugin-ember/pull/2163) Bump the parser ([@NullVoxPopuli](https://redirect.github.com/NullVoxPopuli)) - [#2162](https://redirect.github.com/ember-cli/eslint-plugin-ember/pull/2162) Allow imports from `ember-data/store` ([@Windvis](https://redirect.github.com/Windvis)) ##### Committers: 2 - Sam Van Campenhout ([@Windvis](https://redirect.github.com/Windvis)) - [@NullVoxPopuli](https://redirect.github.com/NullVoxPopuli)eslint-community/eslint-plugin-n (eslint-plugin-n)
### [`v17.10.3`](https://redirect.github.com/eslint-community/eslint-plugin-n/blob/HEAD/CHANGELOG.md#17103-2024-09-18) [Compare Source](https://redirect.github.com/eslint-community/eslint-plugin-n/compare/v17.10.2...v17.10.3) ##### 🩹 Fixes - Use our data set to work out if a module is a node module ([#338](https://redirect.github.com/eslint-community/eslint-plugin-n/issues/338)) ([6a1b2c5](https://redirect.github.com/eslint-community/eslint-plugin-n/commit/6a1b2c5606f0c6a37b38b60d780df8698db22a87)) ##### 📚 Documentation - **process-exit-as-throw:** update wording ([#323](https://redirect.github.com/eslint-community/eslint-plugin-n/issues/323)) ([e5e758e](https://redirect.github.com/eslint-community/eslint-plugin-n/commit/e5e758ea0cd238220127ae7bcbd967f1d8920f28))rollup/rollup (rollup)
### [`v4.24.0`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4240) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.23.0...v4.24.0) *2024-10-02* ##### Features - Support preserving and transpiling JSX syntax ([#5668](https://redirect.github.com/rollup/rollup/issues/5668)) ##### Pull Requests - [#5668](https://redirect.github.com/rollup/rollup/pull/5668): Introduce JSX support ([@lukastaegert](https://redirect.github.com/lukastaegert), [@Martin-Idel](https://redirect.github.com/Martin-Idel), [@felixhuttmann](https://redirect.github.com/felixhuttmann), [@AlexDroll](https://redirect.github.com/AlexDroll), [@tiptr](https://redirect.github.com/tiptr)) ### [`v4.23.0`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4230) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.22.5...v4.23.0) *2024-10-01* ##### Features - Collect all emitted names and originalFileNames for assets ([#5686](https://redirect.github.com/rollup/rollup/issues/5686)) ##### Pull Requests - [#5686](https://redirect.github.com/rollup/rollup/pull/5686): Add names and originalFileNames to assets ([@lukastaegert](https://redirect.github.com/lukastaegert)) ### [`v4.22.5`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4225) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.22.4...v4.22.5) *2024-09-27* ##### Bug Fixes - Allow parsing of certain unicode characters again ([#5674](https://redirect.github.com/rollup/rollup/issues/5674)) ##### Pull Requests - [#5674](https://redirect.github.com/rollup/rollup/pull/5674): Fix panic with unicode characters ([@sapphi-red](https://redirect.github.com/sapphi-red), [@lukastaegert](https://redirect.github.com/lukastaegert)) - [#5675](https://redirect.github.com/rollup/rollup/pull/5675): chore(deps): update dependency rollup to v4.22.4 \[security] ([@renovate](https://redirect.github.com/renovate)\[bot]) - [#5680](https://redirect.github.com/rollup/rollup/pull/5680): chore(deps): update dependency [@rollup/plugin-commonjs](https://redirect.github.com/rollup/plugin-commonjs) to v28 ([@renovate](https://redirect.github.com/renovate)\[bot], [@lukastaegert](https://redirect.github.com/lukastaegert)) - [#5681](https://redirect.github.com/rollup/rollup/pull/5681): chore(deps): update dependency [@rollup/plugin-replace](https://redirect.github.com/rollup/plugin-replace) to v6 ([@renovate](https://redirect.github.com/renovate)\[bot]) - [#5682](https://redirect.github.com/rollup/rollup/pull/5682): chore(deps): update dependency [@rollup/plugin-typescript](https://redirect.github.com/rollup/plugin-typescript) to v12 ([@renovate](https://redirect.github.com/renovate)\[bot]) - [#5684](https://redirect.github.com/rollup/rollup/pull/5684): chore(deps): lock file maintenance minor/patch updates ([@renovate](https://redirect.github.com/renovate)\[bot]) ### [`v4.22.4`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4224) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.22.3...v4.22.4) *2024-09-21* ##### Bug Fixes - Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles when run in a browser context ([#5671](https://redirect.github.com/rollup/rollup/issues/5671)) ##### Pull Requests - [#5670](https://redirect.github.com/rollup/rollup/pull/5670): refactor: Use object.prototype to check for reserved properties ([@YuHyeonWook](https://redirect.github.com/YuHyeonWook)) - [#5671](https://redirect.github.com/rollup/rollup/pull/5671): Fix DOM Clobbering CVE ([@lukastaegert](https://redirect.github.com/lukastaegert)) ### [`v4.22.3`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4223) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.22.2...v4.22.3) *2024-09-21* ##### Bug Fixes - Ensure that mutations in modules without side effects are observed while properly handling transitive dependencies ([#5669](https://redirect.github.com/rollup/rollup/issues/5669)) ##### Pull Requests - [#5669](https://redirect.github.com/rollup/rollup/pull/5669): Ensure impure dependencies of pure modules are added ([@lukastaegert](https://redirect.github.com/lukastaegert)) ### [`v4.22.2`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4222) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.22.1...v4.22.2) *2024-09-20* ##### Bug Fixes - Revert fix for side effect free modules until other issues are investigated ([#5667](https://redirect.github.com/rollup/rollup/issues/5667)) ##### Pull Requests - [#5667](https://redirect.github.com/rollup/rollup/pull/5667): Partially revert [#5658](https://redirect.github.com/rollup/rollup/issues/5658) and re-apply [#5644](https://redirect.github.com/rollup/rollup/issues/5644) ([@lukastaegert](https://redirect.github.com/lukastaegert)) ### [`v4.22.1`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4221) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.22.0...v4.22.1) *2024-09-20* ##### Bug Fixes - Revert [#5644](https://redirect.github.com/rollup/rollup/issues/5644) "stable chunk hashes" while issues are being investigated ##### Pull Requests - [#5663](https://redirect.github.com/rollup/rollup/pull/5663): chore(deps): update dependency inquirer to v11 ([@renovate](https://redirect.github.com/renovate)\[bot], [@lukastaegert](https://redirect.github.com/lukastaegert)) - [#5664](https://redirect.github.com/rollup/rollup/pull/5664): chore(deps): lock file maintenance minor/patch updates ([@renovate](https://redirect.github.com/renovate)\[bot]) - [#5665](https://redirect.github.com/rollup/rollup/pull/5665): fix: type in CI file ([@YuHyeonWook](https://redirect.github.com/YuHyeonWook)) - [#5666](https://redirect.github.com/rollup/rollup/pull/5666): chore(deps): lock file maintenance minor/patch updates ([@renovate](https://redirect.github.com/renovate)\[bot]) ### [`v4.22.0`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4220) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.21.3...v4.22.0) *2024-09-19* ##### Features - Add additional known global values to avoid access side effects ([#5651](https://redirect.github.com/rollup/rollup/issues/5651)) ##### Bug Fixes - Ensure deterministic chunk hash generation despite async renderChunk hook ([#5644](https://redirect.github.com/rollup/rollup/issues/5644)) - Improve side effect detection when using "smallest" treeshaking preset when imports are optimized away ([#5658](https://redirect.github.com/rollup/rollup/issues/5658)) ##### Pull Requests - [#5644](https://redirect.github.com/rollup/rollup/pull/5644): fix: apply final hashes deterministically with stable placeholders set ([@mattkubej](https://redirect.github.com/mattkubej), [@lukastaegert](https://redirect.github.com/lukastaegert)) - [#5646](https://redirect.github.com/rollup/rollup/pull/5646): chore(deps): update dependency [@mermaid-js/mermaid-cli](https://redirect.github.com/mermaid-js/mermaid-cli) to v11 ([@renovate](https://redirect.github.com/renovate)\[bot]) - [#5647](https://redirect.github.com/rollup/rollup/pull/5647): chore(deps): update dependency concurrently to v9 ([@renovate](https://redirect.github.com/renovate)\[bot]) - [#5648](https://redirect.github.com/rollup/rollup/pull/5648): chore(deps): lock file maintenance minor/patch updates ([@renovate](https://redirect.github.com/renovate)\[bot]) - [#5651](https://redirect.github.com/rollup/rollup/pull/5651): feat: add `AggregateError`, `FinalizationRegistry`, `WeakRef` to knownGlobals ([@re-taro](https://redirect.github.com/re-taro)) - [#5653](https://redirect.github.com/rollup/rollup/pull/5653): Fix example selection in REPL ([@lukastaegert](https://redirect.github.com/lukastaegert)) - [#5657](https://redirect.github.com/rollup/rollup/pull/5657): chore(deps): update dependency vite to v5.4.6 \[security] ([@renovate](https://redirect.github.com/renovate)\[bot]) - [#5658](https://redirect.github.com/rollup/rollup/pull/5658): Detect variable reassignments in modules without side effects ([@lukastaegert](https://redirect.github.com/lukastaegert))typedoc2md/typedoc-plugin-markdown (typedoc-plugin-markdown)
### [`v4.2.9`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#429-2024-10-01) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.2.8...typedoc-plugin-markdown@4.2.9) ##### Patch Changes - Expose `@return` block tags on declarations ([#694](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/694)) - Add parentheses on function names in type declaration table views ([#696](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/696)) ### [`v4.2.8`](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#428-2024-09-22) [Compare Source](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.2.7...typedoc-plugin-markdown@4.2.8) ##### Patch Changes - Fix missing slash when public path is prefixed with http ([#688](https://redirect.github.com/typedoc2md/typedoc-plugin-markdown/issues/688))Gerrit0/typedoc-plugin-mdn-links (typedoc-plugin-mdn-links)
### [`v3.3.2`](https://redirect.github.com/Gerrit0/typedoc-plugin-mdn-links/blob/HEAD/CHANGELOG.md#v332-2024-09-29) [Compare Source](https://redirect.github.com/Gerrit0/typedoc-plugin-mdn-links/compare/v3.3.1...v3.3.2) - Updated MDN API index with [@mdn/browser-compat-data](https://redirect.github.com/mdn/browser-compat-data) version 5.6.4 ### [`v3.3.1`](https://redirect.github.com/Gerrit0/typedoc-plugin-mdn-links/blob/HEAD/CHANGELOG.md#v331-2024-09-22) [Compare Source](https://redirect.github.com/Gerrit0/typedoc-plugin-mdn-links/compare/v3.3.0...v3.3.1) - Updated MDN API index with [@mdn/browser-compat-data](https://redirect.github.com/mdn/browser-compat-data) version 5.6.2 ### [`v3.3.0`](https://redirect.github.com/Gerrit0/typedoc-plugin-mdn-links/blob/HEAD/CHANGELOG.md#v330-2024-09-19) [Compare Source](https://redirect.github.com/Gerrit0/typedoc-plugin-mdn-links/compare/v3.2.12...v3.3.0) - Added support for resolving `@link` tags which reference globals from supported module sources, [#21](https://redirect.github.com/Gerrit0/typedoc-plugin-mdn-links/issues/21). Prior to TypeDoc 0.26.8, this may result in some unexpected link text if the `@link` tag is specified with custom link text. - Updated MDN API index with [@mdn/browser-compat-data](https://redirect.github.com/mdn/browser-compat-data) version 5.6.1Configuration
📅 Schedule: Branch creation - "after 9pm on sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.