зеркало из https://github.com/microsoft/rnx-kit.git
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:
Родитель
19f4963aa0
Коммит
f8ff32fce8
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче