ember-set-helper icon indicating copy to clipboard operation
ember-set-helper copied to clipboard

A better `mut` helper

Results 15 ember-set-helper issues
Sort by recently updated
recently updated
newest added

Bumps [ember-cli](https://github.com/ember-cli/ember-cli) from 5.4.1 to 5.8.1. Release notes Sourced from ember-cli's releases. Release 5.8.1 Blueprint Changes ember new diff ember addon diff Changelog #10458 Use Lodash's _.template instead of lodash.template...

dependencies
javascript

I'm having a bit of a hard time understanding how to type the signature here. E.g. what would be the TS signature for the example in the README? ``` Español...

question

Bumps [prettier-plugin-ember-template-tag](https://github.com/gitKrystan/prettier-plugin-ember-template-tag) from 1.1.0 to 2.0.2. Release notes Sourced from prettier-plugin-ember-template-tag's releases. Release 2.0.2 :bug: Bug Fix #259 Fix RangeError in files with multiple forward slashes (@​MichalBryxi) :house: Internal #262...

dependencies
javascript

Using this addon means you don't need to use `@tracked`. But tracked is the preferred thing to use these days. Can this addon be updated to use _normal assignment instead_?...

Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2 to 3. Release notes Sourced from pnpm/action-setup's releases. v3.0.0 The action is updated to run on Node.js v20 v2.4.0 Add ability to install standalone binary (pnpm/action-setup#92)....

dependencies
github_actions

Bumps [prettier](https://github.com/prettier/prettier) from 3.1.1 to 3.2.5. Release notes Sourced from prettier's releases. 3.2.5 🔗 Changelog 3.2.4 Fix .eslintrc.json format #15947 🔗 Changelog 3.2.3 Format tsconfig.json file with jsonc parser #15927...

dependencies
javascript

Bumps [ember-template-imports](https://github.com/ember-template-imports/ember-template-imports) from 3.4.2 to 4.1.0. Release notes Sourced from ember-template-imports's releases. Release 4.1.0 :rocket: Enhancement #230 Bump content-tag and add inline_source_map option (@​vstefanovic97) :memo: Documentation #231 add import guide...

dependencies
javascript

Bumps [ember-composable-helpers](https://github.com/DockYard/ember-composable-helpers) from 4.5.0 to 5.0.0. Changelog Sourced from ember-composable-helpers's changelog. v5.0.0 6 December 2021 Fix slow sort-by [#419](https://github.com/DockYard/ember-composable-helpers/issues/419) [breaking]: node 12 min and general updates [#420](https://github.com/DockYard/ember-composable-helpers/issues/420) Commits 939f321 v5.0.0...

dependencies
javascript

This.args is supposed to be immutable, however this actually works. ``` @onChange={{set this "args.foo.bar"}} ``` Just FYI