christophehurpeau/babel-preset-modern-browsers 107
Babel presets for modern browsers
christophehurpeau/babel-preset-latest-node 9
babel preset latest for node 14 (Current), node 12 (Active LTS) node 10 (Maintenance LTS)
christophehurpeau/babel-plugin-defines 4
Like defines for UglifyJS, this plugin will replace defined variables by their values
christophehurpeau/babel-plugin-tcomb 3
Babel plugin for static and runtime type checking using Flow and tcomb
christophehurpeau/babel-preset-optimizations 3
Babel preset for optimizations only babel-minify plugins
christophehurpeau/babel-plugin-jsx-code 2
Replace `<Code>` content to render code side by side with source string
christophehurpeau/babel-plugin-remove-dead-code 2
This plugin for babel 6 remove dead code
christophehurpeau/babel-plugin-import-rename 1
Rename import sources
christophehurpeau/babel-plugin-jsdoc 1
Adds JSDoc annotations to source code
christophehurpeau/babel-preset-flow-tcomb 1
Babel preset for flow with tcomb runtime check
PR closed RPi-Distro/pi-gen
This pull request closes #444 .
It adds RASPBIAN_MIRROR and DEBIAN_MIRROR config items in order to allow custom mirrors to be used rather than just hardcoding the Raspberry Pi Foundation repositories.
pr closed time in 3 minutes
pull request commentRPi-Distro/pi-gen
Adds RASPBIAN_MIRROR and DEBIAN_MIRROR config items
Comments in https://github.com/RPi-Distro/pi-gen/issues/444 from @XECDesign had me rethink this pull request and the proposed changes made in this commit.
Closing in favor of another method.
comment created time in 3 minutes
push eventchristophehurpeau/pob
commit sha 42821c12bd9691096a081045d7288977e9715f18
fix(deps): update dependency prettier to v2.2.1 (#712)
push time in an hour
PR merged christophehurpeau/pob
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| prettier (source) | 2.1.2 -> 2.2.1 |
Release Notes
<details> <summary>prettier/prettier</summary>
v2.2.1
Fix formatting for AssignmentExpression with ClassExpression (#9741 by @sosukesuzuki)
<!-- prettier-ignore -->
// Input
module.exports = class A extends B {
method() {
console.log("foo");
}
};
// Prettier 2.2.0
module.exports = class A extends (
B
) {
method() {
console.log("foo");
}
};
// Prettier 2.2.1
module.exports = class A extends B {
method() {
console.log("foo");
}
};
v2.2.0
</details>
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about these updates again.
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.
pr closed time in an hour
push eventchristophehurpeau/pob
commit sha ed7ebe0af315d631f9a872750f96109b62606ec7
feat(deps): update babel monorepo to v7.12.7 [skip ci] (#713)
commit sha 62251b4a90fd8bf6185d03e4ebdf8477978ad329
feat(deps): update dependency eslint to v7.14.0 [skip ci] (#714)
commit sha 6cf8e819c403c8b382003ee3988ce3b59358f764
feat(deps): update typescript-eslint monorepo to v4.8.2 [skip ci] (#715)
commit sha a8a38fa16f705d907ece3b47c4631c27fd81e54c
feat(deps): update dependency @babel/core to v7.12.8 (#716)
commit sha be6f266a2de0dc25cb4964aa5709c69ecdd6f249
fix(deps): update dependency lint-staged to v10.5.2 (#717)
commit sha b0119ca7a5e2a424f2e31f73427f641f73b09f6b
feat(deps): update dependency @babel/core to v7.12.9 [skip ci] (#718)
commit sha a8ff5831a3b364e90d47e1f9be585c9dcccb3cd8
fix(deps): update dependency prettier to v2.2.1
push time in an hour
push eventchristophehurpeau/eslint-config-pob
commit sha 09b2ad87d9b45305c184e4701bf23ab2463b0ce6
chore(deps): update dependency eslint to v7.14.0 [skip ci] (#176)
commit sha 2eecdb65c4d137e6e4695a896d6f623e18db4628
chore(deps): update dependency prettier to v2.2.1
push time in an hour
push eventchristophehurpeau/babel-preset-modern-browsers
commit sha 4c8b8f0190ae9abb6e57b72096b0b190cd547c60
chore(deps): update dependency prettier to v2.2.1
push time in 2 hours
issue commentRPi-Distro/chromium-browser
CSS filters on divs are rendering black
https://display-screen.media/display.php?id_presentations_manifests=16
The images at the top and "education funding" third from bottom - these are being animated VERY SLOWLY to give a chance to inspect them. They are all the same text etc. Top images should be transparent background.
The reason there is a difference between other texts is the filter and these are all divs within divs. But again - when I switched off hardware acceleration in flags in chrome it cleared this up. (I need hardware acceleration though).
I just changed the chromium-browser back to 78 and it fixed the issue.
comment created time in 7 hours
startedupptime/upptime
started time in 13 hours
issue commentRPi-Distro/chromium-browser
CSS filters on divs are rendering black
@audas can you provide a url that exhibits the issue?
comment created time in 16 hours
fork Keirua/juice
🍹 An intuitive, elegant, and responsive Zola theme for product sites.
fork in 18 hours
pull request commentRPi-Distro/pi-gen
Fixes SuperCollider/SC3Plugins and installs Sentire 0.3.0
sorry, wrong repo
comment created time in 18 hours
PR opened RPi-Distro/pi-gen
I have built .deb packages for SuperCollider 3.11.2 and sc3-plugins 3.11.1, now it should work out of the box.
Also, this patch will install sentire-0.3.0 and start it on boot.
After setting up the image following the instructions (dd the image to the sdcard + setup wifi), the web frontend should be up and running on http://sentire:8000/ or http://<raspberry ip>:8000/
important: the image expects a USB sound card plugged in. If you boot it without a sound card sclang will fail to start.
pr created time in 18 hours
startedupptime/upptime
started time in 18 hours
delete branch christophehurpeau/use-formatted-message
delete branch : renovate/pob-root-2.x
delete time in 20 hours
PR closed christophehurpeau/use-formatted-message
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @pob/root | devDependencies | major | 1.5.0 -> 2.4.4 |
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.
pr closed time in 20 hours
push eventchristophehurpeau/use-formatted-message
commit sha 02ddbf9d9fd62385ca41cf49f3c4e0e5b644e1d7
chore(deps): update dependency @typescript-eslint/eslint-plugin to v2.34.0 (#17)
commit sha f803b3936470ceb48b22aa1a03c6f347f17846f4
chore(deps): update dependency eslint-import-resolver-node to v0.3.4 (#18)
commit sha 29b30ef0993cfceb618a83180d058206d121d41b
chore(deps): update pob dependencies
push time in 20 hours
delete branch christophehurpeau/use-formatted-message
delete branch : renovate/eslint-plugin-prettier-3.x
delete time in 20 hours
push eventchristophehurpeau/use-formatted-message
commit sha 510bcaed85fdcd8918ba482a4cf3d624ed524d39
chore(deps): update dependency eslint-plugin-prettier to v3.1.4 (#20)
push time in 20 hours
PR merged christophehurpeau/use-formatted-message
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| eslint-plugin-prettier | 3.1.3 -> 3.1.4 |
Release Notes
<details> <summary>prettier/eslint-plugin-prettier</summary>
v3.1.4
- Avoid clearing Prettier cache when not using prettierrc (#303) (3c8e2d9)
- build(deps-dev): bump eslint-plugin-eslint-plugin from 2.2.1 to 2.2.2 (93f7c8b)
- build(deps-dev): bump eslint from 7.1.0 to 7.2.0 (650ac7a)
- build(deps-dev): bump eslint-plugin-self from 1.2.0 to 1.2.1 (6449ec1)
- build(deps-dev): bump eslint from 7.0.0 to 7.1.0 (fd30022)
- Chore: Add CI tests for ESLint 7 (#291) (cc2979b)
- build(deps-dev): bump eslint-config-prettier from 6.10.1 to 6.11.0 (35a7ee6)
</details>
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.
pr closed time in 20 hours
pull request commentchristophehurpeau/use-formatted-message
chore(deps): update dependency eslint-plugin-prettier to v3.1.4
This will be auto filled by reviewflow.
comment created time in 20 hours
PR opened christophehurpeau/use-formatted-message
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| eslint-plugin-prettier | 3.1.3 -> 3.1.4 |
Release Notes
<details> <summary>prettier/eslint-plugin-prettier</summary>
v3.1.4
- Avoid clearing Prettier cache when not using prettierrc (#303) (3c8e2d9)
- build(deps-dev): bump eslint-plugin-eslint-plugin from 2.2.1 to 2.2.2 (93f7c8b)
- build(deps-dev): bump eslint from 7.1.0 to 7.2.0 (650ac7a)
- build(deps-dev): bump eslint-plugin-self from 1.2.0 to 1.2.1 (6449ec1)
- build(deps-dev): bump eslint from 7.0.0 to 7.1.0 (fd30022)
- Chore: Add CI tests for ESLint 7 (#291) (cc2979b)
- build(deps-dev): bump eslint-config-prettier from 6.10.1 to 6.11.0 (35a7ee6)
</details>
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.
pr created time in 20 hours
create barnchchristophehurpeau/use-formatted-message
branch : renovate/eslint-plugin-prettier-3.x
created branch time in 20 hours
delete branch christophehurpeau/use-formatted-message
delete branch : renovate/eslint-plugin-import-2.x
delete time in 20 hours
push eventchristophehurpeau/use-formatted-message
commit sha e02b1597b337d31fb7034d03d80d903bdba52328
chore(deps): update dependency eslint-plugin-import to v2.22.1 (#19)
push time in 20 hours
PR merged christophehurpeau/use-formatted-message
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| eslint-plugin-import | 2.20.2 -> 2.22.1 |
Release Notes
<details> <summary>benmosher/eslint-plugin-import</summary>
v2.22.1
Fixed
- [
default]/TypeScript: avoid crash onexport =with a MemberExpression ([#1841], thanks [@ljharb]) - [
extensions]/importType: Fix @/abc being treated as scoped module ([#1854], thanks [@3nuc]) - allow using rest operator in named export ([#1878], thanks [@foray1010])
- [
dynamic-import-chunkname]: allow single quotes to match Webpack support ([#1848], thanks [@straub])
Changed
- [
export]: add tests for a name collision withexport * from([#1704], thanks @tomprats)
v2.22.0
Added
- [
no-unused-modules]: consider exported TypeScript interfaces, types and enums ([#1819], thanks [@nicolashenry]) - [
no-cycle]: allowmaxDepthoption to be"∞"(thanks [@ljharb])
Fixed
- [
order]/TypeScript: properly supportimport = objectexpressions ([#1823], thanks [@manuth]) - [
no-extraneous-dependencies]/TypeScript: do not error when importing type from dev dependencies ([#1820], thanks [@fernandopasik]) - [
default]: avoid crash withexport =([#1822], thanks [@AndrewLeedham]) - [
order]/[newline-after-import]: ignore TypeScript's "export import object" ([#1830], thanks [@be5invis]) - [
dynamic-import-chunkname]/TypeScript: supports@typescript-eslint/parser([#1833], thanks [@noelebrun]) - [
order]/TypeScript: ignore ordering of object imports ([#1831], thanks [@manuth]) - [
namespace]: do not report on shadowed import names ([#518], thanks [@ljharb]) - [
export]: avoid warning onexport * asnon-conflicts ([#1834], thanks [@ljharb])
Changed
- [
no-extraneous-dependencies]: add tests for importing types ([#1824], thanks [@taye]) - [docs][
no-default-export]: Fix docs url ([#1836], thanks [@beatrizrezener]) - [docs][
imports-first]: deprecation info and link tofirstdocs ([#1835], thanks [@beatrizrezener])
v2.21.2
Fixed
- [
order]: avoid a crash on TypeScript’sexport importsyntax ([#1808], thanks [@ljharb]) - [
newline-after-import]: consider TypeScriptimport =syntax' ([#1811], thanks [@ljharb]) - [
no-internal-modules]: avoid a crash on a named export declaration ([#1814], thanks [@ljharb])
v2.21.1
Fixed
- TypeScript: [
import/named]: avoid requiringtypescriptwhen not using TS ([#1805], thanks [@ljharb])
v2.21.0
Added
- [
import/default]: support default export in TSExportAssignment ([#1528], thanks [@joaovieira]) - [
no-cycle]: addignoreExternaloption ([#1681], thanks [@sveyret]) - [
order]: Add support for TypeScript's "import equals"-expressions ([#1785], thanks [@manuth]) - [
import/default]: support default export in TSExportAssignment ([#1689], thanks [@Maxim-Mazurok]) - [
no-restricted-paths]: add custom message support ([#1802], thanks [@malykhinvi])
Fixed
- [
group-exports]: Flow type export awareness ([#1702], thanks [@ernestostifano]) - [
order]: Recognize pathGroup config for first group ([#1719], [#1724], thanks [@forivall], [@xpl]) - [
no-unused-modules]: Fix re-export not counting as usage when used in combination with import ([#1722], thanks [@Ephem]) - [
no-duplicates]: Handle TS import type ([#1676], thanks [@kmui2]) - [
newline-after-import]: recognize decorators ([#1139], thanks [@atos1990]) - [
no-unused-modules]: Revert "[flow]no-unused-modules: add flow type support" ([#1770], thanks [@Hypnosphi]) - TypeScript: Add nested namespace handling ([#1763], thanks [@julien1619])
- [
namespace]/ExportMap: Fix interface declarations for TypeScript ([#1764], thanks [@julien1619]) - [
no-unused-modules]: avoid order-dependence ([#1744], thanks [@darkartur]) - [
no-internal-modules]: also checkexport fromsyntax ([#1691], thanks [@adjerbetian]) - TypeScript: [
export]: avoid a crash withexport =([#1801], thanks [@ljharb])
Changed
- [Refactor]
no-extraneous-dependencies: use moduleVisitor ([#1735], thanks [@adamborowski]) - TypeScript config: Disable [
named][] ([#1726], thanks [@astorije]) - [readme] Remove duplicate no-unused-modules from docs ([#1690], thanks [@arvigeus])
- [Docs]
order: fix bad inline config ([#1788], thanks [@nickofthyme]) - [Tests] Add fix for Windows Subsystem for Linux ([#1786], thanks [@manuth])
- [Docs]
no-unused-rules: Fix docs for unused exports ([#1776], thanks [@barbogast]) - [eslint] bump minimum v7 version to v7.2.0
</details>
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.
pr closed time in 20 hours
pull request commentchristophehurpeau/use-formatted-message
chore(deps): update dependency eslint-plugin-import to v2.22.1
This will be auto filled by reviewflow.
comment created time in 20 hours
PR opened christophehurpeau/use-formatted-message
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| eslint-plugin-import | 2.20.2 -> 2.22.1 |
Release Notes
<details> <summary>benmosher/eslint-plugin-import</summary>
v2.22.1
Fixed
- [
default]/TypeScript: avoid crash onexport =with a MemberExpression ([#1841], thanks [@ljharb]) - [
extensions]/importType: Fix @/abc being treated as scoped module ([#1854], thanks [@3nuc]) - allow using rest operator in named export ([#1878], thanks [@foray1010])
- [
dynamic-import-chunkname]: allow single quotes to match Webpack support ([#1848], thanks [@straub])
Changed
- [
export]: add tests for a name collision withexport * from([#1704], thanks @tomprats)
v2.22.0
Added
- [
no-unused-modules]: consider exported TypeScript interfaces, types and enums ([#1819], thanks [@nicolashenry]) - [
no-cycle]: allowmaxDepthoption to be"∞"(thanks [@ljharb])
Fixed
- [
order]/TypeScript: properly supportimport = objectexpressions ([#1823], thanks [@manuth]) - [
no-extraneous-dependencies]/TypeScript: do not error when importing type from dev dependencies ([#1820], thanks [@fernandopasik]) - [
default]: avoid crash withexport =([#1822], thanks [@AndrewLeedham]) - [
order]/[newline-after-import]: ignore TypeScript's "export import object" ([#1830], thanks [@be5invis]) - [
dynamic-import-chunkname]/TypeScript: supports@typescript-eslint/parser([#1833], thanks [@noelebrun]) - [
order]/TypeScript: ignore ordering of object imports ([#1831], thanks [@manuth]) - [
namespace]: do not report on shadowed import names ([#518], thanks [@ljharb]) - [
export]: avoid warning onexport * asnon-conflicts ([#1834], thanks [@ljharb])
Changed
- [
no-extraneous-dependencies]: add tests for importing types ([#1824], thanks [@taye]) - [docs][
no-default-export]: Fix docs url ([#1836], thanks [@beatrizrezener]) - [docs][
imports-first]: deprecation info and link tofirstdocs ([#1835], thanks [@beatrizrezener])
v2.21.2
Fixed
- [
order]: avoid a crash on TypeScript’sexport importsyntax ([#1808], thanks [@ljharb]) - [
newline-after-import]: consider TypeScriptimport =syntax' ([#1811], thanks [@ljharb]) - [
no-internal-modules]: avoid a crash on a named export declaration ([#1814], thanks [@ljharb])
v2.21.1
Fixed
- TypeScript: [
import/named]: avoid requiringtypescriptwhen not using TS ([#1805], thanks [@ljharb])
v2.21.0
Added
- [
import/default]: support default export in TSExportAssignment ([#1528], thanks [@joaovieira]) - [
no-cycle]: addignoreExternaloption ([#1681], thanks [@sveyret]) - [
order]: Add support for TypeScript's "import equals"-expressions ([#1785], thanks [@manuth]) - [
import/default]: support default export in TSExportAssignment ([#1689], thanks [@Maxim-Mazurok]) - [
no-restricted-paths]: add custom message support ([#1802], thanks [@malykhinvi])
Fixed
- [
group-exports]: Flow type export awareness ([#1702], thanks [@ernestostifano]) - [
order]: Recognize pathGroup config for first group ([#1719], [#1724], thanks [@forivall], [@xpl]) - [
no-unused-modules]: Fix re-export not counting as usage when used in combination with import ([#1722], thanks [@Ephem]) - [
no-duplicates]: Handle TS import type ([#1676], thanks [@kmui2]) - [
newline-after-import]: recognize decorators ([#1139], thanks [@atos1990]) - [
no-unused-modules]: Revert "[flow]no-unused-modules: add flow type support" ([#1770], thanks [@Hypnosphi]) - TypeScript: Add nested namespace handling ([#1763], thanks [@julien1619])
- [
namespace]/ExportMap: Fix interface declarations for TypeScript ([#1764], thanks [@julien1619]) - [
no-unused-modules]: avoid order-dependence ([#1744], thanks [@darkartur]) - [
no-internal-modules]: also checkexport fromsyntax ([#1691], thanks [@adjerbetian]) - TypeScript: [
export]: avoid a crash withexport =([#1801], thanks [@ljharb])
Changed
- [Refactor]
no-extraneous-dependencies: use moduleVisitor ([#1735], thanks [@adamborowski]) - TypeScript config: Disable [
named][] ([#1726], thanks [@astorije]) - [readme] Remove duplicate no-unused-modules from docs ([#1690], thanks [@arvigeus])
- [Docs]
order: fix bad inline config ([#1788], thanks [@nickofthyme]) - [Tests] Add fix for Windows Subsystem for Linux ([#1786], thanks [@manuth])
- [Docs]
no-unused-rules: Fix docs for unused exports ([#1776], thanks [@barbogast]) - [eslint] bump minimum v7 version to v7.2.0
</details>
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.
pr created time in 20 hours