Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 13, 2024

This PR contains the following updates:

Package Change Age Confidence
@babel/core (source) 7.28.57.28.6 age confidence
@babel/plugin-proposal-decorators (source) 7.28.07.28.6 age confidence
@babel/plugin-transform-class-static-block (source) 7.28.37.28.6 age confidence
@babel/plugin-transform-typescript (source) 7.28.57.28.6 age confidence
@babel/runtime (source) 7.28.47.28.6 age confidence
@glint/ember-tsc 1.0.81.1.0 age confidence
@glint/template 1.7.31.7.4 age confidence
@glint/tsserver-plugin 2.0.82.1.0 age confidence
prettier (source) 3.7.43.8.1 age confidence
prettier-plugin-ember-template-tag 2.1.22.1.3 age confidence
release-plan ^0.16.0^0.17.0 age confidence
rollup (source) 4.54.04.57.0 age confidence
typedoc (source) 0.28.150.28.16 age confidence
typedoc-plugin-mdn-links 5.0.105.1.1 age confidence

Release Notes

babel/babel (@​babel/core)

v7.28.6

Compare Source

babel/babel (@​babel/plugin-proposal-decorators)

v7.28.6

Compare Source

v7.28.6 (2026-01-12)

Thanks @​kadhirash and @​kolvian for your first PRs!

🐛 Bug Fix
  • babel-cli, babel-code-frame, babel-core, babel-helper-check-duplicate-nodes, babel-helper-fixtures, babel-helper-plugin-utils, babel-node, babel-plugin-transform-flow-comments, babel-plugin-transform-modules-commonjs, babel-plugin-transform-property-mutators, babel-preset-env, babel-traverse, babel-types
  • babel-plugin-transform-regenerator
  • babel-plugin-transform-react-jsx
💅 Polish
  • babel-core, babel-standalone
🏠 Internal
  • babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-plugin-proposal-decorators, babel-plugin-proposal-import-attributes-to-assertions, babel-plugin-proposal-import-wasm-source, babel-plugin-syntax-async-do-expressions, babel-plugin-syntax-decorators, babel-plugin-syntax-destructuring-private, babel-plugin-syntax-do-expressions, babel-plugin-syntax-explicit-resource-management, babel-plugin-syntax-export-default-from, babel-plugin-syntax-flow, babel-plugin-syntax-function-bind, babel-plugin-syntax-function-sent, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-plugin-syntax-import-defer, babel-plugin-syntax-import-source, babel-plugin-syntax-jsx, babel-plugin-syntax-module-blocks, babel-plugin-syntax-optional-chaining-assign, babel-plugin-syntax-partial-application, babel-plugin-syntax-pipeline-operator, babel-plugin-syntax-throw-expressions, babel-plugin-syntax-typescript, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-dotall-regex, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-plugin-transform-explicit-resource-management, babel-plugin-transform-exponentiation-operator, babel-plugin-transform-json-strings, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-regexp-modifiers, babel-plugin-transform-unicode-property-regex, babel-plugin-transform-unicode-sets-regex
🏃‍♀️ Performance
Committers: 7
typed-ember/glint (@​glint/ember-tsc)

v1.1.0

🚀 Enhancement
🐛 Bug Fix
📝 Documentation
🏠 Internal
  • environment-ember-template-imports, template, vscode
Committers: 7

v1.0.9

🐛 Bug Fix
🏠 Internal
Committers: 1
prettier/prettier (prettier)

v3.8.1

Compare Source

v3.8.0

Compare Source

diff

🔗 Release note

ember-tooling/prettier-plugin-ember-template-tag (prettier-plugin-ember-template-tag)

v2.1.3

  • prettier-plugin-ember-template-tag 2.1.3 (patch)
🐛 Bug Fix
  • prettier-plugin-ember-template-tag
🏠 Internal
Committers: 1
release-plan/release-plan (release-plan)

v0.17.4

  • release-plan 0.17.4 (patch)
🐛 Bug Fix
  • release-plan
📝 Documentation
🏠 Internal
Committers: 2

v0.17.2

  • release-plan 0.17.2 (patch)
🐛 Bug Fix
Committers: 1

v0.17.1

  • release-plan 0.17.1 (patch)
🐛 Bug Fix
Committers: 1

v0.17.0

  • release-plan 0.17.0 (minor)
🚀 Enhancement
📝 Documentation
Committers: 2
rollup/rollup (rollup)

v4.57.0

Compare Source

2026-01-27

Features
  • Add import attributes to all plugin hooks that did not provide them yet (#​5700)
  • Deprecate returning import attributes from load or transform hooks as that will no longer be supported with rollup 5 (#​5700)
Pull Requests

v4.56.0

Compare Source

2026-01-22

Features
  • Track object property inclusions of dynamic namespace members (#​6230)
Bug Fixes
  • Handle methods that access dynamically imported namespace members via this (#​6230)
Pull Requests

v4.55.3

Compare Source

2026-01-21

Bug Fixes
  • Fix JSX semicolon insert position in variable declarations (#​6241)
Pull Requests

v4.55.2

Compare Source

2026-01-19

Bug Fixes
  • Sort manual chunks by execution order to reduce circular dependency issues (#​6240)
Pull Requests

v4.55.1

Compare Source

2026-01-05

Bug Fixes
  • Fix artifact reference for OpenBSD (#​6231)
Pull Requests
TypeStrong/TypeDoc (typedoc)

v0.28.16

Compare Source

Bug Fixes
  • Fixed an issue causing TypeDoc to fail to generate documentation when implementing interfaces, #​3052.
  • Fixed an issue preventing automatic entry point discovery on Windows, #​3057.
  • Improved vertical positioning of text icons, #​3056.
  • TypeDoc no longer includes source location information for type literal reflections. This could sometimes
    cause TypeDoc to infer the wrong path when resolving base paths for display.
  • Adjusted markdown rendering to allow markdownItLoader to override more rendering #​3055.
Features
  • Added support for regions for @include in .tsx, .cjs, and .mjs file references #​3048.
  • Comments for TS-in-JS @typedef tags may now specify modifier tags with the inline tag syntax {@​mod}.
    This makes it possible to add modifier tags to these members, which previously was not possible as
    TypeScript's parsing stops for these members at the next non-braced tag, #​2916 and #​3050.
  • A typedoc-config.schema.json is now included in the root of the package with a JSON schema for TypeDoc's
    configuration file. The schema for the latest version is also published at https://typedoc.org/schema.json
    and will automatically be picked up when writing typedoc.json files if you are using VSCode, #​3054.
Thanks!
Gerrit0/typedoc-plugin-mdn-links (typedoc-plugin-mdn-links)

v5.1.1

Compare Source

v5.1.0

Compare Source


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 was generated by Mend Renovate. View the repository job log.

@vercel
Copy link

vercel bot commented Oct 13, 2024

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
reactive Ready Ready Preview, Comment Feb 1, 2026 9:49pm

@renovate renovate bot force-pushed the renovate/devdependencies branch from 16c9fb9 to 1af74f4 Compare October 20, 2024 22:16
@renovate renovate bot force-pushed the renovate/devdependencies branch from 1af74f4 to dd24a00 Compare October 27, 2024 22:25
@renovate renovate bot force-pushed the renovate/devdependencies branch from dd24a00 to 2e028cd Compare December 1, 2024 21:39
@renovate renovate bot force-pushed the renovate/devdependencies branch from 2e028cd to 9bc1574 Compare December 8, 2024 23:05
@renovate renovate bot force-pushed the renovate/devdependencies branch from 9bc1574 to b37e1d5 Compare December 15, 2024 22:13
@renovate renovate bot force-pushed the renovate/devdependencies branch from b37e1d5 to c3a85ed Compare December 22, 2024 22:22
@renovate renovate bot force-pushed the renovate/devdependencies branch from c3a85ed to 5b05927 Compare December 29, 2024 22:40
@renovate renovate bot force-pushed the renovate/devdependencies branch from 5b05927 to 6ceefa5 Compare January 5, 2025 21:42
@renovate renovate bot force-pushed the renovate/devdependencies branch from 6ceefa5 to 0cfcfac Compare January 19, 2025 21:30
@renovate renovate bot force-pushed the renovate/devdependencies branch from 0cfcfac to aa60f1a Compare February 2, 2025 21:05
@renovate renovate bot force-pushed the renovate/devdependencies branch from aa60f1a to 735813d Compare February 16, 2025 21:24
@renovate renovate bot force-pushed the renovate/devdependencies branch from 735813d to b1477da Compare February 23, 2025 21:24
@renovate renovate bot force-pushed the renovate/devdependencies branch from b1477da to 4e60541 Compare March 2, 2025 22:18
@renovate renovate bot force-pushed the renovate/devdependencies branch from 4e60541 to a2b0cb9 Compare March 9, 2025 21:43
@renovate renovate bot force-pushed the renovate/devdependencies branch from 77f6647 to a08c8f3 Compare August 3, 2025 21:11
@renovate renovate bot force-pushed the renovate/devdependencies branch from a08c8f3 to 8b8cc16 Compare August 10, 2025 21:44
@renovate renovate bot force-pushed the renovate/devdependencies branch from 8b8cc16 to 831aacb Compare August 17, 2025 21:59
@renovate renovate bot force-pushed the renovate/devdependencies branch from 831aacb to 76254d1 Compare August 24, 2025 21:11
@renovate renovate bot force-pushed the renovate/devdependencies branch from 76254d1 to 78d739b Compare August 31, 2025 22:04
@renovate renovate bot force-pushed the renovate/devdependencies branch from 78d739b to 13eeba9 Compare September 14, 2025 22:07
@renovate renovate bot force-pushed the renovate/devdependencies branch from 13eeba9 to 938411a Compare September 21, 2025 21:55
@renovate renovate bot force-pushed the renovate/devdependencies branch from 938411a to 4a7ee7f Compare September 28, 2025 21:28
@renovate renovate bot changed the title Update devDependencies chore(deps): update devdependencies Sep 28, 2025
@renovate renovate bot force-pushed the renovate/devdependencies branch from 4a7ee7f to 722e378 Compare October 5, 2025 22:01
@renovate renovate bot force-pushed the renovate/devdependencies branch from 722e378 to 32dd322 Compare December 28, 2025 22:12
@renovate renovate bot changed the title chore(deps): update devdependencies Update dependency release-plan to ^0.17.0 Dec 28, 2025
@renovate renovate bot force-pushed the renovate/devdependencies branch from 32dd322 to 42e7927 Compare January 18, 2026 22:13
@renovate renovate bot changed the title Update dependency release-plan to ^0.17.0 Update devDependencies Jan 18, 2026
@renovate renovate bot force-pushed the renovate/devdependencies branch from 42e7927 to cb94927 Compare January 25, 2026 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants