ember-math-helpers
ember-math-helpers copied to clipboard
Ember HTMLBars helpers for basic arithmetic
Bumps [ember-template-lint](https://github.com/ember-template-lint/ember-template-lint) from 4.10.1 to 4.12.0. Release notes Sourced from ember-template-lint's releases. Release 4.12.0 :rocket: Enhancement #2574 Add autofixer to no-unnecessary-component-helper rule (@bmish) #2573 Add autofixer to modifier-name-case rule (@bmish)...
Bumps [eslint-plugin-ember](https://github.com/ember-cli/eslint-plugin-ember) from 11.0.4 to 11.0.5. Release notes Sourced from eslint-plugin-ember's releases. Release 11.0.5 :bug: Bug Fix #1552 Fix false positive with reject() on instance of RSVP.defer() in no-array-prototype-extensions rule...
Bumps [release-it-lerna-changelog](https://github.com/rwjblue/release-it-lerna-changelog) from 4.0.1 to 5.0.0. Release notes Sourced from release-it-lerna-changelog's releases. Release 5.0.0 This package has been renamed from release-it-lerna-changelog to @release-it-plugins/lerna-changelog. :boom: Breaking Change #208 Fix compatibility with...
Bumps [eslint](https://github.com/eslint/eslint) from 8.20.0 to 8.21.0. Release notes Sourced from eslint's releases. v8.21.0 Features 7b43ea1 feat: Implement FlatESLint (#16149) (Nicholas C. Zakas) 92bf49a feat: improve the key width calculation in...
Bumps [ember-data](https://github.com/emberjs/data) from 4.4.0 to 4.6.1. Release notes Sourced from ember-data's releases. v4.6.0 This is a re-release of v4.5.0 v4.5.0 Love of Mine ♥️ v4.5.0 (2022-07-27) Version 4.5 includes a...
The types generated using DefinetlyTyped are incompatible with types shipped by ember-source: ``` [lint:types] node_modules/ember-math-helpers/declarations/helpers/sub.d.ts:21:50 - error TS2694: Namespace '"@ember/component/helper"' has no exported member 'EmptyObject'. [lint:types] [lint:types] 21 Named: import("@ember/component/helper").EmptyObject;...
The tree-shaking via `only` and `except` configuration options does not seem to work anymore in 4.0.0. I think it was dropped when converting the addon to v2 in #945. I...
I run into the following type error when using ember-math-helpers with types provided by Ember natively. ``` node_modules/ember-math-helpers/declarations/helpers/sub.d.ts:21:50 - error TS2694: Namespace '"@ember/component/helper"' has no exported member 'EmptyObject'. 21 Named:...
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.6.0. Release notes Sourced from eslint's releases. v9.6.0 Features e2b16e2 feat: Implement feature flags (#18516) (Nicholas C. Zakas) 8824aa1 feat: add ecmaVersion: 2025, parsing duplicate...