Skip to content

Update devDependencies#50

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

Update devDependencies#50
renovate[bot] wants to merge 1 commit intomainfrom
renovate/devdependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 23, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@embroider/compat (source) 4.1.134.1.17 age confidence
@embroider/core (source) 4.4.34.4.7 age confidence
@embroider/macros (source) 1.20.11.20.2 age confidence
@embroider/vite (source) 1.5.21.7.2 age confidence
@glimmer/component 2.0.02.1.1 age confidence
@glint/ember-tsc 1.1.11.5.0 age confidence
@glint/template 1.7.41.7.7 age confidence
@html-next/vertical-collection 5.0.25.0.5 age confidence
autoprefixer 10.4.2410.5.0 age confidence
browserslist 4.28.14.28.2 age confidence
caniuse-lite 1.0.300017741.0.30001788 age confidence
cssnano 7.1.27.1.5 age confidence
ember-auto-import (source) 2.12.02.13.1 age confidence
ember-cli (source) ~6.11.0~6.12.0 age confidence
ember-source (source) 6.11.06.12.0 age confidence
ember-source (source) ~6.11.0~6.12.0 age confidence
eslint (source) 9.39.39.39.4 age confidence
expect-type ^0.15.0^0.20.0 age confidence
postcss (source) 8.5.68.5.10 age confidence
prettier (source) 3.8.13.8.3 age confidence
prettier-plugin-ember-template-tag 2.1.32.1.4 age confidence
qunit-dom 3.5.03.5.1 age confidence
release-plan ^0.17.4^0.18.0 age confidence
rollup (source) 4.59.04.60.1 age confidence
turbo (source) 2.8.102.9.6 age confidence
typedoc (source) 0.28.170.28.19 age confidence
typedoc-plugin-markdown (source) 4.10.04.11.0 age confidence

Release Notes

embroider-build/embroider (@​embroider/compat)

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.5.0

Compare Source

🚀 Enhancement
Committers: 1

v1.4.0

Compare Source

🚀 Enhancement
  • @glint/ember-tsc
🏠 Internal
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
html-next/vertical-collection (@​html-next/vertical-collection)

v5.0.5

🐛 Bug Fix
🏠 Internal
Committers: 4

v5.0.3

🐛 Bug Fix
  • @html-next/vertical-collection
🏠 Internal
Committers: 1
postcss/autoprefixer (autoprefixer)

v10.5.0

Compare Source

  • Added mask-position-x and mask-position-y support (by @​toporek).

v10.4.27

Compare Source

  • Removed development key from package.json.

v10.4.26

Compare Source

  • Reduced package size.

v10.4.25

Compare Source

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).
browserslist/browserslist (browserslist)

v4.28.2

Compare Source

browserslist/caniuse-lite (caniuse-lite)

v1.0.30001788

Compare Source

v1.0.30001787

Compare Source

v1.0.30001786

Compare Source

v1.0.30001785

Compare Source

v1.0.30001784

Compare Source

v1.0.30001782

Compare Source

v1.0.30001781

Compare Source

v1.0.30001780

Compare Source

v1.0.30001779

Compare Source

v1.0.30001778

Compare Source

v1.0.30001777

Compare Source

v1.0.30001776

Compare Source

v1.0.30001775

Compare Source

cssnano/cssnano (cssnano)

v7.1.5: v7.1.5

Compare Source

Bug Fixes

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.1.4...cssnano@7.1.5

v7.1.4: v7.1.4

Compare Source

Bug Fixes

Update color conversion library to @​colordx/core to fix rounding errors in color conversions #​1755

v7.1.3: v7.1.3

Compare Source

What's Changed

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.1.2...cssnano@7.1.3

embroider-build/ember-auto-import (ember-auto-import)

v2.13.1

  • ember-auto-import 2.13.1 (patch)
🐛 Bug Fix
Committers: 1

v2.13.0

  • ember-auto-import 2.13.0 (minor)
🚀 Enhancement
  • ember-auto-import
🏠 Internal
Committers: 3

v2.12.1

  • ember-auto-import 2.12.1 (patch)
🐛 Bug Fix
  • ember-auto-import
    • #​687 Fix externals tracking for deps with escaped characters (@​ef4)
🏠 Internal
Committers: 2
ember-cli/ember-cli (ember-cli)

v6.12.0

  • ember-cli 6.12.0-alpha.5 (patch)
🐛 Bug Fix
🏠 Internal
Committers: 1
eslint/eslint (eslint)

v9.39.4

Compare Source

Bug Fixes

Documentation

Chores

mmkal/expect-type (expect-type)

v0.20.0

Compare Source

Breaking changes

This change updates how overloaded functions are treated. Now, .parameters gives you a union of the parameter-tuples that a function can take. For example, given the following type:

type Factorize = {
  (input: number): number[]
  (input: bigint): bigint[]
}

Behvaiour before:

expectTypeOf<Factorize>().parameters.toEqualTypeOf<[bigint]>()

Behaviour now:

expectTypeOf<Factorize>().parameters.toEqualTypeOf<[number] | [bigint]>()

There were similar changes for .returns, .parameter(...), and .toBeCallableWith. Also, overloaded functions are now differentiated properly when using .branded.toEqualTypeOf (this was a bug that it seems nobody found).

See #​83 for more details or look at the updated docs (including a new section called "Overloaded functions", which has more info on how this behaviour differs for TypeScript versions before 5.3).

What's Changed

Full Changelog: mmkal/expect-type@v0.19.0...v0.20.0

v0.19.0

Compare Source

What's Changed

Full Changelog: mmkal/expect-type@0.18.0...0.19.0

v0.18.0

Compare Source

What's Changed
New Contributors

Full Changelog: mmkal/expect-type@v0.17.3...0.18.0

v0.17.3

Compare Source

v0.17.2

Compare Source

Diff(truncated - scroll right!):

test('toEqualTypeOf with tuples', () => {
  const assertion = `expectTypeOf<[[number], [1], []]>().toEqualTypeOf<[[number], [2], []]>()`
  expect(tsErrors(assertion)).toMatchInlineSnapshot(`
-    "test/test.ts:999:999 - error TS2344: Type '[[number], [2], []]' does not satisfy the constraint '{ [x: number]: { [x: number]: number; [iterator]: (() => IterableIterator<1>) | (() => IterableIterator<number>) | (() => IterableIterator<never>); [unscopables]: (() => { copyWithin: boolean; entries: boolean; fill: boolean; find: boolean; findIndex: boolean; keys: boolean; values: boolean; }) | (() => { copyWithin: boolean; entries: boolean; fill: boolean; find: boolean; findIndex: boolean; keys: boolean; values: boolean; }) | (() => { copyWithin: boolean; entries: boolean; fill: boolean; find: boolean; findIndex: boolean; keys: boolean; values: boolean; }); length: 0 | 1; toString:  ... truncated!!!!'.
-      Types of property 'sort' are incompatible.
-        Type '(compareFn?: ((a: [] | [number] | [2], b: [] | [number] | [2]) => number) | undefined) => [[number], [2], []]' is not assignable to type '\\"Expected: function, Actual: function\\"'.
+    "test/test.ts:999:999 - error TS2344: Type '[[number], [2], []]' does not satisfy the constraint '{ 0: { 0: number; }; 1: { 0: \\"Expected: literal number: 2, Actual: literal number: 1\\"; }; 2: {}; }'.
+      The types of '1[0]' are incompatible between these types.
+        Type '2' is not assignable to type '\\"Expected: literal number: 2, Actual: literal number: 1\\"'.
    999 expectTypeOf<[[number], [1], []]>().toEqualTypeOf<[[number], [2], []]>()
                                                          ~~~~~~~~~~~~~~~~~~~"
  `)
})

v0.17.1

Compare Source

  • disallow .not and .branded together cf38918

(this was actually documented in the v0.17.0 release but really it was only pushed here)

v0.17.0

Compare Source

#​16 went in to - hopefully - significantly improve the error messages produce on failing assertions. Here's an example of how vitest's failing tests were improved:

Before:

image

After:

image

Docs copied from the readme about how to interpret these error messages


Error messages

When types don't match, .toEqualTypeOf and .toMatchTypeOf use a special helper type to produce error messages that are as actionable as possible. But there's a bit of an nuance to understanding them. Since the assertions are written "fluently", the failure should be on the "expected" type, not the "actual" type (expect<Actual>().toEqualTypeOf<Expected>()). This means that type errors can be a little confusing - so this library produces a MismatchInfo type to try to make explicit what the expectation is. For example:

expectTypeOf({a: 1}).toEqualTypeOf<{a: string}>()

Is an assertion that will fail, since {a: 1} has type {a: number} and not {a: string}. The error message in this case will read something like this:

test/test.ts:999:999 - error TS2344: Type '{ a: string; }' does not satisfy the constraint '{ a: \\"Expected: string, Actual: number\\"; }'.
  Types of property 'a' are incompatible.
    Type 'string' is not assignable to type '\\"Expected: string, Actual: number\\"'.

999 expectTypeOf({a: 1}).toEqualTypeOf<{a: string}>()

Note that the type constraint reported is a human-readable messaging specifying both the "expected" and "actual" types. Rather than taking the sentence Types of property 'a' are incompatible // Type 'string' is not assignable to type "Expected: string, Actual: number" literally - just look at the property name ('a') and the message: Expected: string, Actual: number. This will tell you what's wrong, in most cases. Extremely complex types will of course be more effort to debug, and may require some experimentation. Please raise an issue if the error messages are actually misleading.

The toBe... methods (like toBeString, toBeNumber, toBeVoid etc.) fail by resolving to a non-callable type whe


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "after 9pm on sunday"
  • 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.

@renovate renovate Bot force-pushed the renovate/devdependencies branch 7 times, most recently from 547c90f to a354601 Compare March 23, 2025 23:56
@renovate renovate Bot force-pushed the renovate/devdependencies branch 2 times, most recently from 866182e to db31372 Compare April 6, 2025 22:13
@renovate renovate Bot force-pushed the renovate/devdependencies branch 2 times, most recently from 3bc19a5 to 2dca787 Compare April 20, 2025 22:49
@renovate renovate Bot force-pushed the renovate/devdependencies branch 2 times, most recently from b2f356a to f4aaade Compare May 4, 2025 21:48
@renovate renovate Bot force-pushed the renovate/devdependencies branch from f4aaade to cb362e3 Compare May 18, 2025 21:20
@renovate renovate Bot force-pushed the renovate/devdependencies branch 2 times, most recently from cdf9d98 to be050c7 Compare May 25, 2025 23:14
@renovate renovate Bot force-pushed the renovate/devdependencies branch 2 times, most recently from 4bb0ca2 to 856a174 Compare June 15, 2025 21:11
@renovate renovate Bot force-pushed the renovate/devdependencies branch 2 times, most recently from 813c151 to 09f1bb1 Compare June 22, 2025 21:11
@renovate renovate Bot force-pushed the renovate/devdependencies branch from 09f1bb1 to c9ccceb Compare July 6, 2025 21:46
@renovate renovate Bot force-pushed the renovate/devdependencies branch 2 times, most recently from af7f468 to 6073b35 Compare July 20, 2025 22:12
@renovate renovate Bot force-pushed the renovate/devdependencies branch 2 times, most recently from 39a35c9 to 4dbd49f Compare August 3, 2025 21:27
@renovate renovate Bot force-pushed the renovate/devdependencies branch 2 times, most recently from 3147258 to 8a7dd53 Compare August 10, 2025 21:42
@renovate renovate Bot force-pushed the renovate/devdependencies branch 2 times, most recently from 886b071 to f8db6ab Compare August 17, 2025 22:41
@renovate renovate Bot force-pushed the renovate/devdependencies branch from f8db6ab to 6ee8998 Compare August 31, 2025 21:47
@renovate renovate Bot force-pushed the renovate/devdependencies branch from 6ee8998 to 7edc733 Compare September 14, 2025 21:24
@renovate renovate Bot changed the title Update devDependencies chore(deps): update devdependencies Sep 14, 2025
@renovate renovate Bot force-pushed the renovate/devdependencies branch 2 times, most recently from e77d9ae to 886f428 Compare September 28, 2025 21:44
@renovate renovate Bot force-pushed the renovate/devdependencies branch from 886f428 to 21d3bde Compare October 5, 2025 21:25
@renovate renovate Bot force-pushed the renovate/devdependencies branch from 21d3bde to cdb16b8 Compare October 12, 2025 21:34
@renovate renovate Bot force-pushed the renovate/devdependencies branch from cdb16b8 to 33c0477 Compare October 26, 2025 21:51
@renovate renovate Bot force-pushed the renovate/devdependencies branch 2 times, most recently from 134d732 to 22250b6 Compare November 9, 2025 21:11
@renovate renovate Bot force-pushed the renovate/devdependencies branch from 22250b6 to a75d4e9 Compare November 30, 2025 21:44
@renovate renovate Bot force-pushed the renovate/devdependencies branch from a75d4e9 to 8f38689 Compare December 7, 2025 21:51
@renovate renovate Bot force-pushed the renovate/devdependencies branch 3 times, most recently from 3aa3427 to ccc41d5 Compare January 4, 2026 22:08
@renovate renovate Bot force-pushed the renovate/devdependencies branch 3 times, most recently from 8198334 to f117325 Compare January 18, 2026 21:10
@renovate renovate Bot force-pushed the renovate/devdependencies branch 2 times, most recently from 36b9fcd to d0abe58 Compare January 26, 2026 13:13
@renovate renovate Bot force-pushed the renovate/devdependencies branch from d0abe58 to 7778d67 Compare February 8, 2026 21:17
@renovate renovate Bot force-pushed the renovate/devdependencies branch 3 times, most recently from cb3b62c to 45924f5 Compare March 8, 2026 21:24
@renovate renovate Bot force-pushed the renovate/devdependencies branch 2 times, most recently from c3a09e3 to 3fc9a57 Compare March 15, 2026 21:50
@renovate renovate Bot force-pushed the renovate/devdependencies branch from 3fc9a57 to 33c4968 Compare April 19, 2026 21:31
@renovate renovate Bot changed the title chore(deps): update devdependencies Update devDependencies Apr 19, 2026
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