Skip to content

Commit

Permalink
Add changesets (FredKSchott#3516)
Browse files Browse the repository at this point in the history
  • Loading branch information
drwpow authored Jun 30, 2021
1 parent 06eb439 commit 8c539bb
Show file tree
Hide file tree
Showing 21 changed files with 1,214 additions and 540 deletions.
8 changes: 8 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
10 changes: 10 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["@snowpack/test-*"]
}
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog

## Version 3.x

The CHANGELOG.md for the current 3.x version of Snowpack is maintained in the `/snowpack` directory at: https://github.com/snowpackjs/snowpack/blob/main/snowpack/CHANGELOG.md

## Version 2.x
The CHANGELOG.md for version 2.x is currently maintained in a discussion so that you can subscribe for updates:

The CHANGELOG.md for version 2.x is currently maintained in a discussion so that you can subscribe for updates:
**https://github.com/snowpackjs/snowpack/discussions/1183**
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,12 @@ Some tips for creating your first pull request:
- Link to any relevant issues, discussions, or past PRs.
- Add accompanying tests if applicable.
- Ensure all tests have been passed.
- Be sure to add a [changesets][changesets] message along with your commit! Our friendly 🤖 bot will help guide you with more instructions.

## Discussion

[Join the Pika Discord][discord]

[changesets]: https://github.com/atlassian/changesets
[discord]: https://discord.gg/rS8SnRk
[discussion]: https://github.com/snowpackjs/snowpack/discussions
131 changes: 77 additions & 54 deletions esinstall/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,78 +1,101 @@
# Changelog
# esinstall

> _For older releases, check our curated [release update thread](https://github.com/snowpackjs/snowpack/discussions/1183) or the raw [commit history](https://github.com/snowpackjs/snowpack/commits/main/esinstall)._
## 1.1.6

<!-- add changelog entries here - do not delete! -->
### Patch Changes

## [email protected] [2021-06-22]
- fb7eaaa4: Allow `external` CommonJS modules to be imported properly in Node (#3473) <Matthew Phillips>
- 1dac52b3: [ci] yarn format <matthewp>
- afc6232f: Allow .astro files to be installed as JavaScript (#3406) <Matthew Phillips>

* fb7eaaa4 - Allow `external` CommonJS modules to be imported properly in Node (#3473) <Matthew Phillips>
* 1dac52b3 - [ci] yarn format <matthewp>
* afc6232f - Allow .astro files to be installed as JavaScript (#3406) <Matthew Phillips>
## 1.1.5

## [email protected] [2021-06-01]
### Patch Changes

* c659b7c3 - [ci] yarn format <natemoo-re>
* b375b8a3 - Fix `external` behavior for local package source and SSR. (#3399) <Nate Moore>
* 068b7d75 - Set `preventAssignment` option of rollup-plugin-replace to true (#3222) <Ian VanSchooten>
* d9956f73 - add explicit "mode" config (#3135)
- c659b7c3: [ci] yarn format <natemoo-re>
- b375b8a3: Fix `external` behavior for local package source and SSR. (#3399) <Nate Moore>
- 068b7d75: Set `preventAssignment` option of rollup-plugin-replace to true (#3222) <Ian VanSchooten>
- d9956f73: add explicit "mode" config (#3135)

## esinstall@1.1.4 [2021-04-05]
## 1.1.4

* 9eb50368 - update deps (#2928)
* d542762a - Add execa dependency for esinstall (#3075) <Matthew Phillips>
### Patch Changes

## [email protected] [2021-04-01]
- 9eb50368: update deps (#2928)
- d542762a: Add execa dependency for esinstall (#3075) <Matthew Phillips>

* 332d69ed - Adding property expr to solve #2945 (#3063) <Nahuel Veron>
## 1.1.3

## [email protected] [2021-03-31]
### Patch Changes

* 56c5a231 - fix typo in changelog
* 836338b5 - add react-transition-group to bad cjs scanner list
* 22dd802e - no longer need tslib workaround
* 74c4661e - add "events" to bad cjs scanning packages list
* 40f02cf4 - reorder changelog entries
* fc6c1417 - Improve CSS error message (#2973) <Drew Powers>
- 332d69ed: Adding property expr to solve #2945 (#3063) <Nahuel Veron>

## esinstall@1.1.1 [2021-03-20]
## 1.1.2

* e50cb745 - fix better handling for unscannable cjs packages
* 1232e252 - add back cjs-cjs compat from an earlier pr (#2934)
### Patch Changes

## [email protected] [2021-03-19]
- 56c5a231: fix typo in changelog
- 836338b5: add react-transition-group to bad cjs scanner list
- 22dd802e: no longer need tslib workaround
- 74c4661e: add "events" to bad cjs scanning packages list
- 40f02cf4: reorder changelog entries
- fc6c1417: Improve CSS error message (#2973) <Drew Powers>

* a800bf3d - finalize picomatch support (#2912)
* b2738967 - improve cjs<>esm conversion of named exports (#2859)
* c3ecc7da - [ci] yarn format <natemoo-re>
* 92057561 - Fix: warn on missing export (#2826) <Nate Moore>
* bea1c56c - Simplify. cleanup, enhance snowpack internals (#2707)
* 6f514a0d - [ci] yarn format <matthewp>
* 8280627d - fix issue with types package (#2768)
* bb1ca50a - url not needed in esinstall
* 19cdf5ca - ignore data imports from build or scan
* 435692d0 - make stats optional, speed up perf (#2708)
* b82c472e - [ci] yarn format
* 81d9ff88 - fix unnecessary filtering of absolute aliases (#2424) <Jon Rimmer>
* c0501f72 - [ci] yarn format <matthewp>
* d3b6f769 - Support packages that use export maps but have no main (#2659) <Matthew Phillips>
* 520112b6 - Update the changelog <Matthew Phillips>
## 1.1.1

## [email protected] [2021-02-04]
### Patch Changes

* ec3c29fd - Pin rollup version to fix tree shaking bugs (#2572) <Matthew Phillips>
* 4ffc1c10 - add support for internal export map imports (#2507)
- e50cb745: fix better handling for unscannable cjs packages
- 1232e252: add back cjs-cjs compat from an earlier pr (#2934)

## [email protected] [2021-01-27]
## 1.1.0

* 150cdf30 - Fix explodeExportMap expanding dirs (#2493) <Drew Powers>
* 977621dc - properly scan named imports from events polyfill package
### Minor Changes

## [email protected] [2021-01-16]
- bea1c56c: Simplify. cleanup, enhance snowpack internals (#2707)

- 6b105339 - add esinstall missing import hint (#2299)
- 15a27ac9 - support additional main fields in sub-dependencies (#2298) <Aaron Ross>
### Patch Changes

## [email protected] [2021-01-13]
- a800bf3d: finalize picomatch support (#2912)
- b2738967: improve cjs<>esm conversion of named exports (#2859)
- c3ecc7da: [ci] yarn format <natemoo-re>
- 92057561: Fix: warn on missing export (#2826) <Nate Moore>
- 6f514a0d: [ci] yarn format <matthewp>
- 8280627d: fix issue with types package (#2768)
- bb1ca50a: url not needed in esinstall
- 19cdf5ca: ignore data imports from build or scan
- 435692d0: make stats optional, speed up perf (#2708)
- b82c472e: [ci] yarn format
- 81d9ff88: fix unnecessary filtering of absolute aliases (#2424) <Jon Rimmer>
- c0501f72: [ci] yarn format <matthewp>
- d3b6f769: Support packages that use export maps but have no main (#2659) <Matthew Phillips>
- 520112b6: Update the changelog <Matthew Phillips>

- 15d77ea3 - cleanup
## 1.0.5

### Patch Changes

- ec3c29fd: Pin rollup version to fix tree shaking bugs (#2572) <Matthew Phillips>
- 4ffc1c10: add support for internal export map imports (#2507)

## 1.0.4

### Patch Changes

- 150cdf30: Fix explodeExportMap expanding dirs (#2493) <Drew Powers>
- 977621dc: properly scan named imports from events polyfill package

## 1.0.3

### Patch Changes

- 6b105339: add esinstall missing import hint (#2299)
- 15a27ac9: support additional main fields in sub-dependencies (#2298) <Aaron Ross>

## 1.0.2

### Patch Changes

- 15d77ea3: cleanup

_For older releases, check our curated [release update thread](https://github.com/snowpackjs/snowpack/discussions/1183) or the raw [commit history](https://github.com/snowpackjs/snowpack/commits/main/esinstall)._
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"test/esinstall/*"
],
"devDependencies": {
"@changesets/cli": "^2.16.0",
"@rollup/plugin-alias": "^3.0.1",
"@skypack/package-check": "^0.2.0",
"@types/babel__traverse": "^7.0.7",
Expand Down
14 changes: 7 additions & 7 deletions plugins/plugin-babel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Changelog
# @snowpack/plugin-babel

> *For older releases, check our curated [release update thread](https://github.com/snowpackjs/snowpack/discussions/1183) or the raw [commit history](https://github.com/snowpackjs/snowpack/commits/main/plugins/plugin-babel).*
## 2.1.7

<!-- add changelog entries here - do not delete! -->
### Patch Changes

## @snowpack/plugin-babel@2.1.7 [2021-03-31]
- b34b011a: update babel plugin to support process.env packages
- ecd6ce07: Fix undefined accessor errors using @snowpack/plugin-babel with snowpack 3.1.x (#3000) <Christian Gaetano>
- 48ced185: Update plugin-babel readme (#2574) <Ben Scott>

* b34b011a - update babel plugin to support process.env packages
* ecd6ce07 - Fix undefined accessor errors using @snowpack/plugin-babel with snowpack 3.1.x (#3000) <Christian Gaetano>
* 48ced185 - Update plugin-babel readme (#2574) <Ben Scott>
_For older releases, check our curated [release update thread](https://github.com/snowpackjs/snowpack/discussions/1183) or the raw [commit history](https://github.com/snowpackjs/snowpack/commits/main/plugins/plugin-babel)._
17 changes: 10 additions & 7 deletions plugins/plugin-dotenv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Changelog
# @snowpack/plugin-dotenv

> *For older releases, check our curated [release update thread](https://github.com/snowpackjs/snowpack/discussions/1183) or the raw [commit history](https://github.com/snowpackjs/snowpack/commits/main/plugins/plugin-dotenv).*
## 2.1.0

<!-- add changelog entries here - do not delete! -->
### Minor Changes

## @snowpack/plugin-dotenv@2.1.0 [2021-03-31]
- 38031e7e: Add options to plugin-dotenv (#2917) <dishuostec>

* ad8de420 - [ci] yarn format <drwpow>
* 38031e7e - Add options to plugin-dotenv (#2917) <dishuostec>
* ae4c04bd - Updated link; reference page had moved (#2646) <ericrinaldo>
### Patch Changes

- ad8de420: [ci] yarn format <drwpow>
- ae4c04bd: Updated link; reference page had moved (#2646) <ericrinaldo>

_For older releases, check our curated [release update thread](https://github.com/snowpackjs/snowpack/discussions/1183) or the raw [commit history](https://github.com/snowpackjs/snowpack/commits/main/plugins/plugin-dotenv)._
37 changes: 21 additions & 16 deletions plugins/plugin-optimize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,29 @@
# Changelog
# @snowpack/plugin-optimize

> _For older releases, check our curated [release update thread](https://github.com/snowpackjs/snowpack/discussions/1183) or the raw [commit history](https://github.com/snowpackjs/snowpack/commits/main/plugins/plugin-optimize)._
## 0.2.13

### Patch Changes

## @snowpack/plugin-optimize@0.2.13 [2021-01-16]
- 63f0d8d7: add mkdirp to plugin-optimize
- a65023e2: [ci] yarn format

- 63f0d8d7 - add mkdirp to plugin-optimize
- a65023e2 - [ci] yarn format
## 0.2.12

## @snowpack/plugin-optimize@0.2.12 [2021-01-13]
### Patch Changes

- 3eca3476 - [ci] yarn format
- 916b18a0 - mark plugin-optimize as no longer private
- 3eca3476: [ci] yarn format
- 916b18a0: mark plugin-optimize as no longer private

## @snowpack/plugin-optimize@0.2.11 [2021-01-13]
## 0.2.11

- 03bba7e6 - update post
- ee9e90e7 - skip plugin optimize tests
- d45e91ca - Fix deprecated option causing tests to fail (#2258) <David Bailey>
- c0735b36 - fix: deprecated config in @snowpack/plugin-optimize (#2251) <Fabian Krutsch>
- 9515ef50 - make optimize plugin private
- 1c2a2094 - update lockfile
- e2c2d5f4 - final cleanup, tests passing
### Patch Changes

- 03bba7e6: update post
- ee9e90e7: skip plugin optimize tests
- d45e91ca: Fix deprecated option causing tests to fail (#2258) <David Bailey>
- c0735b36: fix: deprecated config in @snowpack/plugin-optimize (#2251) <Fabian Krutsch>
- 9515ef50: make optimize plugin private
- 1c2a2094: update lockfile
- e2c2d5f4: final cleanup, tests passing

_For older releases, check our curated [release update thread](https://github.com/snowpackjs/snowpack/discussions/1183) or the raw [commit history](https://github.com/snowpackjs/snowpack/commits/main/plugins/plugin-optimize)._
63 changes: 38 additions & 25 deletions plugins/plugin-postcss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,58 @@
# Changelog
# @snowpack/plugin-postcss

> *For older releases, check our curated [release update thread](https://github.com/snowpackjs/snowpack/discussions/1183) or the raw [commit history](https://github.com/snowpackjs/snowpack/commits/main/plugins/plugin-postcss).*
## 1.4.3

<!-- add changelog entries here - do not delete! -->
### Patch Changes

## @snowpack/plugin-postcss@1.4.3 [2021-06-25]
- 8cdad981: [ci] yarn format <matthewp>
- f9fc09a8: Provide the 'from' filename when processing postcss (#3493) <Matthew Phillips>

* 8cdad981 - [ci] yarn format <matthewp>
* f9fc09a8 - Provide the 'from' filename when processing postcss (#3493) <Matthew Phillips>
## 1.4.2

## @snowpack/plugin-postcss@1.4.2 [2021-06-24]
### Patch Changes

* a6b3b71f - Allow srcPath fallback for older versions of Snowpack (#3484) <Drew Powers>
* 33cd5648 - Pass real filepath to transform plugins (#3483) <Drew Powers>
* b87534b2 - Remove postcss-cli from plugin-postcss docs (#3412) <Adam Burgess>
- a6b3b71f: Allow srcPath fallback for older versions of Snowpack (#3484) <Drew Powers>
- 33cd5648: Pass real filepath to transform plugins (#3483) <Drew Powers>
- b87534b2: Remove postcss-cli from plugin-postcss docs (#3412) <Adam Burgess>

## @snowpack/plugin-postcss@1.4.1 [2021-06-07]
## 1.4.1

* bc56243c - [PostCSS] Support `glob` property in `dir-dependency` messages (#3404) <Brad Cornes>
### Patch Changes

## @snowpack/plugin-postcss@1.4.0 [2021-05-21]
- bc56243c: [PostCSS] Support `glob` property in `dir-dependency` messages (#3404) <Brad Cornes>

* 4f9da737 - Feat: Allow dynamic config in @snowpack/plugin-postcss (#3344) <Drew Powers>
* 1823b35f - Chore: update docs to refer to snowpack.config.mjs (#3341) <Drew Powers>
## 1.4.0

## @snowpack/plugin-postcss@1.3.0 [2021-05-20]
### Minor Changes

* b5bd57f8 - Add support for PostCSS dependency messages (#3309) <Brad Cornes>
- 4f9da737: Feat: Allow dynamic config in @snowpack/plugin-postcss (#3344) <Drew Powers>

## @snowpack/plugin-postcss@1.2.2 [2021-03-31]
### Patch Changes

* 56c5a231 - fix typo in changelog
* 40f02cf4 - reorder changelog entries
- 1823b35f: Chore: update docs to refer to snowpack.config.mjs (#3341) <Drew Powers>

## @snowpack/plugin-postcss@1.2.1 [2021-03-19]
## 1.3.0

* 8ac85f6d - postcss: add filepath to id
### Minor Changes

- b5bd57f8: Add support for PostCSS dependency messages (#3309) <Brad Cornes>

## @snowpack/plugin-postcss@1.2.0 [2021-03-16]
## 1.2.2

* 21461ce5 - Update @snowpack/plugin-postcss API (#2854) <Drew Powers>
* 68a66d4e - plugin-postcss: Use API and threadpool instead of CLI. (#2165) <Josh Wilson>
### Patch Changes

- 56c5a231: fix typo in changelog
- 40f02cf4: reorder changelog entries

## 1.2.1

### Patch Changes

- 8ac85f6d: postcss: add filepath to id

## 1.2.0 [2021-03-16]

- 21461ce5: Update @snowpack/plugin-postcss API (#2854) <Drew Powers>
- 68a66d4e: plugin-postcss: Use API and threadpool instead of CLI. (#2165) <Josh Wilson>

_For older releases, check our curated [release update thread](https://github.com/snowpackjs/snowpack/discussions/1183) or the raw [commit history](https://github.com/snowpackjs/snowpack/commits/main/plugins/plugin-postcss)._
Loading

0 comments on commit 8c539bb

Please sign in to comment.