Skip to content

Commit

Permalink
Merge pull request #200 from chialab/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages (beta)
  • Loading branch information
edoardocavazza authored Nov 4, 2024
2 parents fd6db70 + 9a26085 commit ae010ef
Show file tree
Hide file tree
Showing 18 changed files with 320 additions and 250 deletions.
5 changes: 5 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,20 @@
"@chialab/wds-plugin-rna": "0.18.0"
},
"changesets": [
"clever-mirrors-tan",
"cold-crabs-rush",
"great-rules-boil",
"healthy-pets-destroy",
"kind-sloths-rush",
"long-hounds-think",
"nasty-flies-nail",
"ninety-falcons-agree",
"plenty-yaks-heal",
"pretty-experts-grin",
"purple-pianos-battle",
"rude-moles-repeat",
"shiny-cycles-crash",
"tame-avocados-serve",
"ten-bikes-fly",
"twelve-dragons-cover",
"wild-bees-reflect"
Expand Down
88 changes: 47 additions & 41 deletions packages/cjs-to-esm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,147 +1,153 @@
# @chialab/cjs-to-esm

## 0.19.0-beta.1

### Patch Changes

- 60e95b1: Fixes handling of CJS modules that export identifiers with spaces.

## 0.19.0-beta.0

### Minor Changes

- dfa2625: Migrate from sucrase to oxc parser.
- dfa2625: Migrate from sucrase to oxc parser.

### Patch Changes

- Updated dependencies [dfa2625]
- @chialab/estransform@0.19.0-beta.0
- Updated dependencies [dfa2625]
- @chialab/estransform@0.19.0-beta.0

## 0.18.0

### Minor Changes

- 9c0cad1: Bump to v0.18.0
- 9c0cad1: Bump to v0.18.0

### Patch Changes

- 1964b41: Set up required NodeJS version to 18.
- b46792d: Refactored CLI commands.
- 7aa2351: Update esbuild and other dependencies.
- Updated dependencies [9c0cad1]
- Updated dependencies [1964b41]
- Updated dependencies [b46792d]
- Updated dependencies [7aa2351]
- @chialab/estransform@0.18.0
- 1964b41: Set up required NodeJS version to 18.
- b46792d: Refactored CLI commands.
- 7aa2351: Update esbuild and other dependencies.
- Updated dependencies [9c0cad1]
- Updated dependencies [1964b41]
- Updated dependencies [b46792d]
- Updated dependencies [7aa2351]
- @chialab/estransform@0.18.0

## 0.18.0-alpha.1

### Patch Changes

- Update esbuild and other dependencies.
- Updated dependencies
- @chialab/estransform@0.18.0-alpha.1
- Update esbuild and other dependencies.
- Updated dependencies
- @chialab/estransform@0.18.0-alpha.1

## 0.18.0-alpha.0

### Minor Changes

- 6457004: Bump to v0.18.0
- 6457004: Bump to v0.18.0

### Patch Changes

- Updated dependencies [6457004]
- @chialab/estransform@0.18.0-alpha.0
- Updated dependencies [6457004]
- @chialab/estransform@0.18.0-alpha.0

## 0.17.11

### Patch Changes

- 437c8bda: Fix proxied Function prototype in umd wrapper.
- 437c8bda: Fix proxied Function prototype in umd wrapper.

## 0.17.10

### Patch Changes

- 98cbe1b2: Fix global proxied namespace, again.
- 98cbe1b2: Fix global proxied namespace, again.

## 0.17.9

### Patch Changes

- 7a284be6: Fix global proxied namespaces.
- 7a284be6: Fix global proxied namespaces.

## 0.17.8

### Patch Changes

- e640d893: Use proxy to collect UMD exports.
- e640d893: Use proxy to collect UMD exports.

## 0.17.7

### Patch Changes

- c3871f6d: Fix UMD convertion.
- a0c26bc0: Fix global helper in umd modules.
- c3871f6d: Fix UMD convertion.
- a0c26bc0: Fix global helper in umd modules.

## 0.17.6

### Patch Changes

- 433608a6: Fix umd case with factory invokation
- 433608a6: Fix umd case with factory invokation

## 0.17.5

### Patch Changes

- 908c8462: Convert only top level UMD
- 908c8462: Convert only top level UMD

## 0.17.4

### Patch Changes

- 9f11201e: Handle minified UMD modules
- Updated dependencies [9f11201e]
- @chialab/estransform@0.17.3
- 9f11201e: Handle minified UMD modules
- Updated dependencies [9f11201e]
- @chialab/estransform@0.17.3

## 0.17.3

### Patch Changes

- 88eb139d: Introduce a new algorithm to detect umd global variable
- Updated dependencies [88eb139d]
- @chialab/estransform@0.17.2
- 88eb139d: Introduce a new algorithm to detect umd global variable
- Updated dependencies [88eb139d]
- @chialab/estransform@0.17.2

## 0.17.2

### Patch Changes

- 83a0f22c: Correctly detect UMD export name
- 83a0f22c: Correctly detect UMD export name

## 0.17.1

### Patch Changes

- 76a7b9d: Make sure UMD module is not overwritten
- 76a7b9d: Make sure UMD module is not overwritten

## 0.17.0

### Minor Changes

- f975706: Move to esbuild 0.15
- f975706: Move to esbuild 0.15

### Patch Changes

- Updated dependencies [f975706]
- @chialab/estransform@0.17.0
- Updated dependencies [f975706]
- @chialab/estransform@0.17.0

## 0.16.1

### Patch Changes

- Correctly detect global object in cjs transformation.
- Correctly detect global object in cjs transformation.

## 0.16.0

### Minor Changes

- 02aac0b: Release 0.16.0
- 02aac0b: Release 0.16.0

### Patch Changes

- Updated dependencies [02aac0b]
- @chialab/estransform@0.16.0
- Updated dependencies [02aac0b]
- @chialab/estransform@0.16.0
2 changes: 1 addition & 1 deletion packages/cjs-to-esm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chialab/cjs-to-esm",
"type": "module",
"version": "0.19.0-beta.0",
"version": "0.19.0-beta.1",
"description": "A commonjs to esm converter.",
"main": "lib/index.js",
"typings": "./types/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/esbuild-plugin-commonjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @chialab/esbuild-plugin-commonjs

## 0.19.0-beta.2

### Patch Changes

- 60e95b1: Fixes handling of CJS modules that export identifiers with spaces.
- Updated dependencies [60e95b1]
- @chialab/cjs-to-esm@0.19.0-beta.1

## 0.19.0-beta.1

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/esbuild-plugin-commonjs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chialab/esbuild-plugin-commonjs",
"type": "module",
"version": "0.19.0-beta.1",
"version": "0.19.0-beta.2",
"description": "A commonjs to esm converter for esbuild.",
"main": "lib/index.js",
"typings": "./types/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"node": ">=18"
},
"dependencies": {
"@chialab/cjs-to-esm": "^0.19.0-beta.0",
"@chialab/cjs-to-esm": "^0.19.0-beta.1",
"@chialab/esbuild-rna": "^0.19.0-beta.1"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/esbuild-plugin-html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @chialab/esbuild-plugin-html

## 0.19.0-beta.4

### Patch Changes

- 048fb10: Use stable cheerio.
- 475a487: Add `extensions` and `preprocess` options to HTML plugin.

## 0.19.0-beta.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-html/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chialab/esbuild-plugin-html",
"type": "module",
"version": "0.19.0-beta.3",
"version": "0.19.0-beta.4",
"description": "A HTML loader plugin for esbuild.",
"main": "dist/index.js",
"typings": "./types/index.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/rna-bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @chialab/rna-bundler

## 0.19.0-beta.3

### Patch Changes

- cc20230: Add support for mapped entrypoints like esbuild does.
- 1c56855: Update esbuild constraint.
- Updated dependencies [cc20230]
- Updated dependencies [60e95b1]
- Updated dependencies [048fb10]
- Updated dependencies [475a487]
- @chialab/rna-config-loader@0.19.0-beta.1
- @chialab/esbuild-plugin-commonjs@0.19.0-beta.2
- @chialab/esbuild-plugin-html@0.19.0-beta.4

## 0.19.0-beta.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/rna-bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chialab/rna-bundler",
"type": "module",
"version": "0.19.0-beta.2",
"version": "0.19.0-beta.3",
"description": "A JavaScript, CSS and HTML bundler based on esbuild.",
"main": "lib/index.js",
"typings": "./types/index.d.ts",
Expand Down Expand Up @@ -31,14 +31,14 @@
},
"dependencies": {
"@chialab/esbuild-plugin-any-file": "^0.19.0-beta.0",
"@chialab/esbuild-plugin-commonjs": "^0.19.0-beta.1",
"@chialab/esbuild-plugin-commonjs": "^0.19.0-beta.2",
"@chialab/esbuild-plugin-env": "^0.19.0-beta.2",
"@chialab/esbuild-plugin-html": "^0.19.0-beta.2",
"@chialab/esbuild-plugin-html": "^0.19.0-beta.4",
"@chialab/esbuild-plugin-meta-url": "^0.19.0-beta.2",
"@chialab/esbuild-plugin-metadata": "^0.19.0-beta.2",
"@chialab/esbuild-plugin-worker": "^0.19.0-beta.0",
"@chialab/esbuild-rna": "^0.19.0-beta.2",
"@chialab/rna-config-loader": "^0.19.0-beta.0",
"@chialab/rna-config-loader": "^0.19.0-beta.1",
"@chialab/rna-logger": "^0.19.0-beta.0",
"esbuild": "^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0"
},
Expand Down
Loading

0 comments on commit ae010ef

Please sign in to comment.