Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Add linting, GitHub Actions, package meta #5

Merged
merged 4 commits into from
May 13, 2020

Conversation

evelynhathaway
Copy link
Member

Package meta:

  • Corrected to non-production-ready version
  • Add Corbin's URL
  • npm update
  • move deps to to peers and non-dev (are these correct?)
  • engines and files properties
  • README.md shell

Package meta:
- Corrected to non-production-ready version
- Add Corbin's URL
- npm update
- move deps to to peers and non-dev (are these correct?)
- engines and files properties
- README.md shell
plugin/index.js Outdated Show resolved Hide resolved
Gimme that npm ci pls
@evelynhathaway
Copy link
Member Author

This PR is GTG on my end. The only issue is the unused function. I'm chill with keeping it if we'll use it later.

@evelynhathaway evelynhathaway merged commit b02d265 into babel-plugin May 13, 2020
@evelynhathaway evelynhathaway deleted the babel-meta branch May 13, 2020 01:55
github-actions bot pushed a commit that referenced this pull request Jul 19, 2020
## v1.0.0

**2020-07-19**

### ✨ Feature

- Proxify meta traps, mutation property tracing, new traps [`9fce41e`](9fce41e)

### ⚡ Improvement

- Adding setter and getter apply traps, fixing bugs, more tests [`cff66e0`](cff66e0)
- Better property paths for errors, using dummyTarget for read-only support [`594395f`](594395f)

### 📄 Documentation

- Add caveats and alternatives [`4c3ee6f`](4c3ee6f)
- Add usage documentation to README [`470bb1d`](470bb1d)

### 🐛 Fix

- Add linting, GitHub Actions, package meta [`1b51f3c`](1b51f3c)
- Fix descriptor recursive issue, better mutation tracing errors, many more tests [`f6ffa55`](f6ffa55)

### 📦 Package

- npm audit fix, npm update [`c18a7d6`](c18a7d6)
- npm update, fix lints [`c3b0712`](c3b0712)
- npm update, update lint [`7d6b6ad`](7d6b6ad)

### 🔧 Configuration

- Don't build in CI [`2e831c9`](2e831c9)

### Other

- Fix global variable name in tests [`6c469ee`](6c469ee)
- Merge pull request #16 from ceoss/eve-semrelease [`267e612`](267e612), closes [#16](#16)
- Initial work to get Babel Plugin working [`35e943b`](35e943b)
- Added initial detection of JS body, also initial work on proxy code [`8b3dbc2`](8b3dbc2)
- Got initial Program detection working [`a0ff8aa`](a0ff8aa)
- Got Proxy.js injection working [`8a507e7`](8a507e7)
- Merge pull request #13 from ceoss/noop-plugin [`a9423a2`](a9423a2), closes [#13](#13)
- Ninja away variable names [`d7cedfc`](d7cedfc)
- Detect variables to mutate [`bcd7263`](bcd7263)
- Merge pull request #12 from ceoss/eve-docs [`78f5b6e`](78f5b6e), closes [#12](#12)
- Merge pull request #11 from ceoss/eve-meta [`fdf050f`](fdf050f), closes [#11](#11)
- Merge pull request #10 from ceoss/eve-meta [`496e4a7`](496e4a7), closes [#10](#10)
- Merge pull request #9 from ceoss/upgrade-lint [`957e685`](957e685), closes [#9](#9)
- Added initial Jest config [`5b4397c`](5b4397c)
- Merge pull request #8 from evelynhathaway/proxy-apply-traps-tests [`333a252`](333a252), closes [#8](#8)
- Merge pull request #7 from evelynhathaway/babel-plugin [`93e6576`](93e6576), closes [#7](#7)
- Merge pull request #6 from evelynhathaway/no-flatmap [`47840b2`](47840b2), closes [#6](#6)
- "Can I use goofy commit names?" "Only if you squash 'em" [`1e72c1f`](1e72c1f)
- Fix CI [`e4cf24b`](e4cf24b)
- Remove flatmap [`05f84a3`](05f84a3)
- Merge pull request #5 from evelynhathaway/babel-meta [`b02d265`](b02d265), closes [#5](#5)
- Merge pull request #15 from ceoss/eve-dev [`659efbf`](659efbf), closes [#15](#15)
- Remove the module.exports from the proxy code [`dac339c`](dac339c)
- Added email to Corbin [`7f86ee6`](7f86ee6)
- Merge pull request #4 from evelynhathaway/babel-proxy-objs [`aec9b2f`](aec9b2f), closes [#4](#4)
- Merge branch 'babel-plugin' into babel-proxy-objs [`86decb9`](86decb9)
- Merge pull request #3 from evelynhathaway/babel-jest [`c64dff4`](c64dff4), closes [#3](#3)
- Added further examples to plugin test [`4b4f73e`](4b4f73e)
- Initial work on mutating the proxied functions [`d2757c9`](d2757c9)
- Added plugin testing [`c9b81c6`](c9b81c6)
- Merge pull request #2 from evelynhathaway/eve-proxify [`653494c`](653494c), closes [#2](#2)
- Merge pull request #1 from evelynhathaway/eve-meta [`08345b1`](08345b1), closes [#1](#1)
- fix PR suggestions [`3e6a83f`](3e6a83f)
- Initial noop commit [`007ebdc`](007ebdc)
- Add icon and readme package update [`b621263`](b621263)
- Add semantic release, lint-staged [`15d1d10`](15d1d10)
- added initial noop plugin [`7498dbe`](7498dbe)
- Move commitlint config extends from command to package.json [`da6ae2c`](da6ae2c)
- Release in CI, remove babel config [`9dd7524`](9dd7524)
- Remove extraneous foo.js [`c8dd104`](c8dd104)
- Remove unused void0 function [`1c1d444`](1c1d444)
- Setup ESLint, package.json, license [`5320a72`](5320a72)
- Use Node 10.x in CI [`978b26d`](978b26d)
@evelynhathaway
Copy link
Member Author

🎉 This PR is included in version 1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants