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

refactor(framework): add type module to package.json #6617

Merged
merged 48 commits into from
Mar 31, 2023
Merged

Conversation

nnaydenow
Copy link
Contributor

@nnaydenow nnaydenow commented Mar 1, 2023

Added type:module to all packages except ui5-webcomponents-tools. With current versions tools like postcss,wdio doesn't support both module type ESM / CJS so CJS is preferred. In order to make them work we have to upgrade tool version.

Fixes: #6449

@nnaydenow nnaydenow requested a review from pskelin March 23, 2023 12:02
@nnaydenow nnaydenow merged commit a066eb8 into main Mar 31, 2023
didip1000 pushed a commit that referenced this pull request Apr 4, 2023
* refactor(framework): add type module to package.json

* chore: add fiori package

* chore: sidenavigation tests

* chore: shellbar tests

* chore: main tests

* chore: main tests

* chore: add icons/localization/theming

* chore: vite to esm

* chore: lint

* chore: lint

* chore: lint

* chore: make all configs common js

* chore: enable base test

* chore: vite to commonjs

* chore: tools to cjs

* chore: cjs or js

* chore: fix build

* chore: add eslintrc to main

* chore: update eslint to cjs

* chore: add tests for ssr

* chore: add eslint ignore

* refactor(framework): add type module to package.json

* chore: add fiori package

* chore: sidenavigation tests

* chore: shellbar tests

* chore: main tests

* chore: main tests

* chore: add icons/localization/theming

* chore: vite to esm

* chore: lint

* chore: lint

* chore: make all configs common js

* chore: enable base test

* chore: vite to commonjs

* chore: tools to cjs

* chore: cjs or js

* chore: fix build

* chore: add eslintrc to main

* chore: update eslint to cjs

* chore: add tests for ssr

* chore: add eslint ignore

* chore: rebase

---------

Co-authored-by: Nayden Naydenov <nnaydenow.work@sap.com>
NHristov-sap pushed a commit that referenced this pull request May 4, 2023
* refactor(framework): add type module to package.json

* chore: add fiori package

* chore: sidenavigation tests

* chore: shellbar tests

* chore: main tests

* chore: main tests

* chore: add icons/localization/theming

* chore: vite to esm

* chore: lint

* chore: lint

* chore: lint

* chore: make all configs common js

* chore: enable base test

* chore: vite to commonjs

* chore: tools to cjs

* chore: cjs or js

* chore: fix build

* chore: add eslintrc to main

* chore: update eslint to cjs

* chore: add tests for ssr

* chore: add eslint ignore

* refactor(framework): add type module to package.json

* chore: add fiori package

* chore: sidenavigation tests

* chore: shellbar tests

* chore: main tests

* chore: main tests

* chore: add icons/localization/theming

* chore: vite to esm

* chore: lint

* chore: lint

* chore: make all configs common js

* chore: enable base test

* chore: vite to commonjs

* chore: tools to cjs

* chore: cjs or js

* chore: fix build

* chore: add eslintrc to main

* chore: update eslint to cjs

* chore: add tests for ssr

* chore: add eslint ignore

* chore: rebase

---------

Co-authored-by: Nayden Naydenov <nnaydenow.work@sap.com>
@nnaydenow nnaydenow deleted the type-module branch May 11, 2023 11:34
PetyaMarkovaBogdanova pushed a commit that referenced this pull request Jun 20, 2023
* refactor(framework): add type module to package.json

* chore: add fiori package

* chore: sidenavigation tests

* chore: shellbar tests

* chore: main tests

* chore: main tests

* chore: add icons/localization/theming

* chore: vite to esm

* chore: lint

* chore: lint

* chore: lint

* chore: make all configs common js

* chore: enable base test

* chore: vite to commonjs

* chore: tools to cjs

* chore: cjs or js

* chore: fix build

* chore: add eslintrc to main

* chore: update eslint to cjs

* chore: add tests for ssr

* chore: add eslint ignore

* refactor(framework): add type module to package.json

* chore: add fiori package

* chore: sidenavigation tests

* chore: shellbar tests

* chore: main tests

* chore: main tests

* chore: add icons/localization/theming

* chore: vite to esm

* chore: lint

* chore: lint

* chore: make all configs common js

* chore: enable base test

* chore: vite to commonjs

* chore: tools to cjs

* chore: cjs or js

* chore: fix build

* chore: add eslintrc to main

* chore: update eslint to cjs

* chore: add tests for ssr

* chore: add eslint ignore

* chore: rebase

---------

Co-authored-by: Nayden Naydenov <nnaydenow.work@sap.com>
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.

Add "type": "module" to packages
3 participants