RELEASING: Releasing 3 package(s) (#2637)

Releases:
  @rnx-kit/react-native-lazy-index@3.0.0
  @rnx-kit/esbuild-bundle-analyzer@0.2.0
  @rnx-kit/eslint-plugin@0.5.0

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
React Native SDK Bot 2023-08-30 08:44:01 +02:00 коммит произвёл GitHub
Родитель 19f4963aa0
Коммит f8ff32fce8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
12 изменённых файлов: 50 добавлений и 52 удалений

Просмотреть файл

@ -1,22 +0,0 @@
---
"@rnx-kit/react-native-lazy-index": major
---
Removed elements that made the plugin confusing.
- Scanning capability has been removed in favour of explicit declaration.
- Experiences can now be passed directly to the plugin in `index.js`:
```js
// @codegen
module.exports = require("@rnx-kit/react-native-lazy-index")({
// declare experiences here
});
```
This should makes it more obvious to users that codegen is happening in this
file. Check the `README` for an example.
- Experiences can still be declared in `package.json`. Just don't pass anything
to the plugin:
```js
// @codegen
module.exports = require("@rnx-kit/react-native-lazy-index")();
```

Просмотреть файл

@ -1,5 +0,0 @@
---
"@rnx-kit/react-native-lazy-index": patch
---
Update error messages to reflect the latest changes

Просмотреть файл

@ -1,5 +0,0 @@
---
"@rnx-kit/esbuild-bundle-analyzer": minor
---
Cleaner and more accurate Webpack stats

Просмотреть файл

@ -1,13 +0,0 @@
---
"@rnx-kit/eslint-plugin": minor
---
Bumped typescript-eslint to v6.
typescript-eslint v6 contains breaking changes! The most notable ones are:
- Dropped support for Node 12 and 14.
- Dropped support for ESLint v6.
For full details, see their announcement:
https://typescript-eslint.io/blog/announcing-typescript-eslint-v6

Просмотреть файл

@ -1,2 +0,0 @@
---
---

Просмотреть файл

@ -1,2 +0,0 @@
---
---

Просмотреть файл

@ -1,5 +1,11 @@
# @rnx-kit/esbuild-bundle-analyzer
## 0.2.0
### Minor Changes
- 19f4963a: Cleaner and more accurate Webpack stats
## 0.1.0
### Minor Changes

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rnx-kit/esbuild-bundle-analyzer",
"version": "0.1.0",
"version": "0.2.0",
"description": "EXPERIMENTAL - USE WITH CAUTION - A tool for analyzing an esbuild bundle/metafile",
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/incubator/esbuild-bundle-analyzer#readme",
"license": "MIT",

Просмотреть файл

@ -1,5 +1,19 @@
# Change Log - @rnx-kit/eslint-plugin
## 0.5.0
### Minor Changes
- 950fcf0a: Bumped typescript-eslint to v6.
typescript-eslint v6 contains breaking changes! The most notable ones are:
- Dropped support for Node 12 and 14.
- Dropped support for ESLint v6.
For full details, see their announcement:
https://typescript-eslint.io/blog/announcing-typescript-eslint-v6
## 0.4.2
### Patch Changes

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rnx-kit/eslint-plugin",
"version": "0.4.2",
"version": "0.5.0",
"description": "A set of ESLint rules for React developers",
"keywords": [
"eslint",

Просмотреть файл

@ -1,5 +1,32 @@
# @rnx-kit/react-native-lazy-index
## 3.0.0
### Major Changes
- a3b3a189: Removed elements that made the plugin confusing.
- Scanning capability has been removed in favour of explicit declaration.
- Experiences can now be passed directly to the plugin in `index.js`:
```js
// @codegen
module.exports = require("@rnx-kit/react-native-lazy-index")({
// declare experiences here
});
```
This should makes it more obvious to users that codegen is happening in this
file. Check the `README` for an example.
- Experiences can still be declared in `package.json`. Just don't pass anything
to the plugin:
```js
// @codegen
module.exports = require("@rnx-kit/react-native-lazy-index")();
```
### Patch Changes
- a669c021: Update error messages to reflect the latest changes
## 2.2.0
### Minor Changes

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@rnx-kit/react-native-lazy-index",
"version": "2.2.0",
"version": "3.0.0",
"description": "Hermes/RAM bundle friendly index.js with on-demand loaded modules",
"keywords": [
"babel",