Skip to content

Commit

Permalink
Merge pull request #130 from core-ds/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
heymdall-legal authored Sep 25, 2023
2 parents f83846b + 77d92f0 commit 5457e3d
Show file tree
Hide file tree
Showing 7 changed files with 136 additions and 119 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-shirts-sin.md

This file was deleted.

44 changes: 25 additions & 19 deletions packages/arui-scripts-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,49 +1,55 @@
# @alfalab/scripts-modules

## 1.4.1

### Patch Changes

- [#129](https://github.com/core-ds/arui-scripts/pull/129) [`ca6dd72`](https://github.com/core-ds/arui-scripts/commit/ca6dd722843a82b550d78012a279f7ed59316809) Thanks [@heymdall-legal](https://github.com/heymdall-legal)! - Исправлена типизация для хуков загрузчика модулей

## 1.4.0

### Minor Changes

- [#98](https://github.com/core-ds/arui-scripts/pull/98) [`ed40587`](https://github.com/core-ds/arui-scripts/commit/ed4058763981be72124be3f29269563df748b627) Thanks [@heymdall-legal](https://github.com/heymdall-legal)! - - Добавлено описание типов для Factory-модулей, доступно как `FactoryModule`.
- [#98](https://github.com/core-ds/arui-scripts/pull/98) [`ed40587`](https://github.com/core-ds/arui-scripts/commit/ed4058763981be72124be3f29269563df748b627) Thanks [@heymdall-legal](https://github.com/heymdall-legal)! - - Добавлено описание типов для Factory-модулей, доступно как `FactoryModule`.

- Factory-модули теперь могут принимать `runParams` - отдельный параметр, который не будет передаваться на сервер, а
сразу будет попадать из клиента в клиент.
**Важно:** `runParams` теперь является первым аргументом для `run` функции.
- Factory-модули теперь могут принимать `runParams` - отдельный параметр, который не будет передаваться на сервер, а
сразу будет попадать из клиента в клиент.
**Важно:** `runParams` теперь является первым аргументом для `run` функции.

- Mountable модули теперь могут использовать запись вида `export default mountableModule;` вместо отдельных экспортов
`mount` и `unmount` функций.
- Mountable модули теперь могут использовать запись вида `export default mountableModule;` вместо отдельных экспортов
`mount` и `unmount` функций.

## 1.3.0

### Minor Changes

- [#94](https://github.com/core-ds/arui-scripts/pull/94) [`ad23eb0`](https://github.com/core-ds/arui-scripts/commit/ad23eb09e75080a3828f04c9a30a72ea19ddde59) Thanks [@sanityFair](https://github.com/sanityFair)! - ## В данном PR исправлены:
- [#94](https://github.com/core-ds/arui-scripts/pull/94) [`ad23eb0`](https://github.com/core-ds/arui-scripts/commit/ad23eb09e75080a3828f04c9a30a72ea19ddde59) Thanks [@sanityFair](https://github.com/sanityFair)! - ## В данном PR исправлены:

- Prototype pollution in webpack loader-utils Critical
- Improper Neutralization of Special Elements used in a Command in Shell-quote Critical
- json-schema is vulnerable to Prototype Pollution Critical
- Prototype Pollution in immer Critical (
- Для обновления пришлось вынести в плагины WatchMissingNodeModulesPlugin из react-dev-utils, так как в последней версии его убрали.)
- Prototype Pollution in handlebars Critical
- Prototype pollution in webpack loader-utils Critical
- Improper Neutralization of Special Elements used in a Command in Shell-quote Critical
- json-schema is vulnerable to Prototype Pollution Critical
- Prototype Pollution in immer Critical (
- Для обновления пришлось вынести в плагины WatchMissingNodeModulesPlugin из react-dev-utils, так как в последней версии его убрали.)
- Prototype Pollution in handlebars Critical

## 1.2.1

### Patch Changes

- [#71](https://github.com/core-ds/arui-scripts/pull/71) [`1f1fa45`](https://github.com/core-ds/arui-scripts/commit/1f1fa45d9d634d59e92169e4931b38e4945f2f92) Thanks [@chermashentsau](https://github.com/chermashentsau)! - Fix modules factory hook
- [#71](https://github.com/core-ds/arui-scripts/pull/71) [`1f1fa45`](https://github.com/core-ds/arui-scripts/commit/1f1fa45d9d634d59e92169e4931b38e4945f2f92) Thanks [@chermashentsau](https://github.com/chermashentsau)! - Fix modules factory hook

## 1.2.0

### Minor Changes

- [#67](https://github.com/core-ds/arui-scripts/pull/67) [`5f0b9bb`](https://github.com/core-ds/arui-scripts/commit/5f0b9bbb2ed995a8888492b389a5ad340e783d0a) Thanks [@chermashentsau](https://github.com/chermashentsau)! - Add factory modules support
- [#67](https://github.com/core-ds/arui-scripts/pull/67) [`5f0b9bb`](https://github.com/core-ds/arui-scripts/commit/5f0b9bbb2ed995a8888492b389a5ad340e783d0a) Thanks [@chermashentsau](https://github.com/chermashentsau)! - Add factory modules support

## 1.1.0

### Minor Changes

- [#56](https://github.com/core-ds/arui-scripts/pull/56) [`1c64198`](https://github.com/core-ds/arui-scripts/commit/1c641989791c4ff1e7a20d05c115f8a1d7817e30) Thanks [@heymdall-legal](https://github.com/heymdall-legal)! - Add modules support and various tools to work with them correctly.
- [#56](https://github.com/core-ds/arui-scripts/pull/56) [`1c64198`](https://github.com/core-ds/arui-scripts/commit/1c641989791c4ff1e7a20d05c115f8a1d7817e30) Thanks [@heymdall-legal](https://github.com/heymdall-legal)! - Add modules support and various tools to work with them correctly.

Modules provides a way to define reusable piece of code to consume from different applications.
Additional tooling provides a convenient way to consume this modules in applications.
Full documentation is available in [separate doc](https://github.com/core-ds/arui-scripts/blob/master/packages/arui-scripts/docs/modules.md).
Modules provides a way to define reusable piece of code to consume from different applications.
Additional tooling provides a convenient way to consume this modules in applications.
Full documentation is available in [separate doc](https://github.com/core-ds/arui-scripts/blob/master/packages/arui-scripts/docs/modules.md).
2 changes: 1 addition & 1 deletion packages/arui-scripts-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/scripts-modules",
"version": "1.4.0",
"version": "1.4.1",
"main": "./build/index.js",
"module": "./build/esm/index.js",
"typings": "./build/index.d.ts",
Expand Down
100 changes: 54 additions & 46 deletions packages/example-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,131 +1,139 @@
# example-modules

## 1.1.7

### Patch Changes

- Updated dependencies [[`ca6dd72`](https://github.com/core-ds/arui-scripts/commit/ca6dd722843a82b550d78012a279f7ed59316809)]:
- @alfalab/scripts-modules@1.4.1
- @alfalab/scripts-server@1.2.1

## 1.1.6

### Patch Changes

- Updated dependencies [[`8b6d9c7`](https://github.com/core-ds/arui-scripts/commit/8b6d9c75e1c466b82cd12edcdca3f8c3f1d56d3f), [`112b32a`](https://github.com/core-ds/arui-scripts/commit/112b32a5b642d3bd2dd96c24ce3c65c9908b4b03)]:
- [email protected]
- Updated dependencies [[`8b6d9c7`](https://github.com/core-ds/arui-scripts/commit/8b6d9c75e1c466b82cd12edcdca3f8c3f1d56d3f), [`112b32a`](https://github.com/core-ds/arui-scripts/commit/112b32a5b642d3bd2dd96c24ce3c65c9908b4b03)]:
- [email protected]

## 1.1.5

### Patch Changes

- Updated dependencies [[`c2c8382`](https://github.com/core-ds/arui-scripts/commit/c2c8382f809432dad79f8c9eae4db999f98a44d2)]:
- [email protected]
- Updated dependencies [[`c2c8382`](https://github.com/core-ds/arui-scripts/commit/c2c8382f809432dad79f8c9eae4db999f98a44d2)]:
- [email protected]

## 1.1.4

### Patch Changes

- Updated dependencies [[`a6d38a3`](https://github.com/core-ds/arui-scripts/commit/a6d38a3db0e9df0e9367395ae863bafd363710ce)]:
- [email protected]
- Updated dependencies [[`a6d38a3`](https://github.com/core-ds/arui-scripts/commit/a6d38a3db0e9df0e9367395ae863bafd363710ce)]:
- [email protected]

## 1.1.3

### Patch Changes

- Updated dependencies [[`332b437`](https://github.com/core-ds/arui-scripts/commit/332b437851900d288f6d98f191666d21e5571879), [`d314448`](https://github.com/core-ds/arui-scripts/commit/d3144488d9a93f1d664a1e90f769d0f8b76528b8)]:
- [email protected]
- Updated dependencies [[`332b437`](https://github.com/core-ds/arui-scripts/commit/332b437851900d288f6d98f191666d21e5571879), [`d314448`](https://github.com/core-ds/arui-scripts/commit/d3144488d9a93f1d664a1e90f769d0f8b76528b8)]:
- [email protected]

## 1.1.2

### Patch Changes

- Updated dependencies [[`06f382d`](https://github.com/core-ds/arui-scripts/commit/06f382d4cead2a4a3a9d7d9c3e340230040eb75e)]:
- [email protected]
- Updated dependencies [[`06f382d`](https://github.com/core-ds/arui-scripts/commit/06f382d4cead2a4a3a9d7d9c3e340230040eb75e)]:
- [email protected]

## 1.1.1

### Patch Changes

- Updated dependencies [[`ed40587`](https://github.com/core-ds/arui-scripts/commit/ed4058763981be72124be3f29269563df748b627), [`ed40587`](https://github.com/core-ds/arui-scripts/commit/ed4058763981be72124be3f29269563df748b627)]:
- @alfalab/scripts-server@1.2.1
- @alfalab/scripts-modules@1.4.0
- Updated dependencies [[`ed40587`](https://github.com/core-ds/arui-scripts/commit/ed4058763981be72124be3f29269563df748b627), [`ed40587`](https://github.com/core-ds/arui-scripts/commit/ed4058763981be72124be3f29269563df748b627)]:
- @alfalab/scripts-server@1.2.1
- @alfalab/scripts-modules@1.4.0

## 1.1.0

### Minor Changes

- [#94](https://github.com/core-ds/arui-scripts/pull/94) [`ad23eb0`](https://github.com/core-ds/arui-scripts/commit/ad23eb09e75080a3828f04c9a30a72ea19ddde59) Thanks [@sanityFair](https://github.com/sanityFair)! - ## В данном PR исправлены:
- [#94](https://github.com/core-ds/arui-scripts/pull/94) [`ad23eb0`](https://github.com/core-ds/arui-scripts/commit/ad23eb09e75080a3828f04c9a30a72ea19ddde59) Thanks [@sanityFair](https://github.com/sanityFair)! - ## В данном PR исправлены:

- Prototype pollution in webpack loader-utils Critical
- Improper Neutralization of Special Elements used in a Command in Shell-quote Critical
- json-schema is vulnerable to Prototype Pollution Critical
- Prototype Pollution in immer Critical (
- Для обновления пришлось вынести в плагины WatchMissingNodeModulesPlugin из react-dev-utils, так как в последней версии его убрали.)
- Prototype Pollution in handlebars Critical
- Prototype pollution in webpack loader-utils Critical
- Improper Neutralization of Special Elements used in a Command in Shell-quote Critical
- json-schema is vulnerable to Prototype Pollution Critical
- Prototype Pollution in immer Critical (
- Для обновления пришлось вынести в плагины WatchMissingNodeModulesPlugin из react-dev-utils, так как в последней версии его убрали.)
- Prototype Pollution in handlebars Critical

### Patch Changes

- Updated dependencies [[`ad23eb0`](https://github.com/core-ds/arui-scripts/commit/ad23eb09e75080a3828f04c9a30a72ea19ddde59)]:
- @alfalab/scripts-modules@1.3.0
- [email protected]
- @alfalab/scripts-server@1.2.0
- Updated dependencies [[`ad23eb0`](https://github.com/core-ds/arui-scripts/commit/ad23eb09e75080a3828f04c9a30a72ea19ddde59)]:
- @alfalab/scripts-modules@1.3.0
- [email protected]
- @alfalab/scripts-server@1.2.0

## 1.0.9

### Patch Changes

- Updated dependencies [[`1169f2d`](https://github.com/core-ds/arui-scripts/commit/1169f2d24e185f07644492054b2e40cc4cd75351)]:
- [email protected]
- Updated dependencies [[`1169f2d`](https://github.com/core-ds/arui-scripts/commit/1169f2d24e185f07644492054b2e40cc4cd75351)]:
- [email protected]

## 1.0.8

### Patch Changes

- Updated dependencies [[`33a1c60`](https://github.com/core-ds/arui-scripts/commit/33a1c60dceae7fa78ede8e073ccb7f57927c07b0), [`dcb6fd3`](https://github.com/core-ds/arui-scripts/commit/dcb6fd3a69a5877e43ae08e6330c8bbb0a095bb3)]:
- [email protected]
- Updated dependencies [[`33a1c60`](https://github.com/core-ds/arui-scripts/commit/33a1c60dceae7fa78ede8e073ccb7f57927c07b0), [`dcb6fd3`](https://github.com/core-ds/arui-scripts/commit/dcb6fd3a69a5877e43ae08e6330c8bbb0a095bb3)]:
- [email protected]

## 1.0.7

### Patch Changes

- Updated dependencies [[`d31109c`](https://github.com/core-ds/arui-scripts/commit/d31109c81a39173918bc17568b792b5fb1df06dc), [`4123653`](https://github.com/core-ds/arui-scripts/commit/41236530565511eceb86d6a950c338fc386b4848)]:
- [email protected]
- Updated dependencies [[`d31109c`](https://github.com/core-ds/arui-scripts/commit/d31109c81a39173918bc17568b792b5fb1df06dc), [`4123653`](https://github.com/core-ds/arui-scripts/commit/41236530565511eceb86d6a950c338fc386b4848)]:
- [email protected]

## 1.0.6

### Patch Changes

- Updated dependencies [[`2827327`](https://github.com/core-ds/arui-scripts/commit/2827327868addc654677c2fd79f6ef8da2f15ce8), [`3617329`](https://github.com/core-ds/arui-scripts/commit/361732947536ea14dab3c6e2f8285d7604f3f7a3)]:
- [email protected]
- Updated dependencies [[`2827327`](https://github.com/core-ds/arui-scripts/commit/2827327868addc654677c2fd79f6ef8da2f15ce8), [`3617329`](https://github.com/core-ds/arui-scripts/commit/361732947536ea14dab3c6e2f8285d7604f3f7a3)]:
- [email protected]

## 1.0.5

### Patch Changes

- Updated dependencies [[`1f1fa45`](https://github.com/core-ds/arui-scripts/commit/1f1fa45d9d634d59e92169e4931b38e4945f2f92)]:
- @alfalab/scripts-modules@1.2.1
- @alfalab/scripts-server@1.2.0
- Updated dependencies [[`1f1fa45`](https://github.com/core-ds/arui-scripts/commit/1f1fa45d9d634d59e92169e4931b38e4945f2f92)]:
- @alfalab/scripts-modules@1.2.1
- @alfalab/scripts-server@1.2.0

## 1.0.4

### Patch Changes

- Updated dependencies [[`5f0b9bb`](https://github.com/core-ds/arui-scripts/commit/5f0b9bbb2ed995a8888492b389a5ad340e783d0a)]:
- @alfalab/scripts-modules@1.2.0
- @alfalab/scripts-server@1.2.0
- Updated dependencies [[`5f0b9bb`](https://github.com/core-ds/arui-scripts/commit/5f0b9bbb2ed995a8888492b389a5ad340e783d0a)]:
- @alfalab/scripts-modules@1.2.0
- @alfalab/scripts-server@1.2.0

## 1.0.3

### Patch Changes

- Updated dependencies [[`eca6d00`](https://github.com/core-ds/arui-scripts/commit/eca6d0094d36f5041a2ad2c29c95e6099219c154)]:
- [email protected]
- Updated dependencies [[`eca6d00`](https://github.com/core-ds/arui-scripts/commit/eca6d0094d36f5041a2ad2c29c95e6099219c154)]:
- [email protected]

## 1.0.2

### Patch Changes

- Updated dependencies [[`82b0587`](https://github.com/core-ds/arui-scripts/commit/82b0587b9333193a6eaad3ed29b2d3a32745479c)]:
- [email protected]
- Updated dependencies [[`82b0587`](https://github.com/core-ds/arui-scripts/commit/82b0587b9333193a6eaad3ed29b2d3a32745479c)]:
- [email protected]

## 1.0.1

### Patch Changes

- Updated dependencies [[`1c64198`](https://github.com/core-ds/arui-scripts/commit/1c641989791c4ff1e7a20d05c115f8a1d7817e30)]:
- @alfalab/scripts-modules@1.1.0
- @alfalab/scripts-server@1.1.0
- [email protected]
- Updated dependencies [[`1c64198`](https://github.com/core-ds/arui-scripts/commit/1c641989791c4ff1e7a20d05c115f8a1d7817e30)]:
- @alfalab/scripts-modules@1.1.0
- @alfalab/scripts-server@1.1.0
- [email protected]
2 changes: 1 addition & 1 deletion packages/example-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-modules",
"version": "1.1.6",
"version": "1.1.7",
"private": true,
"scripts": {
"build:app": "arui-scripts build",
Expand Down
Loading

0 comments on commit 5457e3d

Please sign in to comment.