Skip to content

Update devDependencies#90

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/devdependencies
Open

Update devDependencies#90
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/devdependencies

Conversation

@renovate

@renovate renovate Bot commented Jul 7, 2024

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@arethetypeswrong/cli (source) 0.18.20.18.3 age confidence
@babel/core (source) 7.29.07.29.7 age confidence
@babel/plugin-proposal-decorators (source) 7.29.07.29.7 age confidence
@babel/plugin-transform-runtime (source) 7.29.07.29.7 age confidence
@babel/plugin-transform-typescript (source) 7.28.67.29.7 age confidence
@babel/preset-typescript (source) 7.28.57.29.7 age confidence
@babel/runtime (source) 7.28.67.29.7 age confidence
@ember/test-helpers 5.4.15.4.2 age confidence
@ember/test-waiters 4.1.14.1.2 age confidence
@embroider/compat (source) 4.1.134.1.20 age confidence
@embroider/core (source) 4.4.34.6.1 age confidence
@embroider/macros (source) 1.19.71.20.4 age confidence
@embroider/vite (source) 1.5.21.7.6 age confidence
@glimmer/component 2.0.02.1.1 age confidence
@glint/ember-tsc 1.1.11.8.0 age confidence
@glint/tsserver-plugin 2.1.02.5.6 age confidence
@types/qunit (source) 2.19.132.19.14 age confidence
decorator-transforms 2.3.12.3.2 age confidence
ember-auto-import (source) 2.12.02.13.1 age confidence
ember-cli (source) 6.10.06.12.0 age confidence
ember-eslint ^0.6.1^0.7.0 age confidence
ember-primitives ^0.53.0^0.59.0 age confidence
ember-resolver 13.1.113.2.0 age confidence
ember-resources 7.0.77.0.8 age confidence
ember-source (source) 6.12.0-alpha.36.12.0 age confidence
eslint (source) 9.39.29.39.4 age confidence
globals 17.3.017.6.0 age confidence
prettier (source) 3.8.13.8.4 age confidence
prettier-plugin-ember-template-tag 2.1.32.1.6 age confidence
publint (source) 0.3.170.3.21 age confidence
qunit (source) 2.25.02.26.0 age confidence
qunit-dom 3.5.03.5.1 age confidence
release-plan ^0.17.2^0.18.0 age confidence
rollup (source) 4.59.04.61.1 age confidence
rollup-plugin-import-css 4.2.04.2.1 age confidence
testem 3.17.03.20.1 age confidence
tracked-built-ins 4.1.04.1.2 age confidence
turbo (source) 2.9.142.9.18 age confidence
unplugin-info (source) 1.2.41.3.2 age confidence
vite (source) 8.0.148.0.16 age confidence
vite-plugin-inspect 11.3.311.4.1 age confidence
vite-plugin-wasm 3.5.03.6.0 age confidence
vitest (source) 4.1.04.1.8 age confidence

Release Notes

arethetypeswrong/arethetypeswrong.github.io (@​arethetypeswrong/cli)

v0.18.3

Patch Changes
babel/babel (@​babel/core)

v7.29.7

Compare Source

v7.29.7 (2026-05-25)

Re-release all packages with npm provenance attestations

v7.29.6

Compare Source

v7.29.6 (2026-05-25)

🐛 Bug Fix
Committers: 3
emberjs/ember-test-helpers (@​ember/test-helpers)

v5.4.2

🐛 Bug Fix
  • @ember/test-helpers
🏠 Internal
Committers: 2
emberjs/ember-test-waiters (@​ember/test-waiters)

v4.1.2

🐛 Bug Fix
  • @ember/test-waiters
    • #​521 Remove macros from dependencies as it's not needed (consumer must provide macros-handling plugin) (@​NullVoxPopuli)
🏠 Internal
Committers: 1
embroider-build/embroider (@​embroider/compat)

v4.1.20

🐛 Bug Fix
Committers: 2

v4.1.19

🚀 Enhancement
🏠 Internal
Committers: 3

v4.1.18

🚀 Enhancement
  • @embroider/template-tag-codemod
🐛 Bug Fix
  • @embroider/template-tag-codemod
🏠 Internal
Committers: 2

v4.1.17

🐛 Bug Fix
🏠 Internal
Committers: 2

v4.1.16

🐛 Bug Fix
  • @embroider/compat, @embroider/core, @embroider/macros, @embroider/template-tag-codemod
  • @embroider/macros
Committers: 2

v4.1.15

🐛 Bug Fix
Committers: 1

v4.1.14

🚀 Enhancement
Committers: 1
emberjs/ember.js (@​glimmer/component)

v2.1.1

Compare Source

  • #​12445 [BUGFIX] Ensure rest arg style positionalParams can be omitted.
  • #​12456 [BUGFIX]Allow usage of bound properties in {{link-to}} for bubbles, preventDefault, target, replace, and disabledWhen.
  • #​12463 [BUGFIX] Fix uglification introduced bug with super wrapping.
  • #​12464 [BUGFIX] Ember.String.htmlSafe() should return a instance of SafeString for null / undefined.

v2.1.0

Compare Source

  • #​12396 [BUGFIX] Ensure that this._super is called when extending from Ember.Component.
  • #​12383 [BUGFIX] Fix Ember.String.classify to underscore items with a leading dash/underscore.
  • #​12350 [BUGFIX] Provide a helpful assertion when using positional parameters with a param of the same name.
  • #​12345 [BUGFIX] Ensure {{link-to}} properly handles bound values for activeClass, disabledClass, and loadingClass.
  • #​12359 [BUGFIX] Ensure that functions are properly super wrapped if they include .call or .apply (this is in addition to ._super).
  • #​12075 [PERF] Avoid creating a run-loop for events that are unhandled.
  • #​12260 [BUGFIX] Ensure init is completed before didReceiveAttrs is fired.
  • #​12323 [BUGFIX beta] Make {{get something 'path.goes.here'}} work.
  • #​12331 [BUGFIX beta] Update backburner.js to prevent issues when interleaving run.later and run.next.
  • #​12157 [DEPRECATION] Allow deprecated access to registry from Application (argument to initializers) and ApplicationInstance (argument to instance initializers) instances.
  • #​12156 [BUGFIX] Add helpful error message when providing incorrect arguments to Ember.computed.
  • #​12253 [BUGFIX] Remove initializer causing errors during App.reset.
  • #​12272 [BUGFIX] Update HTMLBars to fix memory leak when an {{each}} is inside an {{if}}.
  • #​12184 [BUGFIX] Prevent classNames from being duplicated.
  • #​12198 [BUGFIX] Further cleanup of the link-to component, allow for extending {{link-to}} via Ember.LinkComponent.extend.
  • #​12208 [BUGFIX] Ember.computed.sort was crashing when it hit a null value. Fixes #​12207.
  • #​12188 [BUGFIX] Ensure _actions specified to extend works.
  • #​12241 [BUGFIX] Provide a helpful error for undefined closure actions.
  • #​12256 [BUGFIX] Ensure concat streams unsubscribe properly.
  • #​12262 [BUGFIX] Breaks circular references in rejected jqXhr promises
  • #​12297 / #​12299 [BUGFIX] Remove extra work per component on initial render.
  • #​12163 [BUGFIX] Move View#currentState to View#_currentState.
  • #​12163 [DEPRECATION] Deprecate using the private currentState property on views/components.
  • #​12132 [BUGFIX] Fix stack overflow issue in _super wrapper updates.
  • #​12138 [BUGFIX] Do not require this._super(...arguments) when components implement didReceiveAttrs.
  • #​12170 [BUGFIX release] Ensure Ember.computed.sum returns 0 if the array to be operated on is null or undefined.
  • #​12176 [BUGFIX] Enable extending Ember.LinkComponent for customizations.
  • #​10173 [BUGFIX] Ensure non-singleton injections are not cached incorrectly.
  • #​11966 [PERF] Refactor Meta.
  • #​12057 Allow instanceInitializers to set customEvents.
  • #​12059 [BUGFIX] Allow setting an entry in Application#customEvents to null to opt out of event listeners.
  • #​12034 [BUGFIX] Ensure currentRouteName and currentPath are set properly for loading and error routes.
  • #​12062 Remove the need for this.__nextSuper, and make debugging methods with this._super calls much easier.
  • #​12116 [FEATURE ember-debug-handlers] Enable by default.
  • #​12117 [FEATURE ember-registry-container-reform] Enable by default.
  • #​11440 [DEPRECATION] Deprecate using instance.container.lookup on first argument to instanceInitializers. Use instance.lookup instead.
  • #​11440 [DEPRECATION] Deprecate passing two arguments to an initializers initialize function.
typed-ember/glint (@​glint/ember-tsc)

v1.8.0

🚀 Enhancement
  • @glint/ember-tsc
    • #​1137 feat(on): allow narrowing event.currentTarget to match the modifier element (@​johanrd)
🐛 Bug Fix
  • @glint/ember-tsc
    • #​1139 fix(ember-tsc): omit 7.1 keywords from Globals on ember-source < 7.1 (@​aklkv)
🏠 Internal
Committers: 3

v1.7.5

🐛 Bug Fix
  • @glint/ember-tsc
    • #​1131 fix(ember-tsc): gate g-component-hover plugin to the component tag-name range (@​aklkv)
Committers: 1

v1.7.4

🐛 Bug Fix
  • @glint/ember-tsc
    • #​1129 fix(ember-tsc): use cooked text for tagged template content to keep gts source-map offsets aligned (@​aklkv)
Committers: 1

v1.7.3

🐛 Bug Fix
  • @glint/ember-tsc
    • #​1127 fix(ember-tsc): emit dotted alias for hyphenated template globals (@​aklkv)
Committers: 1

v1.7.2

🐛 Bug Fix
  • @glint/ember-tsc
    • #​1125 fix(ember-tsc): emit dotted property access for identifier-safe template globals (@​aklkv)
Committers: 1

v1.7.1

🐛 Bug Fix
  • @glint/ember-tsc
    • #​1119 Fix watch mode reporting different errors than non-watch mode for extensionless imports specifically (@​NullVoxPopuli)
Committers: 1

v1.7.0

🚀 Enhancement
Committers: 1

v1.6.2

🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 3

v1.6.1

🐛 Bug Fix
Committers: 1

v1.6.0

🚀 Enhancement
  • @glint/ember-tsc
🐛 Bug Fix
  • @glint/ember-tsc
    • Diagnostics occasionally mention the transformed name of a module (@​dfreeman)
🏠 Internal
Committers: 3

v1.5.0

Compare Source

🚀 Enhancement
Committers: 1

v1.4.0

Compare Source

🚀 Enhancement
Committers: 1

v1.3.0

🚀 Enhancement
  • @glint/ember-tsc, @glint/tsserver-plugin
  • @glint/ember-tsc
🐛 Bug Fix
  • @glint/ember-tsc
    • #​1090 Fix ...attributes error when component signature is missing Element in Signature (@​johanrd)
Committers: 1

v1.2.3

🐛 Bug Fix
  • @glint/template
  • @glint/ember-tsc
    • #​1087 Convert intrinsic type tests to .gts, fix modifier element constraint diagnostic (@​johanrd)
  • @glint/ember-tsc, @glint/template
🏠 Internal
Committers: 1

v1.2.2

Compare Source

🐛 Bug Fix
🏠 Internal
Committers: 1

v1.2.1

🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 1
ef4/decorator-transforms (decorator-transforms)

v2.3.2

  • decorator-transforms 2.3.2 (patch)
🐛 Bug Fix
🏠 Internal
Committers: 2
embroider-build/ember-auto-import (ember-auto-import)

v2.13.1

  • ember-auto-import 2.13.1 (patch)
🐛 Bug Fix
Committers: 1
  • NullVoxPopuli's reduced-access machine account for AI usage ([@​NullVoxPopuli-ai-agent](https://redirect.g

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "after 9pm on sunday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate Bot added the dependencies label Jul 7, 2024
@bolt-new-by-stackblitz

Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@vercel

vercel Bot commented Jul 7, 2024

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
kolay-docs-app Error Error Jun 14, 2026 9:47pm

@renovate renovate Bot force-pushed the renovate/devdependencies branch from 114825c to fe085bd Compare July 11, 2024 21:41
@renovate renovate Bot force-pushed the renovate/devdependencies branch from fe085bd to 35039be Compare July 14, 2024 22:24
@renovate renovate Bot force-pushed the renovate/devdependencies branch from 35039be to 43368b4 Compare July 20, 2024 17:05
@renovate renovate Bot changed the title chore(deps): update devdependencies Update devDependencies Jul 20, 2024
@renovate renovate Bot force-pushed the renovate/devdependencies branch from 43368b4 to 224a3fc Compare July 21, 2024 23:16
@renovate renovate Bot force-pushed the renovate/devdependencies branch from 224a3fc to 561e441 Compare July 28, 2024 21:50
@renovate renovate Bot force-pushed the renovate/devdependencies branch from 561e441 to 368d4e7 Compare August 4, 2024 23:10
@renovate renovate Bot force-pushed the renovate/devdependencies branch from 368d4e7 to 328b123 Compare August 11, 2024 22:01
@renovate renovate Bot force-pushed the renovate/devdependencies branch 2 times, most recently from 616cc47 to bb5e319 Compare August 18, 2024 22:02
@renovate renovate Bot force-pushed the renovate/devdependencies branch from bb5e319 to 1fb66fc Compare August 25, 2024 22:59
@renovate renovate Bot force-pushed the renovate/devdependencies branch 2 times, most recently from 85e787a to 76f1984 Compare September 1, 2024 22:43
@renovate renovate Bot force-pushed the renovate/devdependencies branch 2 times, most recently from 7f19b4b to c6d8b5d Compare September 8, 2024 22:16
@renovate renovate Bot force-pushed the renovate/devdependencies branch 2 times, most recently from 56f1a94 to ac8c56a Compare October 27, 2024 23:03
@renovate renovate Bot force-pushed the renovate/devdependencies branch from ac8c56a to 2827d99 Compare November 3, 2024 21:18
@renovate renovate Bot force-pushed the renovate/devdependencies branch from 2827d99 to 74bad55 Compare November 10, 2024 22:15
@renovate renovate Bot force-pushed the renovate/devdependencies branch from 74bad55 to 67781b9 Compare November 17, 2024 22:49
@renovate renovate Bot force-pushed the renovate/devdependencies branch from 67781b9 to d0e031e Compare November 24, 2024 21:18
@renovate renovate Bot force-pushed the renovate/devdependencies branch from d0e031e to 125dfc1 Compare December 1, 2024 21:28
@renovate renovate Bot force-pushed the renovate/devdependencies branch from 125dfc1 to e7f2b01 Compare December 8, 2024 21:17
@renovate renovate Bot force-pushed the renovate/devdependencies branch from e7f2b01 to fb10e60 Compare December 15, 2024 21:47
@renovate renovate Bot force-pushed the renovate/devdependencies branch from fb10e60 to 217e118 Compare December 22, 2024 23:07
@renovate renovate Bot force-pushed the renovate/devdependencies branch from 217e118 to a592c97 Compare December 29, 2024 22:54
@renovate renovate Bot force-pushed the renovate/devdependencies branch from a592c97 to bd68639 Compare January 19, 2025 21:52
@renovate renovate Bot force-pushed the renovate/devdependencies branch from bd68639 to 79c65ae Compare January 26, 2025 21:50
@renovate renovate Bot force-pushed the renovate/devdependencies branch from 79c65ae to 70c1c34 Compare February 16, 2025 22:11
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