Stephanie Katterwe
Stephanie Katterwe
Ich kehre zurück am 01.11.2017. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. In dringenden Fällen senden Sie bitte eine Kopie Ihrer E-Mail für technische Angelegenheiten an [email protected], ansonsten an...
> @jjs98 didn't work for me, still have the following error > > ``` > Details: > > /node_modules/@jsverse/transloco/node_modules/flat/index.js:12 > export function flatten (target, opts) { > ^^^^^^ > >...
I've figured out a bit more information, and added it into the discussion I found that was created from a previous issue that looks like the same one: https://github.com/jsverse/transloco/discussions/735#discussioncomment-10187588
What fixed it for us was the following change: 1. remove moduleNameMapper 1. change transforming pattern from ``` transformIgnorePatterns: ['node_modules/(?!.*\\.mjs$)']``` to ``` transformIgnorePatterns: ['node_modules/?!(.\\*.mjs$|@jsverse)']``` ``` transform: { '^.+.(ts|mjs|js|html)$': [ 'jest-preset-angular',...
> The latest @nestjs/core has the same type of hard-coded version dependency, and it points straight to the vulnerable version: `"path-to-regexp": "3.2.0"`. Turtles all the way down. > > Need...
Maybe its the same like i had back then https://github.com/jsverse/transloco/issues/785
Is there anything that can be done to help out here? i suppose all that is needed is a version bump to v8 right?
@shaharkazaz if you guide me a bit on what i need to take care of in your pull requests etc i can surely have a look (commit message formates, branch...
Ah found some hints in the contributing file. i'll see what i can do :)
@shaharkazaz as what would i commit this? i initially did as feature. but that somehow feels a bit weird. so before i'll raise a PR can you please let me...