wejendorp/angular-superagent 14
Angular wrapper for Superagent. Because Superagent!
Unit testing stubs for angular components
Tradeshift/eslint-config-tradeshift 4
ESLint Shareable Config for JavaScript Tradeshift Style
DocGroth/react-tradeshift-ui 2
React components and storybook for Tradeshift UI
ts.io - Tradeshift App Messaging Library
Very boring
push eventTradeshift/tradeshift-scripts
commit sha 35ec2650cb0d7e7e3d2a6c72c6851ac93df92ee1
chore: remove unused install/uninstall files
push time in a month
created tagTradeshift/tradeshift-scripts
Build tooling for tradeshift npm packages
created time in a month
push eventTradeshift/tradeshift-scripts
commit sha 1d1d94e7f835c7fd9251e1f3db5cfa628dd6a6f8
fix(pkg): add husky.js to files
push time in a month
pull request commentTradeshift/tradeshift-scripts
Update all the things (breaking release)
:tada: This PR is included in version 3.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
comment created time in a month
created tagTradeshift/tradeshift-scripts
Build tooling for tradeshift npm packages
created time in a month
push eventTradeshift/tradeshift-scripts
commit sha 375d853aa26bbf422cf98817464e50a97cc508a2
chore: set node v10.13 as lowest supported version BREAKING CHANGE: Removes support for node v8
commit sha 7eac8779ade8ee6cd89bccbea3919f631b43978f
chore(dev-deps): bump typescript from 3.7.0 to 4.0.3
commit sha dbe4bff8b48792e3450b31ed63e4b966d1d17288
fix(deps): bump yargs-parser from 10.1.0 to 20.2.0
commit sha 7c38621e9b989cae78ec2de4fd4fafba69a02422
fix(deps): bump semver from 6.3.0 to 7.3.2
commit sha 9fbf625fffee97942898bb85bbfdeb3b405c9310
fix(deps): bump mkdirp from 0.5.5 to 1.0.4
commit sha b914f2c091838d9f1145318c82c3f5d04e62adc1
fix(deps): bump eslint and related deps to eslint 7
commit sha ab2ea9ab16e567db065b1cbfc932e63405a1ca0a
fix(deps): bump cross-env from 6.0.3 to 7.0.2
commit sha fb20e2feae77faaf4329030f9c9ca35a6e634db1
fix(deps): bump env-ci from 4.5.2 to 5.0.2
commit sha dbbd87bae6705f48b75c70fb2e180266291b2af0
fix(deps): bump execa from 3.2.0 to 4.0.3
commit sha 3cd45c5283b2a77e3c8cbd58322a3f6ee5ffa3e0
fix(deps): update lint-staged from 8.2.1 to 10.4.0
commit sha bdb96cdc8ead50058b06f52b1ab5f6d60b6acf8a
fix(deps): update jest to v26 w/ related bumps
commit sha f3312779bd4179e1a4b354b6ea36ba796185d996
fix(deps): bump babel-plugin-module-resolver from 3.2.0 to 4.0.0
commit sha 7870b2fe98cc9729277a84fa8fe65b6094a71051
refac: remove rollup bundling BREAKING CHANGE: No longer supports bundling with build --bundle. Use rollup directly if needed.
commit sha 2ddafe367d0f825f9693f73ab39cedc5bdf0abac
fix(deps): bump husky from 0.14.3 to 4.3.0 BREAKING CHANGE: git hooks now requires husky configuration in package.json or in huskyrc file
commit sha 53b50647f4cfa5f24e64fcea3e406cdbc24d3e66
fix(husky): add ./husky.js and husky 4.0 config
push time in a month
PR merged Tradeshift/tradeshift-scripts
Motivation
Pending security issues, and a backlog of packages that are out of date.
Breaking changes
- Direct support for node 8 has been removed and set to 10.13 due to
env-ci. - Updating eslint to
v7w/ related config bump. - Bumping
jestfrom 24.x to 26.x has breaking changes related tojsdomversion, timers and module resolution. See v25 and v26 release notes. This might cause issues w/ different behavior in transpilation (babel-jest). - Removes rollup and therefore browser bundling support. Calls to
tradeshift-scripts build --bundlewill fail. lint-stagedbump breaks compat w/lintstagedrcformat, in favor of simplified format. Basically extract the matchers from the.linterskey, and removegit addcommands.
// .lintstagedrc
module.exports = {
linters: {
'*': ['tradeshift-scripts format']
}
};
// becomes
module.exports = {
'*': ['tradeshift-scripts format']
};
- Git hooks are now opt-in via
.huskyrc.js, after bumpinghuskyto v4.x. To opt in, add the following file to your repo:
// .huskyrc.js
module.exports = require('tradeshift-scripts/husky');
pr closed time in a month
push eventTradeshift/tradeshift-scripts
commit sha f51bde55bc643d510cc778561067945365d7ab3e
fix(deps): bump husky from 0.14.3 to 4.3.0 BREAKING CHANGE: git hooks now requires husky configuration in package.json or in huskyrc file
commit sha 28f33902fd9f6e14f1192bf8faa513d68fdb55ce
fix(husky): add ./husky.js and husky 4.0 config
push time in a month
push eventTradeshift/tradeshift-scripts
commit sha a2cef6b8aba4d70ad16bff90cbee9f71ba1ed6ea
refac: remove rollup bundling BREAKING CHANGE: No longer supports bundling with build --bundle. Use rollup directly if needed.
push time in a month
push eventTradeshift/tradeshift-scripts
commit sha d744afef375ee2a8fe70c5169d757579e4b75a30
fix(deps): update jest to v26 w/ related bumps
commit sha 066b0271928839fa363efcdf3ef39f4daab7a5b2
fix(deps): bump babel-plugin-module-resolver from 3.2.0 to 4.0.0
push time in a month
push eventTradeshift/tradeshift-scripts
commit sha e8eb8c8bd9a85ebb0fd7db2a07604a7f3c457991
chore: set node v10.13 as lowest supported version BREAKING CHANGE: Removes support for node v8
commit sha 0455c942da509905269e5842fb78ba7184af81ee
chore(dev-deps): bump typescript from 3.7.0 to 4.0.3
commit sha 1ee5b69d9f49caddb4f15b7cb8bd34c4a4fa0412
fix(deps): bump yargs-parser from 10.1.0 to 20.2.0
commit sha 457b7b896e91a1f1ee08254a68c8fd61cfc4188d
fix(deps): bump semver from 6.3.0 to 7.3.2
commit sha 4ce522450857426feda13b79a7a8904d0df1370d
fix(deps): bump mkdirp from 0.5.5 to 1.0.4
commit sha 412f0cb243c2990c3dd0df9cc65b54fe3edf9c7c
fix(deps): bump eslint and related deps to eslint 7
commit sha 8b9bfeab20fe66d8b6f2d1e670b168c6885e68ed
fix(deps): bump cross-env from 6.0.3 to 7.0.2
commit sha f508b4a939d6825a91ef1b21c7de23ab4bd92a8d
fix(deps): bump env-ci from 4.5.2 to 5.0.2
commit sha 1472597cebf47f61c3dc0d8a6f4e92da7569aad1
fix(deps): bump execa from 3.2.0 to 4.0.3
commit sha 18967dd012bbf2f248445caa2643ec9c3c7bf1c0
fix(deps): update lint-staged from 8.2.1 to 10.4.0
push time in a month
push eventTradeshift/tradeshift-scripts
commit sha 6ed79f94a73b297810ef9b936d82ca0d3bc96c91
fix(deps): bump yargs-parser from 10.1.0 to 20.2.0
commit sha 67b0e2af03ee2804f941d547dddaef6bc0518fd5
chore(dev-deps): bump typescript from 3.7.0 to 4.0.3
commit sha d6b0e534120ce4794ce75a9e58323ce5e493de7c
chore: set node v10 as lowest supported version BREAKING CHANGE: Removes support for node v8
commit sha 9f8bd76a24fa5c9e97f24635e29256f959c741d8
fix(deps): bump semver from 6.3.0 to 7.3.2
commit sha 99e05a136452c0415edb5e30c92989a76635f740
fix(deps): bump mkdirp from 0.5.5 to 1.0.4
commit sha 8c45d85d96fc54b138b80d9af3125f8763fb7a49
fix(deps): bump eslint and related deps to eslint 7
push time in a month
pull request commentTradeshift/eslint-config-tradeshift
build(deps): bump npm from 6.14.4 to 6.14.6
:tada: This PR is included in version 7.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
comment created time in a month
pull request commentTradeshift/eslint-config-tradeshift
build(deps): bump lodash from 4.17.15 to 4.17.19
:tada: This PR is included in version 7.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
comment created time in a month
pull request commentTradeshift/eslint-config-tradeshift
build(deps): bump node-fetch from 2.6.0 to 2.6.1
:tada: This PR is included in version 7.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
comment created time in a month
pull request commentTradeshift/eslint-config-tradeshift
Update dependencies and remove node8 support
:tada: This PR is included in version 7.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
comment created time in a month
created tagTradeshift/eslint-config-tradeshift
ESLint Shareable Config for JavaScript Tradeshift Style
created time in a month
push eventTradeshift/eslint-config-tradeshift
commit sha 7ba6d03219a5e604563417b2784e98580c86b1bd
build: dont install npm@latest
commit sha 4b1b796101f3d5c0380b93ebae7ab26cda7be094
chore: remove package-lock and add to gitignore
commit sha 3e478e28916f9db62febd83cb46f85039f6702ce
fix(deps): update all dependencies BREAKING CHANGE: removes support for node v8 through dependency bumps.
push time in a month
PR merged Tradeshift/eslint-config-tradeshift
pr closed time in a month
push eventTradeshift/eslint-config-tradeshift
commit sha a6f97f8ab789675d5854870e83cf0f2e957dffe9
fix(deps): update all dependencies BREAKING CHANGE: removes support for node v8 through dependency bumps.
push time in a month
PR opened Tradeshift/eslint-config-tradeshift
pr created time in a month
push eventTradeshift/eslint-config-tradeshift
commit sha 5e1effdfdb8afa122f42b7996150bb6c3bd7fd7b
fix(deps): update all dependencies BREAKING CHANGE: removes support for node v8 through dependency bumps.
push time in a month
push eventTradeshift/io
commit sha 6061f31ba908be3542dbf78a92b4976bb64cec82
build(deps): bump acorn from 5.7.1 to 5.7.4 Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.1 to 5.7.4. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/5.7.1...5.7.4) Signed-off-by: dependabot[bot] <[email protected]>
commit sha f5dd08f93b8080d1ea0ad56905139a4d40ef8e75
Merge pull request #62 from Tradeshift/dependabot/npm_and_yarn/acorn-5.7.4 build(deps): bump acorn from 5.7.1 to 5.7.4
push time in a month
delete branch Tradeshift/io
delete branch : dependabot/npm_and_yarn/acorn-5.7.4
delete time in a month
PR merged Tradeshift/io
Bumps acorn from 5.7.1 to 5.7.4. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/acornjs/acorn/commit/6370e90067552022710190319cbbbd8c43001957"><code>6370e90</code></a> Mark version 5.7.4</li> <li><a href="https://github.com/acornjs/acorn/commit/fbc15b1344f6dfb992f67b4bbf1357436247c8a0"><code>fbc15b1</code></a> More rigorously check surrogate pairs in regexp validator</li> <li><a href="https://github.com/acornjs/acorn/commit/910e62bbda199ce7acc5de10d374afa0f6fcf7d6"><code>910e62b</code></a> Mark version 5.7.3</li> <li><a href="https://github.com/acornjs/acorn/commit/3442a80d2cdfa672ae2b6ccd6c2bd5c167914db4"><code>3442a80</code></a> Make generate-identifier-regex capable of rewriting src/identifier.js</li> <li><a href="https://github.com/acornjs/acorn/commit/22b22f36330d41a20225f26aab314d3e9d5452bd"><code>22b22f3</code></a> Raise specific errors for unterminated template literals</li> <li><a href="https://github.com/acornjs/acorn/commit/1461c7c5778933514126216fb3ec22d8dfc57feb"><code>1461c7c</code></a> Fix a lint error</li> <li><a href="https://github.com/acornjs/acorn/commit/0c12f63f171d8a6c8b354de54a7ff4a8d5fa486e"><code>0c12f63</code></a> Fix tokenizing of regexps after .of</li> <li><a href="https://github.com/acornjs/acorn/commit/832c3081da0df0a586cfc3ea96040f64252088b7"><code>832c308</code></a> Fix 404 url</li> <li><a href="https://github.com/acornjs/acorn/commit/95ca55c7863fafd8bf6d446a0098325388ff9f1c"><code>95ca55c</code></a> Mark version 5.7.2</li> <li><a href="https://github.com/acornjs/acorn/commit/bba80abc23ed67337a6502b8b0f22675c4b22303"><code>bba80ab</code></a> Remove another fixed test from the 262 whitelist</li> <li>Additional commits viewable in <a href="https://github.com/acornjs/acorn/compare/5.7.1...5.7.4">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in a month
issue closedTradeshift/io
An in-range update of rollup-plugin-babel is breaking the build 🚨
The devDependency rollup-plugin-babel was updated from 4.0.3 to 4.1.0.
This version is covered by your current version range and after updating it in your project the build failed.
rollup-plugin-babel is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
<details> <summary>Status Details</summary>
- ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details). </details>
<details> <summary>Commits</summary> <p>The new version differs by 12 commits.</p> <ul> <li><a href="https://urls.greenkeeper.io/rollup/rollup-plugin-babel/commit/de25402585a6a7918ff469554a034014c4a2e838"><code>de25402</code></a> <code>4.1.0</code></li> <li><a href="https://urls.greenkeeper.io/rollup/rollup-plugin-babel/commit/4f09a91a617ad61a0e5b757efc37f58eb6497610"><code>4f09a91</code></a> <code>4.1.0-1</code></li> <li><a href="https://urls.greenkeeper.io/rollup/rollup-plugin-babel/commit/bb589604780dbd5be172d9385d0a68979052e21b"><code>bb58960</code></a> <code>Return null from the transform hook when it doesn't transform anything</code></li> <li><a href="https://urls.greenkeeper.io/rollup/rollup-plugin-babel/commit/97953e150f1777487ed9860507fbd1846e66dd16"><code>97953e1</code></a> <code>Fix indentation in examples of configuration in readme (#266)</code></li> <li><a href="https://urls.greenkeeper.io/rollup/rollup-plugin-babel/commit/becd7ea1b21763a22c3d9e45ee1fa910e93b92fb"><code>becd7ea</code></a> <code>Remove babel 6 test from AppVeyor (#263)</code></li> <li><a href="https://urls.greenkeeper.io/rollup/rollup-plugin-babel/commit/5168424e7d9e28e612e26c159c39862d8c4727ab"><code>5168424</code></a> <code>Upgraded husky</code></li> <li><a href="https://urls.greenkeeper.io/rollup/rollup-plugin-babel/commit/3a9ba87ed55ab9363d4bbf11efb18afdff3575c0"><code>3a9ba87</code></a> <code>Add options.extensions to README (#256)</code></li> <li><a href="https://urls.greenkeeper.io/rollup/rollup-plugin-babel/commit/b709cad15993398a070a13ebd2b2895af63629d4"><code>b709cad</code></a> <code>4.1.0-0</code></li> <li><a href="https://urls.greenkeeper.io/rollup/rollup-plugin-babel/commit/8dbe1d26a76daf0d50f28458b22baadb7a9ca8cf"><code>8dbe1d2</code></a> <code>Tweak eslint rules to stop conflicting with prettier output</code></li> <li><a href="https://urls.greenkeeper.io/rollup/rollup-plugin-babel/commit/01d2095f974d99b7ebe96fdec909f7fe89e02ca1"><code>01d2095</code></a> <code>Run prettier over the repo files</code></li> <li><a href="https://urls.greenkeeper.io/rollup/rollup-plugin-babel/commit/6bb0e493e8ca9f4f92719a873912f9661b3a72ae"><code>6bb0e49</code></a> <code>Setup prettier</code></li> <li><a href="https://urls.greenkeeper.io/rollup/rollup-plugin-babel/commit/22f1b81f39ee21cdcbb44147e15bef973615738d"><code>22f1b81</code></a> <code>Fix preflightChecks for ignored files</code></li> </ul> <p>See the <a href="https://urls.greenkeeper.io/rollup/rollup-plugin-babel/compare/21bdef42bde5a226d33680f05d6b5e0b7a76c275...de25402585a6a7918ff469554a034014c4a2e838">full diff</a></p> </details>
<details> <summary>FAQ and help</summary>
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper. </details>
Your Greenkeeper Bot :palm_tree:
closed time in a month
greenkeeper[bot]issue commentTradeshift/io
An in-range update of rollup-plugin-babel is breaking the build 🚨
Closing and crediting to build instability.
comment created time in a month
issue closedTradeshift/io
An in-range update of babel7 is breaking the build 🚨
There have been updates to the babel7 monorepo:
-
- The
devDependency@babel/cli was updated from7.4.4to7.5.0.
- The
- The
devDependency@babel/core was updated from7.4.5to7.5.0. - The
devDependency@babel/plugin-proposal-class-properties was updated from7.4.4to7.5.0. - The
devDependency@babel/plugin-transform-runtime was updated from7.4.4to7.5.0. - The
devDependency@babel/polyfill was updated from7.4.3to7.4.4. - The
devDependency@babel/preset-env was updated from7.4.5to7.5.0. - The
devDependency@babel/runtime was updated from7.4.5to7.5.0.
This version is covered by your current version range and after updating it in your project the build failed.
This monorepo update includes releases of one or more dependencies which all belong to the babel7 group definition.
babel7 is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
<details> <summary>Status Details</summary>
- ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details). </details>
<details> <summary>FAQ and help</summary>
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper. </details>
Your Greenkeeper Bot :palm_tree:
closed time in a month
greenkeeper[bot]issue commentTradeshift/io
An in-range update of babel7 is breaking the build 🚨
Closing and crediting to build instability.
comment created time in a month
issue closedTradeshift/io
An in-range update of browserstack-runner is breaking the build 🚨
The devDependency browserstack-runner was updated from 0.9.0 to 0.9.1.
This version is covered by your current version range and after updating it in your project the build failed.
browserstack-runner is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
<details> <summary>Status Details</summary>
- ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details). </details>
<details> <summary>Release Notes for 0.9.1 - minor refactoring</summary>
<p><a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="276218374" data-permission-text="Issue title is private" data-url="https://github.com/browserstack/browserstack-runner/issues/190" data-hovercard-type="pull_request" data-hovercard-url="/browserstack/browserstack-runner/pull/190/hovercard" href="https://urls.greenkeeper.io/browserstack/browserstack-runner/pull/190">#190</a></p> </details>
<details> <summary>Commits</summary> <p>The new version differs by 9 commits.</p> <ul> <li><a href="https://urls.greenkeeper.io/browserstack/browserstack-runner/commit/1df5c7e5bcf67b21e927e197bc595db27ec88c3a"><code>1df5c7e</code></a> <code>Merge pull request #220 from yashLadha/chore/version-bump</code></li> <li><a href="https://urls.greenkeeper.io/browserstack/browserstack-runner/commit/a11592b3f68e722ca3cecbcde12dbc183c4c2646"><code>a11592b</code></a> <code>Version bumped up</code></li> <li><a href="https://urls.greenkeeper.io/browserstack/browserstack-runner/commit/fb33f8e9f8961b7f7275cd81b19754fedc1526de"><code>fb33f8e</code></a> <code>Merge pull request #190 from cwisecarver/bugfix/fix-matcher-logic</code></li> <li><a href="https://urls.greenkeeper.io/browserstack/browserstack-runner/commit/52b23f060a19c3a5d9d31db4b0cfa65334d926cc"><code>52b23f0</code></a> <code>Merge pull request #210 from browserstack/issue_template</code></li> <li><a href="https://urls.greenkeeper.io/browserstack/browserstack-runner/commit/41986ac4c99643256e5a47c86c0d6b5181c9cd6a"><code>41986ac</code></a> <code>adding version info to issue template</code></li> <li><a href="https://urls.greenkeeper.io/browserstack/browserstack-runner/commit/307e0647746bf1499c2a3d9ae2a78fee98fde3e4"><code>307e064</code></a> <code>Adding issue template</code></li> <li><a href="https://urls.greenkeeper.io/browserstack/browserstack-runner/commit/d853d30d17ff8808c5cfa33c1506d6d3e216dc3d"><code>d853d30</code></a> <code>Merge pull request #208 from browserstack/version_bump</code></li> <li><a href="https://urls.greenkeeper.io/browserstack/browserstack-runner/commit/c584dd5900d7f348a0da535447094b2fc7f45b73"><code>c584dd5</code></a> <code>Force patched responseData to a string</code></li> <li><a href="https://urls.greenkeeper.io/browserstack/browserstack-runner/commit/cb3420704453b16bbf040a8e0b6a57ae2b02ff4e"><code>cb34207</code></a> <code>Use conditional tag matching logic everywhere</code></li> </ul> <p>See the <a href="https://urls.greenkeeper.io/browserstack/browserstack-runner/compare/a53fb31cc0f60ff09d4a9e5087d2b23558d3c202...1df5c7e5bcf67b21e927e197bc595db27ec88c3a">full diff</a></p> </details>
<details> <summary>FAQ and help</summary>
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper. </details>
Your Greenkeeper Bot :palm_tree:
closed time in a month
greenkeeper[bot]issue commentTradeshift/io
An in-range update of browserstack-runner is breaking the build 🚨
Closing and crediting to build instability.
comment created time in a month
issue closedTradeshift/io
An in-range update of semantic-release is breaking the build 🚨
The devDependency semantic-release was updated from 15.13.28 to 15.13.29.
This version is covered by your current version range and after updating it in your project the build failed.
semantic-release is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
<details> <summary>Status Details</summary>
- ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details). </details>
<details> <summary>Release Notes for v15.13.29</summary>
<h2><a href="https://urls.greenkeeper.io/semantic-release/semantic-release/compare/v15.13.28...v15.13.29">15.13.29</a> (2019-11-02)</h2> <h3>Bug Fixes</h3> <ul> <li>use authenticated URL to check if local branch is up to date (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/7a939a897097a730f1579002ed641a583d3381c4">7a939a8</a>)</li> </ul> </details>
<details> <summary>Commits</summary> <p>The new version differs by 2 commits.</p> <ul> <li><a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/7a939a897097a730f1579002ed641a583d3381c4"><code>7a939a8</code></a> <code>fix: use authenticated URL to check if local branch is up to date</code></li> <li><a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/9eaf9552c1f730caaa6eaffdc80c2d4b888bee2d"><code>9eaf955</code></a> <code>docs(contributing): correct lint fix command</code></li> </ul> <p>See the <a href="https://urls.greenkeeper.io/semantic-release/semantic-release/compare/1693073814c617cb7ddb44044bc2242de0ae76f8...7a939a897097a730f1579002ed641a583d3381c4">full diff</a></p> </details>
<details> <summary>FAQ and help</summary>
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper. </details>
Your Greenkeeper Bot :palm_tree:
closed time in a month
greenkeeper[bot]issue commentTradeshift/io
An in-range update of semantic-release is breaking the build 🚨
Closing and crediting to build instability.
comment created time in a month
push eventTradeshift/io
commit sha fc27f6e62b5fef9e57f99334411d160d853a97be
fix(hub): fix IE issues by keying tokens w/ appId IE fails w/ permissionError when trying to use a removed iframe as a key during cleanup. This causes the cleanup to fail. This commit introduces an appId to token map, that allows cleanup to happen regardless of window state. BREAKING CHANGE: hub.forgetApp API signature now requires appId as well as target window.
push time in a month
pull request commentTradeshift/io
Omg I think I finally got it to be not flaky!
comment created time in a month
push eventTradeshift/io
commit sha f06f3ecbf42de302055d9a7a94a53a2961e3f1b3
test: attempt fix IE issues by keying tokens w/ appId IE fails w/ permissionError when trying to use a removed iframe as a key during cleanup. This causes the cleanup to fail. This commit introduces an appId to token map, that allows cleanup to happen regardless of window state.
push time in a month
push eventTradeshift/io
commit sha 07b8b680b7acb3449bca686509fc81eb486fa302
fluke?
push time in a month
push eventTradeshift/io
commit sha b327b01a0678f4b116d9071d3a777a33939da67d
test: attempt fix IE issues by keying tokens w/ appId IE fails w/ permissionError when trying to use a removed iframe as a key during cleanup. This causes the cleanup to fail. This commit introduces an appId to token map, that allows cleanup to happen regardless of window state.
push time in a month
push eventTradeshift/io
commit sha bc022e51229148f7f5669ddf6599eacbad0f9250
test: attempt fix IE issues
push time in a month
PR opened Tradeshift/io
Attempting to fix the test instability with IE11.
pr created time in a month
push eventTradeshift/eslint-config-tradeshift
commit sha 368c979582aad43eb86a8748a52359e916d8378e
build(deps): bump node-fetch from 2.6.0 to 2.6.1 Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/bitinn/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1) Signed-off-by: dependabot[bot] <[email protected]>
push time in a month
delete branch Tradeshift/eslint-config-tradeshift
delete branch : dependabot/npm_and_yarn/node-fetch-2.6.1
delete time in a month
PR merged Tradeshift/eslint-config-tradeshift
Bumps node-fetch from 2.6.0 to 2.6.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bitinn/node-fetch/releases">node-fetch's releases</a>.</em></p> <blockquote> <h2>v2.6.1</h2> <p><strong>This is an important security release. It is strongly recommended to update as soon as possible.</strong></p> <p>See <a href="https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md#v261">CHANGELOG</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md">node-fetch's changelog</a>.</em></p> <blockquote> <h2>v2.6.1</h2> <p><strong>This is an important security release. It is strongly recommended to update as soon as possible.</strong></p> <ul> <li>Fix: honor the <code>size</code> option after following a redirect.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/node-fetch/node-fetch/commit/b5e2e41b2b50bf2997720d6125accaf0dd68c0ab"><code>b5e2e41</code></a> update version number</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/2358a6c2563d1730a0cdaccc197c611949f6a334"><code>2358a6c</code></a> Honor the <code>size</code> option after following a redirect and revert data uri support</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/8c197f8982a238b3c345c64b17bfa92e16b4f7c4"><code>8c197f8</code></a> docs: Fix typos and grammatical errors in README.md (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/686">#686</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/1e99050f944ac435fce26a9549eadcc2419a968a"><code>1e99050</code></a> fix: Change error message thrown with redirect mode set to error (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/653">#653</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/244e6f63d42025465796e3ca4ce813bf2c31fc5b"><code>244e6f6</code></a> docs: Show backers in README</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/6a5d192034a0f438551dffb6d2d8df2c00921d16"><code>6a5d192</code></a> fix: Properly parse meta tag when parameters are reversed (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/682">#682</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/47a24a03eb49a49d81b768892aee10074ed54a91"><code>47a24a0</code></a> chore: Add opencollective badge</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/7b136627c537cb24430b0310638c9177a85acee1"><code>7b13662</code></a> chore: Add funding link</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/5535c2ed478d418969ecfd60c16453462de2a53f"><code>5535c2e</code></a> fix: Check for global.fetch before binding it (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/674">#674</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/1d5778ad0d910dbd1584fb407a186f5a0bc1ea22"><code>1d5778a</code></a> docs: Add Discord badge</li> <li>Additional commits viewable in <a href="https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~akepinski">akepinski</a>, a new releaser for node-fetch since your current version.</p> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in a month
push eventTradeshift/io
commit sha afc1f92039ae6480a898c0dae5f8b63044bf2d8c
build(deps): bump node-fetch from 2.6.0 to 2.6.1 Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/bitinn/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1) Signed-off-by: dependabot[bot] <[email protected]>
commit sha d8df7020def63fbe7faff2e018a2192107e7bc04
Merge pull request #69 from Tradeshift/dependabot/npm_and_yarn/node-fetch-2.6.1 build(deps): bump node-fetch from 2.6.0 to 2.6.1
push time in a month
delete branch Tradeshift/io
delete branch : dependabot/npm_and_yarn/node-fetch-2.6.1
delete time in a month
PR merged Tradeshift/io
Bumps node-fetch from 2.6.0 to 2.6.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bitinn/node-fetch/releases">node-fetch's releases</a>.</em></p> <blockquote> <h2>v2.6.1</h2> <p><strong>This is an important security release. It is strongly recommended to update as soon as possible.</strong></p> <p>See <a href="https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md#v261">CHANGELOG</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md">node-fetch's changelog</a>.</em></p> <blockquote> <h2>v2.6.1</h2> <p><strong>This is an important security release. It is strongly recommended to update as soon as possible.</strong></p> <ul> <li>Fix: honor the <code>size</code> option after following a redirect.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/node-fetch/node-fetch/commit/b5e2e41b2b50bf2997720d6125accaf0dd68c0ab"><code>b5e2e41</code></a> update version number</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/2358a6c2563d1730a0cdaccc197c611949f6a334"><code>2358a6c</code></a> Honor the <code>size</code> option after following a redirect and revert data uri support</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/8c197f8982a238b3c345c64b17bfa92e16b4f7c4"><code>8c197f8</code></a> docs: Fix typos and grammatical errors in README.md (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/686">#686</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/1e99050f944ac435fce26a9549eadcc2419a968a"><code>1e99050</code></a> fix: Change error message thrown with redirect mode set to error (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/653">#653</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/244e6f63d42025465796e3ca4ce813bf2c31fc5b"><code>244e6f6</code></a> docs: Show backers in README</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/6a5d192034a0f438551dffb6d2d8df2c00921d16"><code>6a5d192</code></a> fix: Properly parse meta tag when parameters are reversed (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/682">#682</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/47a24a03eb49a49d81b768892aee10074ed54a91"><code>47a24a0</code></a> chore: Add opencollective badge</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/7b136627c537cb24430b0310638c9177a85acee1"><code>7b13662</code></a> chore: Add funding link</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/5535c2ed478d418969ecfd60c16453462de2a53f"><code>5535c2e</code></a> fix: Check for global.fetch before binding it (<a href="https://github-redirect.dependabot.com/bitinn/node-fetch/issues/674">#674</a>)</li> <li><a href="https://github.com/node-fetch/node-fetch/commit/1d5778ad0d910dbd1584fb407a186f5a0bc1ea22"><code>1d5778a</code></a> docs: Add Discord badge</li> <li>Additional commits viewable in <a href="https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~akepinski">akepinski</a>, a new releaser for node-fetch since your current version.</p> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in a month
PR closed Tradeshift/io
☝️ Important announcement: Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io
The devDependency eslint-config-tradeshift was updated from 6.0.1 to 6.3.1.
This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Publisher: tradeshift-ci License: ISC
<details> <summary>Release Notes for v6.3.1</summary>
<h2><a href="https://urls.greenkeeper.io/Tradeshift/eslint-config-tradeshift/compare/v6.3.0...v6.3.1">6.3.1</a> (2020-04-30)</h2> <h3>Bug Fixes</h3> <ul> <li>disable quotes rule for prettier compat (<a href="https://urls.greenkeeper.io/Tradeshift/eslint-config-tradeshift/commit/b7f5a6c814bfe80bcf7b65e9ad45c61cbad0a741">b7f5a6c</a>)</li> </ul> </details>
<details> <summary>Commits</summary> <p>The new version differs by 8 commits.</p> <ul> <li><a href="https://urls.greenkeeper.io/Tradeshift/eslint-config-tradeshift/commit/b7f5a6c814bfe80bcf7b65e9ad45c61cbad0a741"><code>b7f5a6c</code></a> <code>fix: disable quotes rule for prettier compat</code></li> <li><a href="https://urls.greenkeeper.io/Tradeshift/eslint-config-tradeshift/commit/6de82fae4faf977fe69dbb9f5eaea824c2523d87"><code>6de82fa</code></a> <code>docs: update README config</code></li> <li><a href="https://urls.greenkeeper.io/Tradeshift/eslint-config-tradeshift/commit/c4c9cf67e165efe768e188f11db4f5c6283415a6"><code>c4c9cf6</code></a> <code>feat: create typescript config and entrypoint</code></li> <li><a href="https://urls.greenkeeper.io/Tradeshift/eslint-config-tradeshift/commit/a326378d1dad38178bb5ac8855bf7a05ea27b739"><code>a326378</code></a> <code>fix: correct eslint peer dependency range</code></li> <li><a href="https://urls.greenkeeper.io/Tradeshift/eslint-config-tradeshift/commit/95a20e92fcaf5d6c0f8fe5e718772f5f835e11f8"><code>95a20e9</code></a> <code>fix: update dependencies</code></li> <li><a href="https://urls.greenkeeper.io/Tradeshift/eslint-config-tradeshift/commit/fb460bf8cae747cc0165dfdcd3da6e799427ae90"><code>fb460bf</code></a> <code>build: use node 12 by default</code></li> <li><a href="https://urls.greenkeeper.io/Tradeshift/eslint-config-tradeshift/commit/ca70fb9c6fc225bada709c88dc267428bfc174ab"><code>ca70fb9</code></a> <code>feat: adds tradeshift/jest entry for jest config</code></li> <li><a href="https://urls.greenkeeper.io/Tradeshift/eslint-config-tradeshift/commit/5bd4941cb2e97ab11b19c146afd4177d082b4754"><code>5bd4941</code></a> <code>feat(ESLint): Disallow to import Q Promises in js files</code></li> </ul> <p>See the <a href="https://urls.greenkeeper.io/Tradeshift/eslint-config-tradeshift/compare/6afdea8469ba55a5c53650f27fc39b248b9cc7c4...b7f5a6c814bfe80bcf7b65e9ad45c61cbad0a741">full diff</a></p> </details>
<details> <summary>FAQ and help</summary>
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper. </details>
Your Greenkeeper bot :palm_tree:
pr closed time in a month
PR closed Tradeshift/io
☝️ Important announcement: Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io
The devDependency prettier was updated from 1.15.0 to 2.0.0.
This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Publisher: thorn0 License: MIT
Find out more about this release.
<details> <summary>FAQ and help</summary>
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper. </details>
Your Greenkeeper bot :palm_tree:
pr closed time in a month
PR closed Tradeshift/io
The dependency uuid was updated from 3.4.0 to 7.0.0.
This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Publisher: ctavan License: MIT
Find out more about this release.
<details> <summary>FAQ and help</summary>
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper. </details>
Your Greenkeeper bot :palm_tree:
pr closed time in a month
PR closed Tradeshift/io
The devDependency semantic-release was updated from 15.14.0 to 16.0.0.
This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Publisher: semantic-release-bot License: MIT
<details> <summary>Release Notes for v16.0.0</summary>
<h1><a href="https://urls.greenkeeper.io/semantic-release/semantic-release/compare/v15.14.0...v16.0.0">16.0.0</a> (2020-01-09)</h1> <h3>Bug Fixes</h3> <ul> <li>add <code>channel</code> to publish success log (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/5744c5ecd2025d2bda7983f6e225ade1dff0f00c">5744c5e</a>)</li> <li>add a flag indicate which branch is the main one (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/2caafbaa2be54330b5b3e6dd71dda0270b566663">2caafba</a>)</li> <li>Add helpful detail to <code>ERELEASEBRANCHES</code> error message (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/issues/1188" data-hovercard-type="pull_request" data-hovercard-url="/semantic-release/semantic-release/pull/1188/hovercard">#1188</a>) (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/37bcc9e51536bccdfe47c6cbf911234a65b32787">37bcc9e</a>)</li> <li>allow multiple branches with same channel (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/63f51ae6ddfa824fa217ca196c4dd44915b80f2b">63f51ae</a>)</li> <li>allow to set <code>ci</code> option via API and config file (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/2faff2637f49e3caf6e08c5b0de5e53f99e29ac7">2faff26</a>)</li> <li>call <code>getTagHead</code> only when necessary (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/de77a799a82cfe30aedc21dded61e39db2784a48">de77a79</a>)</li> <li>call <code>success</code> plugin only once for releases added to a channel (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/9a023b40883d5eb825a36c540c57f71713a670c0">9a023b4</a>)</li> <li>correct log when adding channel to tag (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/61665be9ec7487c303509f19097f588d993ec155">61665be</a>)</li> <li>correctly determine next pre-release version (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/0457a074e7694ec95e4e8a24a27f15658a339489">0457a07</a>)</li> <li>correctly determine release to add to a channel (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/aec96c791f7413dace1bfdca08f7a5cd58cb0f5e">aec96c7</a>)</li> <li>correctly handle skipped releases (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/89663d3fcfed34923289b12d4b2b5c509f4db321">89663d3</a>)</li> <li>display erroring git commands properly (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/1edae67326ecbb99d8b4be7e17a8ce4e14f439df">1edae67</a>)</li> <li>do not call <code>addChannel</code>for 2 merged branches configured with the same channel (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/4aad9cd49031a849216e71a1ce358ad0668e4d54">4aad9cd</a>)</li> <li>do not create tags in dry-run mode for released to add to a channel (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/97748c5e257b158b61e7eab1ae737180d0238301">97748c5</a>)</li> <li>fetch all release branches on CI (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/b729183b4af2818c713634746628f68d06e3a8bc">b729183</a>)</li> <li>fix branch type regexp to handle version with multiple digits (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/52ca0b391ccd7e31df0f2d7a125efd38e1b71b79">52ca0b3</a>)</li> <li>fix maintenance branch regex (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/a0229962ceac2c9eb05499373c153c7b3dced382">a022996</a>)</li> <li>fix range regexp to handle version with multiple digits (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/9a04e64fab3ac8d7c6ea203ff29acb6d73e25246">9a04e64</a>)</li> <li>handle branch properties set to <code>false</code> (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/751a5f1349c6bf415f6eaae4631118f163e45b77">751a5f1</a>)</li> <li>harmonize parameters passed to <code>getError</code> (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/f96c660c1b22fec29d87965838ef1493b87de114">f96c660</a>)</li> <li>ignore lasst release only if pre-release on the same channel as current branch (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/990e85f069d35d87b78292119f37e27b6031b56c">990e85f</a>)</li> <li>increase next version on prerelease branch based on highest commit type (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/9ecc7a369cc75e7745f8748593df856b85bdb0ea">9ecc7a3</a>)</li> <li>look also for previous prerelease versions to determine the next one (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/9772563a22c4fd313eb8bbcdde948503ad1d3703">9772563</a>)</li> <li>modify fetch function to handle CircleCI specifics (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/cbef9d18da0f5dcaf22e6c7d8737442f954a9481">cbef9d1</a>)</li> <li>on maintenance branch add to channel only version >= to start range (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/c22ae17a9b10534ef87b66ae08a5c0c6d95e1269">c22ae17</a>)</li> <li>remove confusing logs when searching for releases to add to a channel (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/162b4b9e3bea940c63014d045e80b8fc21227ac1">162b4b9</a>)</li> <li>remove hack to workaround GitHub Rebase & Merge (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/844e0b07e04754c8185d9d88523c8afc236de02a">844e0b0</a>)</li> <li>remove unnecessary <code>await</code> (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/9a1af4de44c4548137bf438df8f4ca10a07af63e">9a1af4d</a>)</li> <li>simplify <code>get-tags</code> algorithm (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/00420a83c0283e7b02a5385d78d0ec984120a852">00420a8</a>)</li> <li>throws error if the commit associated with a tag cannot be found (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/131734873e904176044767ad929b5f53579556f6">1317348</a>)</li> <li>update plugin versions (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/0785a844fa8ac1320383452ce531898be3b01f92">0785a84</a>)</li> <li>update plugins dependencies (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/989058400785e0a1eefd70158f677de3be5a578d">9890584</a>)</li> <li>verify is branch is up to date by comparing remote and local HEAD (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/a8747c4f86a1947250aa86ab1869fb4bde10bb71">a8747c4</a>)</li> <li><strong>pacjage:</strong> update <code>@semantic-release/github</code> and <code>@semantic-release/npm</code> (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/d55fda3306df2955448b92a9f4a352f22759f4b0">d55fda3</a>)</li> <li><strong>package:</strong> update @semantic-release/commit-analyzer to version 7.0.0-beta.2 (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/725780bf0ac9e2726628dd8e526622ab6a5d5a49">725780b</a>)</li> <li><strong>package:</strong> update @semantic-release/github to version 5.3.0-beta.5 (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/c1c96a87a3b60b267ebc9b46a636bcaa469ca76a">c1c96a8</a>)</li> <li><strong>package:</strong> update @semantic-release/github to version 5.6.0-beta.1 (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/6053b89af300baba0b9cf9931f39415c7f487e27">6053b89</a>)</li> <li><strong>package:</strong> update @semantic-release/npm to version 5.2.0-beta.3 (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/390e966341ceb9c0baf7be2d42ea21aff11c7a4e">390e966</a>)</li> <li><strong>package:</strong> update @semantic-release/npm to version 6.0.0-beta.3 (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/65c412293e940d51818fc1286a77d7dc6855dbbf">65c4122</a>)</li> <li><strong>package:</strong> update <code>@semantic-release/github</code> (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/9a30f3542c8c29d452565c6a43a852a93912c483">9a30f35</a>)</li> <li><strong>package:</strong> update <code>@semantic-release/npm</code> and <code>@semantic-release/github</code> (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/d6731b9b274bb9cbae379f56766a3d4a4b48c0e3">d6731b9</a>)</li> <li><strong>package:</strong> update aggregate-error to version 2.0.0 (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/5d6fd7c1cd4190ebef36118826b81229f1df7d8f">5d6fd7c</a>)</li> <li><strong>package:</strong> update execa to version 3.0.0 (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/95379270d6383357c9c18cfc882ba21e6497db29">9537927</a>)</li> <li><strong>package:</strong> update marked to version 0.6.0 (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/d0891bf037c73e12af7e5f56a4235279abdbd1cf">d0891bf</a>)</li> <li><strong>package:</strong> update micromatch to version 3.1.10 (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/e5344cd89bc47a3a8608f0d62353cd9c660a1bd9">e5344cd</a>)</li> <li><strong>package:</strong> update micromatch to version 4.0.2 (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/56186419a791b02d806a5d40e7321959bad99134">5618641</a>)</li> <li><strong>package:</strong> update p-each-series to version 2.1.0 (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/2c655b23285621e6c4f8dcae8846c954e00d8b14">2c655b2</a>)</li> <li><strong>package:</strong> update semver-diff to version 3.1.1 (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/581998cff075e31ab3c4b2a99b84984b9900228b">581998c</a>)</li> <li>remove unnecessary <code>branch</code> parameter from <code>push</code> function (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/968b9968a1a4dba8c638be071d0af59205257279">968b996</a>)</li> <li>revert to the correct refspec in fetch function (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/9948a74347704b9a0bdd601ffc0ab08aaa4ae97a">9948a74</a>)</li> <li>update plugins dependencies (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/73f0c775daf1167a0577425bb06149b4c7e3819f">73f0c77</a>)</li> <li><strong>repositoryUrl:</strong> on beta repositoryUrl needs auth for pre-release flows (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/issues/1186" data-hovercard-type="pull_request" data-hovercard-url="/semantic-release/semantic-release/pull/1186/hovercard">#1186</a>) (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/36104229593c167e9086bc5fd8a533117ee3b579">3610422</a>)</li> </ul> <h3>Features</h3> <ul> <li>allow <code>addChannel</code> plugins to return <code>false</code> in order to signify no release was done (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/e1c7269cb3af0d84c28fd3c4a5ce61ae4b625924">e1c7269</a>)</li> <li>allow <code>publish</code> plugins to return <code>false</code> in order to signify no release was done (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/47484f5eb2fa330cbbbb03bffadba524ad642081">47484f5</a>)</li> <li>allow to release any version on a branch if up to date with next branch (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/916c2685c57f3490fb1e50afbf72ea8dce11e188">916c268</a>)</li> <li>require Node.js >=10.13 (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/0716a45b7ddd280b57156aa7e16979a2797ac0a1">0716a45</a>)</li> <li>require Node.js >=8.15 (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/f1d983ddb005f4808ecf4da26363dde1175cbc74">f1d983d</a>)</li> <li>support multiple branches and distribution channels (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/7b4052470b23261c9e679a17bff034da311fd894">7b40524</a>)</li> <li>use Git notes to store the channels on which a version has been released (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/b2c1b2c670f8f2dd4da71721ffb329c26e8d2cd7">b2c1b2c</a>)</li> <li><strong>package:</strong> update @semantic-release/commit-analyzer to version 7.0.0 (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/e63e753cf09b2c3b51db00097bceade0893d3eaf">e63e753</a>)</li> </ul> <h3>Performance Improvements</h3> <ul> <li>use <code>git tag --merge <branch></code> to filter tags present in a branch history (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/cffe9a8d338f1d4be899fef4495504eda8a4031e">cffe9a8</a>)</li> </ul> <h3>Reverts</h3> <ul> <li>feat: create annotated tags (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/0629f3cd8af8068a0f6daedc1312c37d1936d87f">0629f3c</a>)</li> <li>fix: prefix git auth url with "x-access-token:" when run in a GitHub Action (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/f67a667bcb9564025ebbdc4a09bb66f847c4fa15">f67a667</a>)</li> <li>fix: revert to execa <code>^1.0.0</code> (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/fa62d0ba0bacece609399bbfe6cb4347f5141e51">fa62d0b</a>)</li> <li>fix(package): update @semantic-release/github back to a build from the beta branch (<a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/d120eaea8b2ea4dbeb27499be5a82b4336e04c70">d120eae</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>Require Node.js >= 10.13</li> <li>this feature change the way semantic-release keep track of the channels on which a version has been released.<br> It now use a JSON object stored in a <a href="https://git-scm.com/docs/git-notes" rel="nofollow">Git note</a> instead of Git tags formatted as v{version}@{channel}.</li> </ul> <p>The tags formatted as v{version}@{channel} will now be ignored. If you have made releases with v16.0.0 on branches other than the default one you will have to update your repository.</p> <p>The changes to make consist in:</p> <ul> <li>Finding all the versions that have been released on a branch other than the default one by searching for all tags formatted v{version}@{channel}</li> <li>For each of those version: <ul> <li>Create a tag without the {<a class="user-mention" data-hovercard-type="organization" data-hovercard-url="/orgs/channel/hovercard" href="https://urls.greenkeeper.io/channel">@channel</a>} if none doesn't already exists</li> <li>Add a Git note to the tag without the {<a class="user-mention" data-hovercard-type="organization" data-hovercard-url="/orgs/channel/hovercard" href="https://urls.greenkeeper.io/channel">@channel</a>} containing the channels on which the version was released formatted as <code>{"channels":["channel1","channel2"]}</code> and using <code>null</code> for the default channel (for example.<code>{"channels":[null,"channel1","channel2"]}</code>)</li> <li>Push the tags and notes</li> <li>Update the GitHub releases that refer to a tag formatted as v{version}@{channel} to use the tag without it</li> <li>Delete the tags formatted as v{version}@{channel}</li> </ul> </li> </ul> <ul> <li>Git CLI version 2.7.1 or higher is now required</li> </ul> <p>The <code>--merge</code> option of the <code>git tag</code> command has been added in Git version 2.7.1 and is now used by semantic-release</p> <ul> <li>Require Node.js => 8.15</li> <li><strong>package:</strong> Regexp are not supported anymore for property matching in the <code>releaseRules</code> option.</li> </ul> <p>Regex are replaced by <a href="https://urls.greenkeeper.io/micromatch/micromatch#matching-features">globs</a>. For example <code>/core-./</code> should be changed to <code>'core-'</code>.</p> <ul> <li>the <code>branch</code> option has been removed in favor of <code>branches</code></li> </ul> <p>The new <code>branches</code> option expect either an Array or a single branch definition. To migrate your configuration:</p> <ul> <li>If you want to publish package from multiple branches, please the configuration documentation</li> <li>If you use the default configuration and want to publish only from <code>master</code>: nothing to change</li> <li>If you use the <code>branch</code> configuration and want to publish only from one branch: replace <code>branch</code> by <code>branches</code> (<code>"branch": "my-release-branch"</code> => <code>"branches": "my-release-branch"</code>)</li> </ul> </details>
<details> <summary>Commits</summary> <p>The new version differs by 114 commits.</p> <ul> <li><a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/0785a844fa8ac1320383452ce531898be3b01f92"><code>0785a84</code></a> <code>fix: update plugin versions</code></li> <li><a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/152bf452e130e071cac530fd85535c31f31c1385"><code>152bf45</code></a> <code>Merge remote-tracking branch 'origin/beta'</code></li> <li><a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/3ba8f2a929d35290567b6e8cffd045ab118cc231"><code>3ba8f2a</code></a> <code>Merge remote-tracking branch 'origin/master' into beta</code></li> <li><a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/9772563a22c4fd313eb8bbcdde948503ad1d3703"><code>9772563</code></a> <code>fix: look also for previous prerelease versions to determine the next one</code></li> <li><a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/61665be9ec7487c303509f19097f588d993ec155"><code>61665be</code></a> <code>fix: correct log when adding channel to tag</code></li> <li><a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/a8747c4f86a1947250aa86ab1869fb4bde10bb71"><code>a8747c4</code></a> <code>fix: verify is branch is up to date by comparing remote and local HEAD</code></li> <li><a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/9a1af4de44c4548137bf438df8f4ca10a07af63e"><code>9a1af4d</code></a> <code>fix: remove unnecessary <code>await</code></code></li> <li><a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/9ecc7a369cc75e7745f8748593df856b85bdb0ea"><code>9ecc7a3</code></a> <code>fix: increase next version on prerelease branch based on highest commit type</code></li> <li><a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/c16fcc9d15fe95cd1af407ff209a041d77707144"><code>c16fcc9</code></a> <code>Merge branch 'master' into beta</code></li> <li><a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/0716a45b7ddd280b57156aa7e16979a2797ac0a1"><code>0716a45</code></a> <code>feat: require Node.js >=10.13</code></li> <li><a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/916c2685c57f3490fb1e50afbf72ea8dce11e188"><code>916c268</code></a> <code>feat: allow to release any version on a branch if up to date with next branch</code></li> <li><a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/534c0dbc8921eba917a9774861344ecd41fe86eb"><code>534c0db</code></a> <code>Merge branch 'master' into beta</code></li> <li><a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/ec54c0be8a2481621ca4a813e697759a0845c863"><code>ec54c0b</code></a> <code>test: fix calls to <code>fetch</code> in tests</code></li> <li><a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/cbef9d18da0f5dcaf22e6c7d8737442f954a9481"><code>cbef9d1</code></a> <code>fix: modify fetch function to handle CircleCI specifics</code></li> <li><a href="https://urls.greenkeeper.io/semantic-release/semantic-release/commit/b2c1b2c670f8f2dd4da71721ffb329c26e8d2cd7"><code>b2c1b2c</code></a> <code>feat: use Git notes to store the channels on which a version has been released</code></li> </ul> <p>There are 114 commits in total.</p> <p>See the <a href="https://urls.greenkeeper.io/semantic-release/semantic-release/compare/a8c747d59286e8dc5dbbaab14d18d2885d1d1a00...0785a844fa8ac1320383452ce531898be3b01f92">full diff</a></p> </details>
<details> <summary>FAQ and help</summary>
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper. </details>
Your Greenkeeper bot :palm_tree:
pr closed time in a month
PR closed Tradeshift/io
The devDependency http-server was updated from 0.11.1 to 0.12.0.
This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Publisher: thornjad License: MIT
Find out more about this release.
<details> <summary>FAQ and help</summary>
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper. </details>
Your Greenkeeper bot :palm_tree:
pr closed time in a month
PR closed Tradeshift/io
The devDependency eslint was updated from 5.4.0 to 6.7.0.
This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Publisher: eslintbot License: MIT
<details> <summary>Release Notes for v6.7.0</summary>
<ul> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/312a88f2230082d898b7d8d82f8af63cb352e55a"><code>312a88f</code></a> New: Add grouped-accessor-pairs rule (fixes <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="494643182" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12277" data-hovercard-type="issue" data-hovercard-url="/eslint/eslint/issues/12277/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/issues/12277">#12277</a>) (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="499720487" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12331" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12331/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12331">#12331</a>) (Milos Djermanovic)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/5c68f5feeb4a6c0cb53ff76b2fd255b5bfa69c93"><code>5c68f5f</code></a> Update: Add 'lexicalBindings' to no-implicit-globals and change messages (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="468422610" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/11996" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/11996/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/11996">#11996</a>) (Milos Djermanovic)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/6eaad964ff159d0a38de96c1104782ffe6858c78"><code>6eaad96</code></a> New: Add suggestions API (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="503224432" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12384" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12384/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12384">#12384</a>) (Will Douglas)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/b336fbedecd85731611fdc2dfd8edb635a8b1c39"><code>b336fbe</code></a> Fix: indent rule with JSX spread props (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="525555651" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12581" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12581/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12581">#12581</a>) (Nathan Woltman)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/97c745dc277febbea82552a4d9186e3df847f860"><code>97c745d</code></a> Update: Report assignment expression location in no-cond-assign (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="509521600" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12465" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12465/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12465">#12465</a>) (Milos Djermanovic)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/0f01f3d0807c580631c2fdcff29192a64a870637"><code>0f01f3d</code></a> Update: Check member expressions with <code>this</code> in operator-assignment (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="512904241" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12495" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12495/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12495">#12495</a>) (Milos Djermanovic)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/62c7038a493d89e4a7b14ac673a063d09d04057b"><code>62c7038</code></a> Fix: invalid token checking in computed-property-spacing (fixes <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="487828423" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12198" data-hovercard-type="issue" data-hovercard-url="/eslint/eslint/issues/12198/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/issues/12198">#12198</a>) (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="517879608" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12533" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12533/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12533">#12533</a>) (YeonJuan)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/4f8a1ee1c26ccb5882e5e83ea7eab2f406c7476b"><code>4f8a1ee</code></a> Update: Add enforceForClassMembers option to no-useless-computed-key (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="481942192" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12110" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12110/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12110">#12110</a>) (ark120202)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/1a2eb99f11c65813bba11d6576a06cff2b823cc9"><code>1a2eb99</code></a> New: new rule no-constructor-return (fixes <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="511264561" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12481" data-hovercard-type="issue" data-hovercard-url="/eslint/eslint/issues/12481/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/issues/12481">#12481</a>) (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="517665448" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12529" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12529/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12529">#12529</a>) (Pig Fang)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/ca3b2a62c9e829dc4534bca3643d6bc729b46df0"><code>ca3b2a6</code></a> New: ignorePatterns in config files (refs <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="443060142" data-permission-text="Issue title is private" data-url="https://github.com/eslint/rfcs/issues/22" data-hovercard-type="pull_request" data-hovercard-url="/eslint/rfcs/pull/22/hovercard" href="https://urls.greenkeeper.io/eslint/rfcs/pull/22">eslint/rfcs#22</a>) (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="494410729" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12274" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12274/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12274">#12274</a>) (Toru Nagashima)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/60204a3620e33a078c1c35fa2e5d839a16c627ff"><code>60204a3</code></a> Docs: Added another Textmate 2 bundle. (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="525357291" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12580" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12580/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12580">#12580</a>) (Ryan Fitzer)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/62623f9f611a3adb79696304760a2fd14be8afbc"><code>62623f9</code></a> Fix: preserve whitespace in multiline-comment-style (fixes <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="498106307" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12312" data-hovercard-type="issue" data-hovercard-url="/eslint/eslint/issues/12312/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/issues/12312">#12312</a>) (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="498725301" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12316" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12316/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12316">#12316</a>) (Kai Cataldo)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/17a8849491a983f6cb8e98da8c0c9d52ff5f2aa6"><code>17a8849</code></a> New: Add no-dupe-else-if rule (fixes <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="509657737" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12469" data-hovercard-type="issue" data-hovercard-url="/eslint/eslint/issues/12469/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/issues/12469">#12469</a>) (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="513653963" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12504" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12504/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12504">#12504</a>) (Milos Djermanovic)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/41a78fd7ce245cad8ff6a96c42f5840688849427"><code>41a78fd</code></a> Update: improve location for semi and comma-dangle (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="502923757" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12380" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12380/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12380">#12380</a>) (Chiawen Chen)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/0a480f8307a0e438032f484254941e6426748143"><code>0a480f8</code></a> Docs: Change "Code Conventions" link in pull-requests.md (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="505215227" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12401" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12401/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12401">#12401</a>) (Denis Sikuler)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/fed20bb039cf9f53adfcf93e467f418c5e958f45"><code>fed20bb</code></a> Fix: require-await crash on global await (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="523615066" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12571" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12571/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12571">#12571</a>) (Brad Zacher)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/b8030fc23e88f57a04d955b3befd1ab0fc2c5d10"><code>b8030fc</code></a> Update: deprecate personal config (fixes <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="461361826" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/11914" data-hovercard-type="issue" data-hovercard-url="/eslint/eslint/issues/11914/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/issues/11914">#11914</a>, refs <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="468358332" data-permission-text="Issue title is private" data-url="https://github.com/eslint/rfcs/issues/32" data-hovercard-type="pull_request" data-hovercard-url="/eslint/rfcs/pull/32/hovercard" href="https://urls.greenkeeper.io/eslint/rfcs/pull/32">eslint/rfcs#32</a>) (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="506469554" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12426" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12426/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12426">#12426</a>) (Toru Nagashima)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/40c8c3264c7c383d98c9faf9c4cb4f8b75aee40f"><code>40c8c32</code></a> Fix: improve report location for object-curly-spacing (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="522533524" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12563" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12563/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12563">#12563</a>) (Milos Djermanovic)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/1110045e0d28a461e75d2f57d5f01533d59ef239"><code>1110045</code></a> Fix: ignore marker-only comments in spaced-comment (fixes <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="473837390" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12036" data-hovercard-type="issue" data-hovercard-url="/eslint/eslint/issues/12036/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/issues/12036">#12036</a>) (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="521607958" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12558" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12558/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12558">#12558</a>) (Milos Djermanovic)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/6503cb8d99e549fece53b80b110e890a7978b9fd"><code>6503cb8</code></a> Update: Fix uglified object align in key-spacing (fixes <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="412010505" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/11414" data-hovercard-type="issue" data-hovercard-url="/eslint/eslint/issues/11414/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/issues/11414">#11414</a>) (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="509968245" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12472" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12472/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12472">#12472</a>) (YeonJuan)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/40791af69efde1701690637603ad37d41e15a727"><code>40791af</code></a> Docs: clarify ignoreDestructuring option in the camelcase rule (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="520675117" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12553" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12553/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12553">#12553</a>) (Milos Djermanovic)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/07d398d91d5b6d0247e58b1f8ea64bb5acd570a8"><code>07d398d</code></a> Chore: Add GitHub organization to Sponsor button (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="522394301" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12562" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12562/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12562">#12562</a>) (Brandon Mills)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/a47770706ac59633dcd73e886d1a7282b324ee06"><code>a477707</code></a> Chore: Format style guide links so they can be clicked (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="487633670" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12189" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12189/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12189">#12189</a>) (Ivan V)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/0f7edefdc1576d5e3e7ef89083002b0a4a31f039"><code>0f7edef</code></a> Update: add react plugin config for eslint init (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="507664624" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12446" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12446/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12446">#12446</a>) (Ibrahim Rouis)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/448ff1e53734c503fb9e7e6802c1c7e441d4c019"><code>448ff1e</code></a> Update: Report '\08' and '\09' in no-octal-escape (fixes <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="478778591" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12080" data-hovercard-type="issue" data-hovercard-url="/eslint/eslint/issues/12080/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/issues/12080">#12080</a>) (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="517298912" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12526" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12526/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12526">#12526</a>) (Milos Djermanovic)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/45aa6a3ba3486f1b116c5daab6432d144e5ea574"><code>45aa6a3</code></a> New: Add no-setter-return rule (fixes <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="495447757" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12285" data-hovercard-type="issue" data-hovercard-url="/eslint/eslint/issues/12285/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/issues/12285">#12285</a>) (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="500587337" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12346" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12346/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12346">#12346</a>) (Milos Djermanovic)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/0afb518d1f139376245613dddd8eaef32b52d619"><code>0afb518</code></a> Fix: invalid autofix in function-call-argument-newline (fixes <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="508793092" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12454" data-hovercard-type="issue" data-hovercard-url="/eslint/eslint/issues/12454/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/issues/12454">#12454</a>) (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="519232607" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12539" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12539/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12539">#12539</a>) (YeonJuan)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/90305e017c2c5fba0b4b62f41b180910b4baeedb"><code>90305e0</code></a> Update: Depcrecate isSpaceBetweenTokens() (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="516316123" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12519" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12519/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12519">#12519</a>) (Kai Cataldo)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/41b1e4308c1cb01c8b00cc8adc36440e77854117"><code>41b1e43</code></a> New: add option for camelcase (fixes <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="517442216" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12527" data-hovercard-type="issue" data-hovercard-url="/eslint/eslint/issues/12527/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/issues/12527">#12527</a>) (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="517621359" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12528" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12528/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12528">#12528</a>) (Pig Fang)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/f49f1e0a69afa49f6548af7b2c0e6347e1ea022d"><code>f49f1e0</code></a> Upgrade: upgrade optionator to avoid license issue (fixes <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="423647430" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/11536" data-hovercard-type="issue" data-hovercard-url="/eslint/eslint/issues/11536/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/issues/11536">#11536</a>) (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="518989877" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12537" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12537/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12537">#12537</a>) (Pig Fang)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/0286b5730501b391c74e069db46849f0de0885d2"><code>0286b57</code></a> Docs: Clean up Getting Started Guide (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="519550734" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12544" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12544/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12544">#12544</a>) (Nicholas C. Zakas)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/575a98d724b2688f1e9c83744c5dc9ffe9a7bfb4"><code>575a98d</code></a> Chore: Add funding field to package.json (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="519548568" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12543" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12543/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12543">#12543</a>) (Nicholas C. Zakas)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/9e29e189752f06362fd1956659e07834efb746a5"><code>9e29e18</code></a> Fix: sourceCode#isSpaceBetweenTokens() checks non-adjacent tokens (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="512219704" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12491" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12491/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12491">#12491</a>) (Kai Cataldo)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/586855060afb3201f4752be8820dc85703b523a6"><code>5868550</code></a> Docs: add notice about <code>function</code> keyword in keyword-spacing (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="516794237" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12524" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12524/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12524">#12524</a>) (Pig Fang)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/bb556d5fd735ad2dcea322082edcc07a58105ce9"><code>bb556d5</code></a> Fix: curly <code>multi</code> reports single lexical declarations (fixes <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="460719744" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/11908" data-hovercard-type="issue" data-hovercard-url="/eslint/eslint/issues/11908/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/issues/11908">#11908</a>) (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="514750997" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12513" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12513/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12513">#12513</a>) (Milos Djermanovic)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/ac606217d4beebc35b865d14a7f9723fd21faa48"><code>ac60621</code></a> Fix: unexpected autofix in prefer-const (fixes <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="515221741" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12514" data-hovercard-type="issue" data-hovercard-url="/eslint/eslint/issues/12514/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/issues/12514">#12514</a>) (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="516612330" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12521" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12521/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12521">#12521</a>) (YeonJuan)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/990065e5f58b6cc6922ab6cee5b97bfc56a6237a"><code>990065e</code></a> Update: curly multi-or-nest flagging semis on next line (fixes <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="502538912" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12370" data-hovercard-type="issue" data-hovercard-url="/eslint/eslint/issues/12370/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/issues/12370">#12370</a>) (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="502889932" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12378" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12378/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12378">#12378</a>) (cherryblossom000)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/084a8a63a749232681fefe9bdac6802efdcdc8a8"><code>084a8a6</code></a> Fix: no-cond-assign with <code>always</code> option reports switch case clauses (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="509677536" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12470" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12470/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12470">#12470</a>) (Milos Djermanovic)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/7e41355b19a8ef347620dd7c0dde491c3460937b"><code>7e41355</code></a> Update: improve report location for space-infix-ops (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="499275281" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12324" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12324/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12324">#12324</a>) (Chiawen Chen)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/94ff921689115f856578159564ee1968b4b914be"><code>94ff921</code></a> Update: Add capIsConstructor option to no-invalid-this (fixes <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="493990529" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12271" data-hovercard-type="issue" data-hovercard-url="/eslint/eslint/issues/12271/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/issues/12271">#12271</a>) (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="497722690" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12308" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12308/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12308">#12308</a>) (Milos Djermanovic)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/de65de6e488112a602949e6a5d27dd4c754b003c"><code>de65de6</code></a> New: Add prefer-exponentiation-operator rule (fixes <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="332927039" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/10482" data-hovercard-type="issue" data-hovercard-url="/eslint/eslint/issues/10482/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/issues/10482">#10482</a>) (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="501261084" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12360" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12360/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12360">#12360</a>) (Milos Djermanovic)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/c78f4a73de68f81cd41132b46d4840b91599d599"><code>c78f4a7</code></a> Update: Allow JSX exception in no-inline-comments (fixes <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="398607507" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/11270" data-hovercard-type="issue" data-hovercard-url="/eslint/eslint/issues/11270/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/issues/11270">#11270</a>) (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="503780432" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12388" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12388/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12388">#12388</a>) (Milos Djermanovic)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/e17fb90f5817d16081e690eb06b7720afcb9fa2a"><code>e17fb90</code></a> New: allowAfterThisConstructor for no-underscore-dangle (fixes <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="418472986" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/11488" data-hovercard-type="issue" data-hovercard-url="/eslint/eslint/issues/11488/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/issues/11488">#11488</a>) (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="418475391" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/11489" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/11489/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/11489">#11489</a>) (sripberger)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/287ca562811d037bde09a47af7f5b9c7b741e022"><code>287ca56</code></a> Build: update CI for Node.js 13 (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="513245229" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12496" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12496/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12496">#12496</a>) (Toru Nagashima)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/98e1d50273f31c2a7b59772298280ed7305274c8"><code>98e1d50</code></a> Upgrade: globals to v12.1.0 (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="496604719" data-permission-text="Issue title is private" data-url="https://github.com/eslint/eslint/issues/12296" data-hovercard-type="pull_request" data-hovercard-url="/eslint/eslint/pull/12296/hovercard" href="https://urls.greenkeeper.io/eslint/eslint/pull/12296">#12296</a>) (Tony Brix)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/8ac71a3c89a9db13706a44b23d1b509b65185113"><code>8ac71a3</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/4e142ea411dfb692b6e2a69cd5f1204ade4dd58a"><code>4e142ea</code></a> Docs: Update README team and sponsors (ESLint Jenkins)</li> </ul> </details>
<details> <summary>Commits</summary> <p>The new version differs by 661 commits.</p> <ul> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/61848b4847db78080362040b0f56e4278508578e"><code>61848b4</code></a> <code>6.7.0</code></li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/9162db9a70c4d0a27cdc5ee1004b4ae80c6124a1"><code>9162db9</code></a> <code>Build: changelog update for 6.7.0</code></li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/312a88f2230082d898b7d8d82f8af63cb352e55a"><code>312a88f</code></a> <code>New: Add grouped-accessor-pairs rule (fixes #12277) (#12331)</code></li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/5c68f5feeb4a6c0cb53ff76b2fd255b5bfa69c93"><code>5c68f5f</code></a> <code>Update: Add 'lexicalBindings' to no-implicit-globals and change messages (#11996)</code></li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/6eaad964ff159d0a38de96c1104782ffe6858c78"><code>6eaad96</code></a> <code>New: Add suggestions API (#12384)</code></li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/b336fbedecd85731611fdc2dfd8edb635a8b1c39"><code>b336fbe</code></a> <code>Fix: indent rule with JSX spread props (#12581)</code></li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/97c745dc277febbea82552a4d9186e3df847f860"><code>97c745d</code></a> <code>Update: Report assignment expression location in no-cond-assign (#12465)</code></li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/0f01f3d0807c580631c2fdcff29192a64a870637"><code>0f01f3d</code></a> <code>Update: Check member expressions with <code>this</code> in operator-assignment (#12495)</code></li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/62c7038a493d89e4a7b14ac673a063d09d04057b"><code>62c7038</code></a> <code>Fix: invalid token checking in computed-property-spacing (fixes #12198) (#12533)</code></li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/4f8a1ee1c26ccb5882e5e83ea7eab2f406c7476b"><code>4f8a1ee</code></a> <code>Update: Add enforceForClassMembers option to no-useless-computed-key (#12110)</code></li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/1a2eb99f11c65813bba11d6576a06cff2b823cc9"><code>1a2eb99</code></a> <code>New: new rule no-constructor-return (fixes #12481) (#12529)</code></li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/ca3b2a62c9e829dc4534bca3643d6bc729b46df0"><code>ca3b2a6</code></a> <code>New: ignorePatterns in config files (refs eslint/rfcs#22) (#12274)</code></li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/60204a3620e33a078c1c35fa2e5d839a16c627ff"><code>60204a3</code></a> <code>Docs: Added another Textmate 2 bundle. (#12580)</code></li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/62623f9f611a3adb79696304760a2fd14be8afbc"><code>62623f9</code></a> <code>Fix: preserve whitespace in multiline-comment-style (fixes #12312) (#12316)</code></li> <li><a href="https://urls.greenkeeper.io/eslint/eslint/commit/17a8849491a983f6cb8e98da8c0c9d52ff5f2aa6"><code>17a8849</code></a> <code>New: Add no-dupe-else-if rule (fixes #12469) (#12504)</code></li> </ul> <p>There are 250 commits in total.</p> <p>See the <a href="https://urls.greenkeeper.io/eslint/eslint/compare/a857cd914200c56203a40a42dfbd69d9fe8dc351...61848b4847db78080362040b0f56e4278508578e">full diff</a></p> </details>
<details> <summary>FAQ and help</summary>
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper. </details>
Your Greenkeeper bot :palm_tree:
pr closed time in a month
PR closed Tradeshift/io
The devDependency rollup was updated from 0.66.6 to 1.27.3.
This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Publisher: lukastaegert License: MIT
<details> <summary>Release Notes for v1.27.3</summary>
<p><em>2019-11-20</em></p> <h3>Bug Fixes</h3> <ul> <li>Provide better warning when empty chunks are created in a code-splitting scenario (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="524850396" data-permission-text="Issue title is private" data-url="https://github.com/rollup/rollup/issues/3244" data-hovercard-type="pull_request" data-hovercard-url="/rollup/rollup/pull/3244/hovercard" href="https://urls.greenkeeper.io/rollup/rollup/pull/3244">#3244</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://urls.greenkeeper.io/rollup/rollup/pull/3244" data-hovercard-type="pull_request" data-hovercard-url="/rollup/rollup/pull/3244/hovercard">#3244</a>: Clearer empty chunk warning (<a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/tjenkinson/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://urls.greenkeeper.io/tjenkinson">@tjenkinson</a>)</li> </ul> </details>
<details> <summary>Commits</summary> <p>The new version differs by 527 commits.</p> <ul> <li><a href="https://urls.greenkeeper.io/rollup/rollup/commit/8f4f01296e08dd61719b40a0a7bf8a060cc54dc6"><code>8f4f012</code></a> <code>1.27.3</code></li> <li><a href="https://urls.greenkeeper.io/rollup/rollup/commit/486253f010e0c991737b03ef95d264ef805ffd7b"><code>486253f</code></a> <code>Update changelog</code></li> <li><a href="https://urls.greenkeeper.io/rollup/rollup/commit/91010bf5bf8e3659a120841de4180996126cf9e8"><code>91010bf</code></a> <code>Clearer empty chunk warning (#3244)</code></li> <li><a href="https://urls.greenkeeper.io/rollup/rollup/commit/edddb125f40eb00dc3eb4980783d2fc39edc81f8"><code>edddb12</code></a> <code>Update dependencies (#3248)</code></li> <li><a href="https://urls.greenkeeper.io/rollup/rollup/commit/0366e2488f3e5ef6e7c2376d5973b9c9a0b73e9e"><code>0366e24</code></a> <code>1.27.2</code></li> <li><a href="https://urls.greenkeeper.io/rollup/rollup/commit/81a2726b5f4e0b948b28744cb9a7034331f124b3"><code>81a2726</code></a> <code>Update changelog</code></li> <li><a href="https://urls.greenkeeper.io/rollup/rollup/commit/6dcc4e0e83676240d750f2ed4a0b4c9b7918f75b"><code>6dcc4e0</code></a> <code>Export updated assignments when using shorthand update assignment expressions in SystemJS (#3242)</code></li> <li><a href="https://urls.greenkeeper.io/rollup/rollup/commit/06971665c325c42d0def4e7662020933b83e23fa"><code>0697166</code></a> <code>1.27.1</code></li> <li><a href="https://urls.greenkeeper.io/rollup/rollup/commit/d7ad4105ab7f33dc18ab629a13589a83ca93c8cd"><code>d7ad410</code></a> <code>Update changelog</code></li> <li><a href="https://urls.greenkeeper.io/rollup/rollup/commit/690d388ed2ab4bb75d72f16ba55da2e04cd5a121"><code>690d388</code></a> <code>Do not truncate after switch-statement with removed case (#3241)</code></li> <li><a href="https://urls.greenkeeper.io/rollup/rollup/commit/3885a7f9a057ee7c1460af9642b639ac9fbdc708"><code>3885a7f</code></a> <code>make <code>acornOptions</code> optional in <code>parse()</code> in docs (#3237)</code></li> <li><a href="https://urls.greenkeeper.io/rollup/rollup/commit/42279776df426081fae87ae656e24d549ac9570e"><code>4227977</code></a> <code>Update dependencies and fix vulnerability (#3240)</code></li> <li><a href="https://urls.greenkeeper.io/rollup/rollup/commit/5289fdedf878b301b3337866d0892e207874c7ce"><code>5289fde</code></a> <code>docs: Fix tutorial example</code></li> <li><a href="https://urls.greenkeeper.io/rollup/rollup/commit/d58881085b2e7835c0ba25e8c7eb5ba8bb75d754"><code>d588810</code></a> <code>docs: Fix phase for resolveDynamicImport</code></li> <li><a href="https://urls.greenkeeper.io/rollup/rollup/commit/4b786457bb425baf8fbd786c527bd9bc34b568e4"><code>4b78645</code></a> <code>1.27.0</code></li> </ul> <p>There are 250 commits in total.</p> <p>See the <a href="https://urls.greenkeeper.io/rollup/rollup/compare/aa68a8cd6d363681ec1df60df63e05f6b53c4277...8f4f01296e08dd61719b40a0a7bf8a060cc54dc6">full diff</a></p> </details>
<details> <summary>FAQ and help</summary>
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper. </details>
Your Greenkeeper bot :palm_tree:
pr closed time in a month
delete branch Tradeshift/react-tradeshift-ui
delete branch : jwe-tradeshift-scripts
delete time in 2 months
PR closed Tradeshift/react-tradeshift-ui
Proof of concept migration to use tradeshift-scripts.
pr closed time in 2 months
push eventTradeshift/io
commit sha a626a5a8fac4bc4d042c330fa1d224d26806275b
build(deps): bump elliptic from 6.4.0 to 6.5.3 Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.3. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](https://github.com/indutny/elliptic/compare/v6.4.0...v6.5.3) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 9d594a3267afd224aa1de7d8f85f201307fbc766
Merge pull request #67 from Tradeshift/dependabot/npm_and_yarn/elliptic-6.5.3 build(deps): bump elliptic from 6.4.0 to 6.5.3
push time in 2 months
delete branch Tradeshift/io
delete branch : dependabot/npm_and_yarn/elliptic-6.5.3
delete time in 2 months
PR merged Tradeshift/io
Bumps elliptic from 6.4.0 to 6.5.3. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/indutny/elliptic/commit/8647803dc3d90506aa03021737f7b061ba959ae1"><code>8647803</code></a> 6.5.3</li> <li><a href="https://github.com/indutny/elliptic/commit/856fe4d99fe7b6200556e6400b3bf585b1721bec"><code>856fe4d</code></a> signature: prevent malleability and overflows</li> <li><a href="https://github.com/indutny/elliptic/commit/60489415e545efdfd3010ae74b9726facbf08ca8"><code>6048941</code></a> 6.5.2</li> <li><a href="https://github.com/indutny/elliptic/commit/9984964457c9f8a63b91b01ea103260417eca237"><code>9984964</code></a> package: bump dependencies</li> <li><a href="https://github.com/indutny/elliptic/commit/ec735edde187a43693197f6fa3667ceade751a3a"><code>ec735ed</code></a> utils: leak less information in <code>getNAF()</code></li> <li><a href="https://github.com/indutny/elliptic/commit/71e4e8e2f5b8f0bdbfbe106c72cc9fbc746d3d60"><code>71e4e8e</code></a> 6.5.1</li> <li><a href="https://github.com/indutny/elliptic/commit/7ec66ffa255079260126d87b1762a59ea10de5ea"><code>7ec66ff</code></a> short: add infinity check before multiplying</li> <li><a href="https://github.com/indutny/elliptic/commit/ee7970b92f388e981d694be0436c4c8036b5d36c"><code>ee7970b</code></a> travis: really move on</li> <li><a href="https://github.com/indutny/elliptic/commit/637d0216b58de7edee4f3eb5641295ac323acadb"><code>637d021</code></a> travis: move on</li> <li><a href="https://github.com/indutny/elliptic/commit/5ed0babb6467cd8575a9218265473fda926d9d42"><code>5ed0bab</code></a> package: update deps</li> <li>Additional commits viewable in <a href="https://github.com/indutny/elliptic/compare/v6.4.0...v6.5.3">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 2 months
created tagTradeshift/tradeshift-scripts
Build tooling for tradeshift npm packages
created time in 3 months
push eventTradeshift/tradeshift-scripts
commit sha 8bad01113a854d310783ec4850c3ffafebf63350
feat: make prettier config closer to prettier 2 default
commit sha 652e8bddf2a63979d82ce35426057c007bc65543
feat: update prettier to v2.0.5
commit sha 836879d6a613c9f02366b799c568ff8732685625
chore: run prettier on src
push time in 3 months
created tagTradeshift/tradeshift-scripts
Build tooling for tradeshift npm packages
created time in 3 months
push eventTradeshift/tradeshift-scripts
commit sha f05447907b6e0f4e1fec3e21614451d079c629f2
fix: add prettier.js to ensure stable prettier config import
push time in 3 months