Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency ngxtension to v4 #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ngxtension (source) ^3.5.5 -> ^4.0.0 age adoption passing confidence

Release Notes

ngxtension/ngxtension-platform (ngxtension)

v4.1.0

Compare Source

Features
  • handle defaultValue type in injectLocalStorage (#​508)
  • computed: deprecated for linkedSignal (e38b946)
  • inject-inputs: deprecated injectInputs in favor of inputs() (2b131af)
  • ngx-control-value-accessor: expose the NgControl instance of the host (#​479)
  • resize: add orientation handler (f78b124)
  • signal-slice: add "Updated" signal for action sources (#​363)
  • signal-slice: pass initial state streams to source functions (#​486)
Bug Fixes
  • typo (#​471)
  • update migration entry points (#​448)
  • inject typo in rx-affect.md (#​480)
  • derived-async: fix unsubscribing from old observable when new value is not observable (#​487)
  • docs: fix incorrect derive loading entrypoint (#​512)
  • host-binding: ensure previous classes are removed when class binding changes (#​473)
  • plugin: support outputs without inline initialization (#​497)
  • signal-input-migration: skip inputs with @​HostBinding() decorator (#​460)
  • signal-slice: fix action streams being infered as never (#​472)
Documentation
❤️ Thank You

v4.0.0

Compare Source

Features
  • add deriveLoading RxJs-Operator (#​439)
  • add migration for self-closing tags (#​416)
  • add effectOnceIf helper function (#​419)
  • add migration for sfc components (#​420)
  • create-repeat: implement the function, docs and tests (#​380)
  • explicitEffect: addition of defer parameter; this parameter allows the computation not to execute immediately and only run on first deps change. (#​431)
  • form events: Create unified observable and signal data accessors for form events (#​391)
Bug Fixes
  • computed-previous: Don't return null for initial value, but return the current value of the source signal instead (#​281)
  • plugin: update all assignments (#​444)
  • signal-input-migration: preserve line endings (#​432)
  • ⚠️ signal-slice: simplify api to deal with typing issues (#​361)
  • when-document-visible: export the whenDocumentVisible operator… (#​425)
Documentation
  • add Kiskae as a contributor for code (#​436)
  • signals: some spanish translations (#​441)
⚠️ Breaking Changes
  • signal-slice: experimental actionEffects API has been removed from signalSlice
❤️ Thank You

3.5.5 (2024-06-18)

Bug Fixes
  • create-injection-token: more type (d1d9206)
❤️ Thank You
  • ctran

3.5.4 (2024-06-18)

Bug Fixes
  • create-injection-token: type (792bff1)
❤️ Thank You
  • ctran

3.5.3 (2024-06-18)

Bug Fixes
  • create-injection-token: allow createNoopInjectionToken pass in isFunctionVAlue (d990892)
❤️ Thank You
  • ctran

3.5.2 (2024-06-17)

Bug Fixes
  • inputs: ensure the type has '' for mergeInputs (06bc0fd)
❤️ Thank You
  • ctran

3.5.1 (2024-06-17)

Features
  • add rxjs operators poll and whenDocumentVisible (#​404)
  • inputs: add mergeInputs transform fn (29b8f7b)
  • to-observable-signal: refactor toObservableSignal to handle Obs… (#​408)
Bug Fixes
  • inputs: allow mergeInputs to also accept '' as value (c45f74e)
Documentation
  • add nguyenphutrong as a contributor for code (#​414)
❤️ Thank You

3.5.0 (2024-06-16)

Features
  • add rxjs operators poll and whenDocumentVisible (#​404)
  • inputs: add mergeInputs transform fn (29b8f7b)
  • to-observable-signal: refactor toObservableSignal to handle Obs… (#​408)
Documentation
  • add nguyenphutrong as a contributor for code (#​414)
❤️ Thank You

3.5.0-beta.0 (2024-06-10)

Bug Fixes
  • inject-migration: update option name and add proper aliases (#​403)
Documentation
  • add explicitEffect to the homepage (#​394)
  • add new logo (#​406)
  • inject-di-migration: remove extra not needed word (#​402)
❤️ Thank You

3.3.0 (2024-05-24)

Features
  • inject-inputs: add injectInputs (851c644)
Bug Fixes
  • plugin: add and remove this keyword correctly (#​370)
  • plugin: remove additional semicolumns for input and output generator (#​371)
  • plugin: add string to input generic (#​375)
Documentation
  • update inject migration example (#​379)
  • inject-inputs: add injectInputs (05d0f0a)
  • injectors: spanish translation for createInjectable function (#​316)
  • injectors: Spanish translation for injectROuteData (#​383)
  • injectors: Spanish translation for injectRouteFragment (#​385)
  • migrations: Spanish translation inject migration (#​386)
❤️ Thank You

3.2.0 (2024-05-10)

Features
  • support changes observable by converting it to use toObservable with signals (#​364)
Bug Fixes
  • signal-input-migration: fix two-way bindings and interpolations inside attribute values (#​369)
❤️ Thank You

3.1.2 (2024-05-01)

Bug Fixes
  • add proper typing for contentChildren and viewChildren (#​359) (f31dd8c)

3.1.1 (2024-05-01)

Bug Fixes
Documentations

3.1.0 (2024-05-01)

Features
  • convert-queries: initial implementation for content queries migration to signals (#​355) (a5f003f)
  • input migration enhancements (#​353) (2def810)
Bug Fixes
Documentations

3.0.1 (2024-04-24)

Bug Fixes
  • typo in migrations.json file (b42cd21)

3.0.0 (2024-04-24)

⚠ BREAKING CHANGES
  • computedFrom and computedAsync are removed, ng update ngxtension should update all usages to use derivedFrom and derivedAsync
Features

2.3.1 (2024-04-24)

Bug Fixes
  • ng update wasn't working because of broken path (#​345) (f3225a0)
  • reintroduce computedAsync which reexports and shows a deprecation notice (#​342) (3de9e09)
  • update docs for inject migration (#​340) (f3670b9)

2.3.0 (2024-04-23)

Features
  • add homepage blocks to showcase everything the library offers (#​327) (74064d5), closes #​329
  • added inject migration (#​326) (a46fdcd)
  • computed-from: rename computedFrom and computedAsync to derivedFrom and derivedAsync and added migration schematics (#​303) (05d994f)
  • inject-route-fragment: implementation of injectRouteFragment (#​318) (2bf2546)
  • injectLocalStorage: initial implementation of injectLocalStorage (#​295) (e995dcb)
  • output-migration: enhancements (#​337) (5542a8c)
  • repeat-pipe: initial version (#​320) (70abad3)
Bug Fixes
  • click-outside: remove memory leak (#​319) (49bff56)
  • create-injection-token: only inject the actual dep (1299f80)
  • plugin: bump deps (7185c79)
  • use snapshot instead of requireSync for route injections (#​339) (c40187e)
Documentations

2.2.1 (2024-03-28)

Bug Fixes

2.2.0 (2024-03-28)

Features
Bug Fixes
  • convert-signal-inputs: handle automatic semicolon insertion issues (#​294) (09f075d)
  • if-validator: exclude individual validators from composition to allow presence checks (#​273) (92a614c)
  • prevent memory leaks in injectNavigationEnd (#​305) (2341717)
Documentations
Refactor
  • docs: add contributor info to injectRouteData (#​306) (51afab6)
  • use Proxy in toObservableSignal() instead of methods linking, to be compatible with RxJS v8 (#​288) (ae2d9ef)

2.1.0 (2024-02-27)

Features
  • connect: allow updating partial values with signal through ConnectedSignal (#​269) (e11f2cd)
  • create-notifier: add createNotifier + docs (#​277) (b1eff83)
Bug Fixes
  • add more computedAsync tests and docs (#​268) (a86375b)
  • convert-signal-inputs: don't convert when input name used as property (#​279) (69efec4)
  • convert-signal-inputs: remove unnecessary undefined (#​280) (0356be0)
  • remove snapshot as route.params emits synchronously (#​272) (1ec0098)
Documentations

2.0.0 (2024-02-02)

⚠ BREAKING CHANGES
  • second argument, injector, is replaced by an object with fields injector and retryOnError.
Features
Bug Fixes
Documentations
  • NgxControlValueAccessor: add import section (#​249) (12b9bae)
  • update connect function docs to include connecting to other signals (#​251) (d6c5fbc)
Refactor

1.12.0 (2024-01-24)

Features
  • computed: mark computed / extendedComputed as deprecate (9553dc3)
Bug Fixes
  • computedAsync: typings should return a union of undefined when no initial value. (#​247) (5cd496a), closes #​243
Documentations

1.11.0 (2024-01-22)

Features
  • create-injectable: add createInjectable (replaces createService) (#​239) (b3344cf)
Bug Fixes
  • create-injectable: providedIn root by default (a948b31)
  • plugin: only update property access with "this" as the expression (26e94a7), closes #​236

1.10.2 (2024-01-22)

Bug Fixes
  • add dependency ts-morph for Signals Input migrator (#​237) (b3a93e5)
  • connect: update literal object values correctly for non-literal object values (#​234) (f4d2c19)
Documentations

1.10.1 (2024-01-20)

Bug Fixes

1.10.0 (2024-01-20)

Features
Documentations
  • NgxSvgSprite: align provideSvgSprites sections with implementation (#​226) (28020f6)

1.9.9 (2024-01-12)

Bug Fixes
  • plugin: update ts references with awareness of ternaries and if block (89e431e)

1.9.8 (2024-01-12)

Bug Fixes
  • plugin: ensure to keep jsdoc with properties (cc8731f)

1.9.7 (2024-01-12)

Bug Fixes
  • plugin: input.required parameter should be the option object if exist (dbb7cf4)

1.9.6 (2024-01-12)

Bug Fixes

1.9.5 (2024-01-11)

Bug Fixes
  • plugin: get all projects if project nor path is passed in (34293d1)

1.9.4 (2024-01-11)

Bug Fixes
  • plugin: ensure to track withTransforms regardless of typenode exists or not (b512f1f)

1.9.3 (2024-01-11)

Bug Fixes
  • plugin: make sure all classes in a file is processed (4a687a5)

1.9.2 (2024-01-11)

Bug Fixes
  • plugin: use correct property name for file path (a24d995)

1.9.1 (2024-01-11)

Bug Fixes
  • plugin: add ts-morph to dep of ngxtension (a78fdae)

1.9.0 (2024-01-11)

Features
  • create-injection-token: add createService (#​222) (294c66a)
  • NgxSvgSprite: add a directive for rendering symbols of svg sprites (#​219) (c585aca)
  • plugin: generator to convert to signal inputs (39bd37e)
Refactor

1.8.1 (2024-01-06)

Bug Fixes
  • create-signal: change signal-value to create-signal (08aa14f)
Documentations

1.8.0 (2024-01-06)

Features
  • add createSignal and createComputed helper functions (#​216) (a852fb5)
  • NgxControlError: add NgxControlError directive to form utils (#​212) (28af6cc)
Bug Fixes
  • create-signal: add index (53b22de)
  • signal-slice: prevent early inference in selector typing (#​214) (2d3a216)
Documentations

1.7.0 (2023-12-27)

Features
Documentations

1.6.2 (2023-12-14)

Bug Fixes
  • host-binding: allows attributes to be removed with nullish value… (#​205) (9b8639b)
Documentations

1.6.1 (2023-12-11)

Bug Fixes
  • signal-slice: add apply trap to proxy for loading lazySources when signal value accessed directly (#​200) (fa68a8d)
  • typos (#​198) (039eefb)
Documentations

1.6.0 (2023-12-10)

Features
Documentations

1.5.0 (2023-12-06)

Features
Bug Fixes
  • contributors (e9f8c93)
  • signal-slice: Do not allow optional properties in signalSlice (#​177) (84ccf3c)
  • signal-slice: typing for Subject with union type (#​169) (746c0fc)
Documentations

1.4.0 (2023-11-21)

Features
Bug Fixes
  • create-injection-token: better decide when to use factory or provided value (#​161) (#​162) (61d496d)
Documentations
Refactor
  • signal-slice: remove reducers, rename asyncReducers to actionSources (#​158) (6a883c1)

1.3.0 (2023-11-15)

Features
Bug Fixes

1.2.2 (2023-11-14)

Bug Fixes
  • signal-slice: add undocumented (intentional) way to wait for state update from invoking reducers (5370778)

1.2.1 (2023-11-14)

Bug Fixes
  • signal-slice: extra selectors type (bdfe10b)

1.2.0 (2023-11-13)

Features
  • signal-slice: allow supplying source as a function that accepts state signal (#​146) (051443b)

1.1.1 (2023-11-13)

Bug Fixes

1.1.0 (2023-11-13)

Features
Bug Fixes

1.0.1 (2023-11-10)

Bug Fixes

1.0.0 (2023-11-09)

0.16.0 (2023-11-09)

Features
Documentations

0.15.1 (2023-11-08)

0.15.0 (2023-11-08)

Features
Bug Fixes
  • computedFrom: add initialValue + throw Error in case of not sync emit (#​122) (285aa59)
Documentations

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

changeset-bot bot commented Jul 18, 2024

⚠️ No Changeset found

Latest commit: 7707da0

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants