Skip to content

Commit

Permalink
Merge 3e37ecd into 85dea6d
Browse files Browse the repository at this point in the history
  • Loading branch information
amountainram committed Feb 9, 2023
2 parents 85dea6d + 3e37ecd commit 4a99042
Show file tree
Hide file tree
Showing 18 changed files with 2,294 additions and 1,839 deletions.
823 changes: 0 additions & 823 deletions .yarn/releases/yarn-3.3.1.cjs

This file was deleted.

873 changes: 873 additions & 0 deletions .yarn/releases/yarn-3.4.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarn/sdks/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint",
"version": "8.31.0-sdk",
"version": "8.33.0-sdk",
"main": "./lib/api.js",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion .yarn/sdks/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript",
"version": "4.9.4-sdk",
"version": "4.9.5-sdk",
"main": "./lib/typescript.js",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"

yarnPath: .yarn/releases/yarn-3.3.1.cjs
yarnPath: .yarn/releases/yarn-3.4.1.cjs
39 changes: 19 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "2.0.2",
"description": "The micro frontend solution by Mia-Platform",
"license": "SEE LICENSE IN LICENSE",
"packageManager": "yarn@3.3.1",
"packageManager": "yarn@3.4.1",
"workspaces": [
"packages/*"
],
Expand All @@ -30,43 +30,42 @@
"postinstall": "husky install"
},
"devDependencies": {
"@types/eslint": "^8.4.10",
"@types/glob": "^8.0.0",
"@types/rimraf": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"@types/eslint": "^8.21.0",
"@types/glob": "^8.0.1",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"@web/dev-server": "^0.1.35",
"@web/dev-server-esbuild": "^0.3.3",
"commander": "^9.5.0",
"commander": "^10.0.0",
"confusing-browser-globals": "^1.0.11",
"esbuild": "^0.16.16",
"eslint": "^8.31.0",
"esbuild": "^0.17.6",
"eslint": "^8.33.0",
"eslint-config-esnext": "^4.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsonc": "^2.6.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-typescript-sort-keys": "^2.1.0",
"eslint-visitor-keys": "^3.3.0",
"glob": "^8.0.3",
"glob": "^8.1.0",
"husky": "^8.0.3",
"jsonc-eslint-parser": "^2.1.0",
"lit-html": "^2.5.0",
"lit-html": "^2.6.1",
"node-color-log": "^10.0.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.21",
"postcss-less": "^6.0.0",
"rimraf": "^3.0.2",
"stylelint": "^14.16.1",
"rimraf": "^4.1.2",
"stylelint": "^15.0.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^29.0.0",
"stylelint-config-standard": "^30.0.1",
"stylelint-declaration-block-no-ignored-properties": "^2.6.0",
"typescript": "^4.9.4",
"vite": "^4.0.4"
"typescript": "^4.9.5",
"vite": "^4.1.1"
},
"engines": {
"node": ">=16.17.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/composer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Versioning

- Development dependencies updated
- Typescript set to `^4.9.5` with yarn `3.4.1`
- `lit` to `^2.6.1`

### Added

- refactor to `premount` API in order to better follow the promise lifecycle
Expand Down
14 changes: 7 additions & 7 deletions packages/composer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,34 +41,34 @@
"@rollup/plugin-replace": "^5.0.2",
"@types/chai": "^4.3.4",
"@types/chai-string": "^1.4.2",
"@types/glob": "^8.0.0",
"@types/glob": "^8.0.1",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/node": "^18.13.0",
"@types/sinon": "^10.0.13",
"@types/sinon-chai": "^3.2.9",
"@web/dev-server-esbuild": "^0.3.3",
"@web/dev-server-rollup": "^0.3.19",
"@web/dev-server-rollup": "^0.3.21",
"@web/test-runner": "^0.15.0",
"@web/test-runner-playwright": "^0.9.0",
"ajv": "^8.12.0",
"chai": "^4.3.7",
"chai-string": "^1.5.0",
"cobertura-merge": "^1.0.4",
"es-module-shims": "^1.6.3",
"esbuild": "^0.16.16",
"glob": "^8.0.3",
"esbuild": "^0.17.6",
"glob": "^8.1.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"rollup-plugin-visualizer": "^5.9.0",
"sinon": "^15.0.1",
"sinon-chai": "^3.7.0",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1",
"vite": "^4.0.4",
"vite": "^4.1.1",
"vite-plugin-banner": "^0.7.0"
},
"dependencies": {
"lit-html": "^2.5.0",
"lit-html": "^2.6.1",
"rxjs": "^7.8.0"
},
"peerDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/iconic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Versioning

- Development dependencies updated
- Typescript set to `^4.9.5` with yarn `3.4.1`
- Typescript set to `^4.9.4` with yarn `3.3.1`
- Typescript is set to `4.9.3` due to yarn berry temporary incompatibility

Expand Down
22 changes: 11 additions & 11 deletions packages/iconic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,31 +22,31 @@
"serve": "wds --node-resolve --watch"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-regular-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@open-wc/testing": "^3.1.7",
"@rollup/plugin-alias": "^4.0.2",
"@rollup/plugin-alias": "^4.0.3",
"@rollup/plugin-replace": "^5.0.2",
"@types/glob": "^8.0.0",
"@types/glob": "^8.0.1",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/node": "^18.13.0",
"@types/prop-types": "^15.7.5",
"@types/react": "^18.0.26",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/requirejs": "^2.1.34",
"@web/dev-server": "^0.1.35",
"@web/dev-server-esbuild": "^0.3.3",
"@web/dev-server-import-maps": "^0.0.7",
"@web/dev-server-rollup": "^0.3.19",
"@web/dev-server-rollup": "^0.3.21",
"@web/test-runner": "^0.15.0",
"@web/test-runner-playwright": "^0.9.0",
"esbuild": "^0.16.16",
"glob": "^8.0.3",
"esbuild": "^0.17.6",
"glob": "^8.1.0",
"prop-types": "^15.8.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"peerDependencies": {
"react": ">=17"
Expand Down
5 changes: 5 additions & 0 deletions packages/interfaces/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Versioning

- Development dependencies updated
- Typescript set to `^4.9.5` with yarn `3.4.1`

## [1.0.2] - 2023-01-12

### Added
Expand Down
20 changes: 10 additions & 10 deletions packages/interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,26 @@
},
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/eslint": "^8.4.10",
"@types/glob": "^8.0.0",
"@types/eslint": "^8.21.0",
"@types/glob": "^8.0.1",
"@types/mkdirp": "^1.0.2",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/node": "^18.13.0",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"axios": "^1.2.2",
"axios": "^1.3.2",
"chai": "^4.3.7",
"esbuild": "^0.16.16",
"eslint": "^8.31.0",
"glob": "^8.0.3",
"json-schema-to-typescript": "^11.0.2",
"mkdirp": "^1.0.4",
"esbuild": "^0.17.6",
"eslint": "^8.33.0",
"glob": "^8.1.0",
"json-schema-to-typescript": "^11.0.3",
"mkdirp": "^2.1.3",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"postcss": "^8.4.21",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"engines": {
"node": ">=16.17.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/interfaces/scripts/make-types.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { fileURLToPath } from 'url'

import { ESLint } from 'eslint'
import { compileFromFile } from 'json-schema-to-typescript'
import mkdirp from 'mkdirp'
import { mkdirp } from 'mkdirp'

const __dirname = dirname(fileURLToPath(import.meta.url))
const schemasDirPath = resolve(__dirname, '../schemas')
Expand Down
6 changes: 6 additions & 0 deletions packages/layout/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Versioning

- Development dependencies updated
- Typescript set to `^4.9.5` with yarn `3.4.1`
- `lit` to `^2.6.1`

## [2.0.0] - 2023-02-09

### BREAKING CHANGES
Expand Down
58 changes: 29 additions & 29 deletions packages/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,49 +55,49 @@
"@ctrl/tinycolor": "^3.5.0",
"@micro-lc/iconic": "workspace:*",
"antd": "^4.24.7",
"lit": "^2.5.0",
"lit": "^2.6.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@micro-lc/interfaces": "workspace:*",
"@micro-lc/orchestrator": "workspace:*",
"@open-wc/testing": "^3.1.7",
"@rollup/plugin-replace": "^5.0.2",
"@storybook/addon-actions": "^6.5.15",
"@storybook/addon-backgrounds": "^6.5.15",
"@storybook/addon-docs": "^6.5.15",
"@storybook/addon-essentials": "^6.5.15",
"@storybook/addon-links": "^6.5.15",
"@storybook/addon-measure": "^6.5.15",
"@storybook/addon-outline": "^6.5.15",
"@storybook/addons": "^6.5.15",
"@storybook/builder-vite": "^0.2.7",
"@storybook/client-api": "^6.5.15",
"@storybook/client-logger": "^6.5.15",
"@storybook/core-common": "^6.5.15",
"@storybook/theming": "^6.5.15",
"@storybook/web-components": "^6.5.15",
"@types/babel__core": "^7.1.20",
"@types/glob": "^8.0.0",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-backgrounds": "^6.5.16",
"@storybook/addon-docs": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/addon-measure": "^6.5.16",
"@storybook/addon-outline": "^6.5.16",
"@storybook/addons": "^6.5.16",
"@storybook/builder-vite": "^0.4.0",
"@storybook/client-api": "^6.5.16",
"@storybook/client-logger": "^6.5.16",
"@storybook/core-common": "^6.5.16",
"@storybook/theming": "^6.5.16",
"@storybook/web-components": "^6.5.16",
"@types/babel__core": "^7.20.0",
"@types/glob": "^8.0.1",
"@types/json-schema": "^7.0.11",
"@types/lodash-es": "^4.17.6",
"@types/mocha": "^10.0.1",
"@types/react": "^18.0.26",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/sinon": "^10.0.13",
"@web/dev-server-esbuild": "^0.3.3",
"@web/dev-server-rollup": "^0.3.19",
"@web/dev-server-rollup": "^0.3.21",
"@web/test-runner": "^0.15.0",
"@web/test-runner-playwright": "^0.9.0",
"cssnano": "^5.1.14",
"esbuild": "^0.16.16",
"glob": "^8.0.3",
"json-schema-to-typescript": "^11.0.2",
"esbuild": "^0.17.6",
"glob": "^8.1.0",
"json-schema-to-typescript": "^11.0.3",
"less": "^4.1.3",
"mocha": "^10.2.0",
"postcss": "^8.4.21",
Expand All @@ -106,12 +106,12 @@
"sinon": "^15.0.1",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"vite": "^4.0.4",
"typescript": "^4.9.5",
"vite": "^4.1.1",
"vite-plugin-banner": "^0.7.0",
"vite-plugin-dynamic-import": "^1.2.4",
"vite-plugin-dynamic-import": "^1.2.7",
"vite-plugin-replace": "^0.1.1",
"vite-tsconfig-paths": "^4.0.3"
"vite-tsconfig-paths": "^4.0.5"
},
"engines": {
"node": ">=16.17.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/orchestrator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Versioning

- Development dependencies updated
- Typescript set to `^4.9.5` with yarn `3.4.1`
- `qiankun` to `^2.9.1`

### Added

- `onload` of `micro-lc` is called after a successful reroute
Expand Down
Loading

0 comments on commit 4a99042

Please sign in to comment.