Enhance feature-worthy stories
A toolkit for working with ABC News projects
Our work at Walkleys/GEN Editors Lab Sydney event in 2017
abcnews/interactive-ssm-results 3
Explore the results of the same-sex marriage postal survey
abcnews/interactive-ssm-turnout 3
Calculator: What will the same-sex marriage result be?
abcnews/news-20th-anniversary-flashback 3
A look back at the ABC News homepage 20 years ago, with today's content.
Replace emoji in Odyssey stories with EmojiOne graphics
Our work at Walkleys/GEN Editors Lab Sydney event in 2018
Hey, stranger! What's on your phone?
startedsw-yx/spark-joy
started time in 7 hours
created tagabcnews/interactive-coronavirus-spread
Story: "What we can learn from the countries winning the coronavirus fight"
created time in 10 hours
push eventabcnews/interactive-coronavirus-spread
commit sha 8fc4e74370acc5719bcf9b71b7c2ea41c085bdb0
1.14.0
push time in 10 hours
delete branch abcnews/interactive-coronavirus-spread
delete branch : multiple-scrollytellers
delete time in 10 hours
delete branch abcnews/interactive-coronavirus-spread
delete branch : cases-graphic
delete time in 10 hours
delete branch abcnews/interactive-coronavirus-spread
delete branch : standalone-cases-graphics
delete time in 10 hours
delete branch abcnews/interactive-coronavirus-spread
delete branch : alternative-props
delete time in 10 hours
delete branch abcnews/interactive-coronavirus-spread
delete branch : cases-graphic-date-windows
delete time in 10 hours
push eventabcnews/interactive-coronavirus-spread
commit sha 2284c860b703aaf534b3735f0f52073cf9770c85
Ignore maxDate prop on TestingGraphic
commit sha c34a6de427b3ede0a9d1ccf03aa7ac797f8c7a8d
Remove maxDate prop support from CasesGraphic
commit sha 9cdae43ea1ca8f9872a6619fbeb9f581ed44857d
Make filter more obvious rather than counting on type coersion
commit sha 08c9582bc30e70bd845e5cea66256686ce02dd4e
Port fromDate and toDate props from TestingGraphic to CasesGraphic to allow post-transform date capping rather thanthe old maxDate prop that applied at transform.
commit sha d6f66906439337dd33585c45c594f7067398fb06
Remove maxDate prop from CasesGraphic. Mount MAXDATE props are now supplied to the components as toDate props
commit sha 313ebea626796e794d43eb797ba22d9a54cb141d
Stop filtering out sub-log-extent points in getUncappedDataCollection, and only filter them out in getDataCollection if we're viewing a log chart
commit sha c8d9cb2c74f80a766c493a338392e9c8648ac8b5
Retain maxDates naming and prop application to make it clear we're overriding any toDate values in a preset/endoded chart config.
commit sha 08c31d1c0834cd9e44ee1d3fd8bac5801d19198b
Correctly set visiblePlacesData based on predicted extents of both scales, using the filter as an opportunity to calculate extents when caps are not specified. these can be used later to create scales/axes.
commit sha abe67f05b96625d1fe60643617287047a57e0381
Add date pickers to CasesGraphicExplorer for setting fromDate and toDate props when the x-axis type is dates.
commit sha 67a59ef9eb85f46f55edda2c8ce2c352fc35c2cf
When mount point prop-based MAXDATE is defined for scrollyteller or standalone cases graphics, cap the number of days to the number of days between the US reaching 100 cases and MAXDATE.
commit sha c2f13b8b640962fe53007ae8edfebcdcb33986ac
Use force directed labels when a days cap exists, to prevent overlap on desktop screens
commit sha 864e8fbbf9d59a5bb116a35c81e15e5c8135cd8c
Allow null extents for date selection ("Earliest known" to "Latest known") on CasesGraphicExplorer, which is the new default
commit sha c88d1f423ab1cba007eee6b63158a76ba753f771
Allow null extents for date selection ("Earliest known" to "Latest known") on TestingGraphicExplorer, which is the new default
commit sha c80a0b64587755ab70bee717c30c0825d95922a6
Merge pull request #4 from abcnews/cases-graphic-date-windows Cases graphic date windows
push time in 10 hours
PR merged abcnews/interactive-coronavirus-spread
pr closed time in 10 hours
startedeverestpipkin/tools-list
started time in 16 hours
PR opened abcnews/interactive-coronavirus-spread
pr created time in a day
push eventabcnews/interactive-coronavirus-spread
commit sha 67a59ef9eb85f46f55edda2c8ce2c352fc35c2cf
When mount point prop-based MAXDATE is defined for scrollyteller or standalone cases graphics, cap the number of days to the number of days between the US reaching 100 cases and MAXDATE.
commit sha c2f13b8b640962fe53007ae8edfebcdcb33986ac
Use force directed labels when a days cap exists, to prevent overlap on desktop screens
commit sha 864e8fbbf9d59a5bb116a35c81e15e5c8135cd8c
Allow null extents for date selection ("Earliest known" to "Latest known") on CasesGraphicExplorer, which is the new default
commit sha c88d1f423ab1cba007eee6b63158a76ba753f771
Allow null extents for date selection ("Earliest known" to "Latest known") on TestingGraphicExplorer, which is the new default
push time in a day
create barnchabcnews/interactive-coronavirus-spread
branch : cases-graphic-date-windows
created branch time in a day
startedup-banking/api
started time in 4 days
delete branch abcnews/interactive-coronavirus-spread
delete branch : alternative-data-sources
delete time in 4 days
push eventabcnews/interactive-coronavirus-spread
commit sha 80c1e4d2794f52809a9434b1a06deb5fcfb88101
Convert class & lifecycle event-based CasesGraphic and TestingGraphic components to functional components & hooks. Fix CasesGraphic height calculations. Refactor utiles/mounts so that standalone graphic builds don't include components they'll never render. Refactor data fetching into a set of hooks that cache requests/responses. Enable alternative places data sources. Components now have a placesDataURL prop instead of a placesData prop, so they can load their own data internally (and update it when the endpoint changes). WIP data source selector in explorers (hidden until we have additional sources published).
commit sha 804c35e50e99399327f4ee00deef7586d7a97e87
Cache transformed placesData by unique pairings of placesDataURL and maxDate
commit sha 9256abf4b304ea1bb3fa82797f46d99ca06f3d05
Merge pull request #3 from abcnews/alternative-data-sources Alternative data source support (and functional component & hooks rewrite)
push time in 4 days
PR merged abcnews/interactive-coronavirus-spread
This enables us to render CasesGraphics and TestingGraphic (including scrolytellers) that fetch places data from more than one endpoint. It currently defaults to the existing endpoints (with data for countries & cruise ships) when nothing is specified.
Changes:
- Convert class & lifecycle event-based CasesGraphic and TestingGraphic components to functional components & hooks.
- Fix CasesGraphic height calculations.
- Refactor utils/mounts so that standalone graphic builds don't include components they'll never render.
- Refactor data fetching into a set of hooks that cache requests/responses.
- Enable alternative places data sources.
- Components now have a placesDataURL prop instead of a placesData prop, so they can load their own data internally (and update it when the endpoint changes).
Also includes WIP for data source selectors in explorers (hidden until we have additional sources published). For now it just appends random query strings to the existing canonical URLs to trigger new fetches & data transforms.
pr closed time in 4 days
push eventabcnews/interactive-coronavirus-spread
commit sha 804c35e50e99399327f4ee00deef7586d7a97e87
Cache transformed placesData by unique pairings of placesDataURL and maxDate
push time in 4 days
push eventabcnews/odyssey
commit sha bf27df94c5d268452970b572c7ed8dd1a79443b7
Only add PL date meta tags if their corresponding dates exist.
push time in 4 days
PR opened abcnews/interactive-coronavirus-spread
This enables us to render CasesGraphics and TestingGraphic (including scrolytellers) that fetch places data from more than one endpoint. It currently defaults to the existing endpoints (with data for countries & cruise ships) when nothing is specified.
Changes:
- Convert class & lifecycle event-based CasesGraphic and TestingGraphic components to functional components & hooks.
- Fix CasesGraphic height calculations.
- Refactor utils/mounts so that standalone graphic builds don't include components they'll never render.
- Refactor data fetching into a set of hooks that cache requests/responses.
- Enable alternative places data sources.
- Components now have a placesDataURL prop instead of a placesData prop, so they can load their own data internally (and update it when the endpoint changes).
Also includes WIP for data source selectors in explorers (hidden until we have additional sources published). For now it just appends random query strings to the existing canonical URLs to trigger new fetches & data transforms.
pr created time in 5 days
create barnchabcnews/interactive-coronavirus-spread
branch : alternative-data-sources
created branch time in 5 days
issue commentabcnews/mount-utils
In addition to this, we should try to guarantee that only one instance of mount-utils is interacting with the mount points, otherwise any usage tracking will be wasted.
Off the top of my head, Sets could be used internally to track usage / ownership.
comment created time in 6 days
push eventabcnews/mount-utils
commit sha 4307cb7c9b5662ce154ca3b01884f7a66251085c
README corrections
commit sha 999065b0cbe8565e267e5aef7067c9a863175e50
Merge branch 'master' of https://github.com/abcnews/mount-utils
push time in 6 days
push eventabcnews/interactive-coronavirus-spread
commit sha 3e23ceb442bc0e5acbdfa2b206be908a7c1b0918
1.13.0
push time in 11 days
created tagabcnews/interactive-coronavirus-spread
Story: "What we can learn from the countries winning the coronavirus fight"
created time in 11 days
push eventabcnews/interactive-coronavirus-spread
commit sha 863ce9ef812da57aabaf5e45991cba5298c21b57
Use @abcnews/mount-utils for interacting with mount points. Use latest @abcnews/scrollyteller, which is now mount points-capabable. Refactored prop parsing from both graphics' mount points. Explorers now mount inside the mount points, rather than having to create new elements.
push time in 11 days
created tagabcnews/scrollyteller
A React component for creating scrollyteller stories
created time in 11 days
create barnchabcnews/scrollyteller
branch : external-event-management
created branch time in 11 days
push eventabcnews/scrollyteller
commit sha a403bf46658cf1c634757f6c73901ebaf59b4103
3.0.1
push time in 11 days
push eventabcnews/scrollyteller
commit sha 71d9e7120f01f3baaaad2fdf07c39919548db2c3
Move Chrome hack down to graphic element, to allow fixed positioning to work as intended.
push time in 11 days
created tagabcnews/scrollyteller
A React component for creating scrollyteller stories
created time in 11 days
push eventabcnews/scrollyteller
commit sha 25248456b7c14713d91fc3a3805c59d876d2f09b
3.0.0
push time in 11 days
push eventabcnews/scrollyteller
commit sha 6578cb2f4229d39e736146b3b1c1b634058967ed
Update dependencies
commit sha 388b09cdd34462305f8e40eb6555dc087d3f8770
Use @abcnews/mount-utils for all mount selection/manipulation. Re-type utils. Update React. Remove object-assign dependency. Clean out old odyssey-scrollyteller feature support.
commit sha 9c9a5bab1146a0662a51aff0564f898bc424a15a
Merge branch 'master' into support-mount-points
commit sha 80bd1c5d2fded3d21941a203933f32e5070de783
Update authors
commit sha 0fc62fb2cd83f40dbabbda9e4e00a338f52648c0
Correct loadScrollyteller name in README
commit sha af2afc0245de169ac2390ed8e3ae0150e8bdfa24
Merge pull request #22 from abcnews/support-mount-points Support mount points
push time in 11 days
PR merged abcnews/scrollyteller
- Use
@abcnews/mount-utilsfor all mount selection/manipulation. - Re-type
./utils.ts(defined in./types.ts) - Clean out old forgotten
odyssey-scrollytellerfeature - Update React-related dependencies (and peerDependency)
- Remove object-assign dependency (in favour of object spread operator that dependent projects should polyfill, if required)
pr closed time in 11 days
pull request commentabcnews/scrollyteller
@phocks I can't recommend https://www.executeprogram.com/courses/typescript enough
comment created time in 11 days
startedkaisermann/svelte-i18n
started time in 11 days
PR opened abcnews/scrollyteller
- Use
@abcnews/mount-utilsfor all mount selection/manipulation. - Re-type
./utils.ts(defined in./types.ts) - Clean out old forgotten
odyssey-scrollytellerfeature - Update React-related dependencies (and peerDependency)
- Remove object-assign dependency (in favour of object spread operator that dependent projects should polyfill, if required)
pr created time in 11 days
push eventabcnews/scrollyteller
commit sha 0fc62fb2cd83f40dbabbda9e4e00a338f52648c0
Correct loadScrollyteller name in README
push time in 11 days
push eventabcnews/scrollyteller
commit sha 80bd1c5d2fded3d21941a203933f32e5070de783
Update authors
push time in 11 days
push eventabcnews/scrollyteller
commit sha 8991ac3b3e2852e5cd5c94ae0d56a81432533a6c
Bump acorn from 5.7.3 to 5.7.4 Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 7b8feb3caae1811a7766ef1e8c476cd1c1f0b667
Merge pull request #19 from abcnews/dependabot/npm_and_yarn/acorn-5.7.4 Bump acorn from 5.7.3 to 5.7.4
commit sha 48acb5c69f673b2795703eec6c77e7625f9b7fcf
Chrome panel fix
commit sha 786d5eddb9d85eceb4422ff1aeca16630e28bb45
Fix for custom panel too
commit sha 4f8f28ba0738676f51ded7f7e0fb42a3bdf1d5e1
Merge pull request #20 from abcnews/chrome-panel-fix Chrome panel fix
commit sha 9c9a5bab1146a0662a51aff0564f898bc424a15a
Merge branch 'master' into support-mount-points
push time in 11 days
push eventabcnews/odyssey
commit sha 3d2d041350553fe9f0be846a94e5cd37e33324af
MastheadLogoLink's linkHref needs to include /news/
commit sha 38e4c33d31f136a41f479cfb75e388b101f318e0
4.23.7
commit sha 09cf2331335e89236c366abf8c999654483251fe
Merge branch 'master' into phase-3
push time in 11 days
push eventabcnews/odyssey
commit sha 3d2d041350553fe9f0be846a94e5cd37e33324af
MastheadLogoLink's linkHref needs to include /news/
commit sha 38e4c33d31f136a41f479cfb75e388b101f318e0
4.23.7
push time in 12 days
created tagabcnews/simple-remove-tags
Hide a limited number of elements between #remove and #endremove tags
created time in 12 days
push eventabcnews/simple-remove-tags
commit sha 5929b5ea6a83007227cfe4fe0870bc8bd6affb00
2.0.0
push time in 12 days
push eventabcnews/simple-remove-tags
commit sha ec5f8564ee1a26eaf5f36233df1791aecd2fdcbe
Add styles dynamically, based on the number of elements between mount points that need to be hidden.
commit sha 4796d177a8827dba6acfdd89c0d3543c707122de
Merge pull request #3 from abcnews/dynamic-styles Add styles dynamically
push time in 12 days
PR merged abcnews/simple-remove-tags
...based on the number of elements between mount points that need to be hidden.
pr closed time in 12 days
PR opened abcnews/simple-remove-tags
...based on the number of elements between mount points that need to be hidden.
pr created time in 12 days
push eventabcnews/odyssey
commit sha 15b42c15a666c5c6fb151192257ae71b2ae957ad
Account for Caption parsing from left/right-embedded images
commit sha 770fcc764ffe03cfe7f952c2aa2830e6032874a1
4.23.6
commit sha 0a1818d4e4dccdb3d2d4146da074a0f43477bba4
Merge branch 'master' into phase-3
push time in 12 days
push eventabcnews/odyssey
commit sha 770fcc764ffe03cfe7f952c2aa2830e6032874a1
4.23.6
push time in 12 days
push eventabcnews/odyssey
commit sha 15b42c15a666c5c6fb151192257ae71b2ae957ad
Account for Caption parsing from left/right-embedded images
push time in 12 days
startedraunofreiberg/ui-playbook
started time in 13 days
push eventabcnews/mount-utils
commit sha 3f861ad843e3eeaa47b48fca020e9ce65a93fa18
Typo
push time in 13 days
push eventabcnews/odyssey
commit sha 9d5d59bd6c658201e4b9c0f93410fcd9e1874624
Use @abcnews/mount-utils for working with mount points (marker/section logic is still internal). Rename configSC to configString.
push time in 13 days
push eventabcnews/mount-utils
commit sha d88d52eb82a950e40406c7c2e20ec22b5b4aa69e
1.0.0
push time in 13 days
created repositoryabcnews/mount-utils
Utilities for working with mount points
created time in 13 days
startedpelotom/runtypes
started time in 15 days
startedgcanti/io-ts
started time in 15 days
startedtylerhall/DefaultApp
started time in 15 days
startedvincentbernat/video2hls
started time in 15 days
startedphilnash/web-monetization-components
started time in 15 days
starteddnass/svelte-canvas
started time in 15 days
push eventabcnews/odyssey
commit sha f2f03218e91ba430ad90bf409a160fd8a9d682e9
Search link icon should be the news-web link colour when hovered over.
push time in 15 days
push eventabcnews/odyssey
commit sha 310eb2aae9ea352611317d138ed030ca98ee3344
Restore global nav social links and add their icons.
push time in 17 days
push eventabcnews/odyssey
commit sha a9fa0ab5a6882e2ea9824cb5e1095dbbe5d11e87
Update news-web Nav component. Use latest PL libraries (replacing abc-components with nucleus). Update aunty.
commit sha cc626e6b1bf932d092ae70c627bacf8bd48277a2
Merge branch 'master' into phase-3
commit sha 27161c7d3285218d5c0b0d3fbf96e41177c79949
Extend MOCK_ELEMENT to handle .matches() calls.
push time in 17 days
push eventabcnews/odyssey
commit sha a9fa0ab5a6882e2ea9824cb5e1095dbbe5d11e87
Update news-web Nav component. Use latest PL libraries (replacing abc-components with nucleus). Update aunty.
push time in 17 days
push eventabcnews/odyssey
commit sha 13f60cfe1bcc5d5ae8d7c8728e1ed8afe7636ed9
Target el, not node
push time in 18 days
push eventabcnews/odyssey
commit sha 6e322d9e48a8ba284ada8d16000e298939a0aa32
Restore missing isMount import
push time in 18 days
push eventabcnews/odyssey
commit sha 58d008b37112a0be8c084f9ac806c238da23d023
Stop converting a[name] to a[id], removing the need for the special resetPL step. Correctly identify and capture all types of 'mount' elements (formerly referred to as 'anchors'). Update API (including newly exposed methods for working with mounts). Correctly target all mount incarnations in CSS. Update documentation. Remove accidental global variable (classList).
push time in 18 days
push eventabcnews/aunty
commit sha c0a45d0f5e6f4d582166de38afac46b2eecf45e4
Release 10.9.5
push time in 20 days
push eventabcnews/aunty
commit sha 2fa89a7b02bbf3becbfa4725d106811659be88af
Dependency updates. RE-create package-lock.json to weed out deep-linked dependencies.
push time in 20 days
issue commentabcnews/aunty
init using flag as project name
Released! https://www.npmjs.com/package/@abcnews/aunty/v/10.9.4
comment created time in a month
push eventabcnews/aunty
commit sha e2700d0b640b8bad2c4bc7da7a49905905a40b54
Release 10.9.4
push time in a month
issue commentabcnews/aunty
init using flag as project name
Good catch! There was a problem with the command shorthand (adding -- twice to the arguments). I've just fixed this in https://github.com/abcnews/aunty/commit/50c7681f2d1730c39ad56a0a51a2b6dc13d96805
comment created time in a month
issue closedabcnews/aunty
init using flag as project name
Running aunty init in a fresh project directory seems to incorrectly use the --here flag as the project name and initialise it into that directory.
[:~/test]
[15:20:33] ⚡ nt init
⣾⢷⡾⢷⡾⣷ aunty
⢿⡾⢷⡾⢷⡿ generate project
? What is your project called? --here
? What type of project is it? Basic
force .yo-rc.json
create .gitignore
create .editorconfig
create LICENSE
create package.json
create public/index.html
create README.md
create src/components/App/index.js
create src/components/App/index.test.js
create src/components/App/styles.scss
create src/components/App/worm.svg
create src/components/ErrorBox/index.js
create src/components/ErrorBox/styles.css
create src/index.js
installed @abcnews/[email protected]
✔ Created --here project in ./--here
╭───────────────────────────────────────────╮
│ │
│ Update available 10.9.0 → 10.9.3 │
│ Run npm i -g @abcnews/aunty to update │
│ │
╰───────────────────────────────────────────╯
[~/test]
[15:21:50] ⚡ ll
.
[drwxr-xr-x [redacted] Users 384 Jul 7 15:21] --here/
1 directory, 0 files
closed time in a month
drzaxpush eventabcnews/aunty
commit sha 50c7681f2d1730c39ad56a0a51a2b6dc13d96805
Fix init shorthand expansion.
push time in a month
push eventabcnews/aunty
commit sha ae0420be7350e1f7d2c09bc3aeb9456f10b92fa5
Release 10.9.3
push time in a month
push eventabcnews/aunty
commit sha 0d28fa2e8aacc5bc3b423db3d5bbe0ef0004a383
Update dependencies
push time in a month
push eventabcnews/aunty
commit sha 9bfea49d40d9e0b0c40fa1f7dffea5308b1ec239
Bump websocket-extensions from 0.1.3 to 0.1.4 Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/faye/websocket-extensions-node/releases) - [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 1fa8449d538fd41bcd6ac683422e388eb75a9b5e
Merge pull request #112 from abcnews/dependabot/npm_and_yarn/websocket-extensions-0.1.4 Bump websocket-extensions from 0.1.3 to 0.1.4
push time in a month
PR merged abcnews/aunty
Bumps websocket-extensions from 0.1.3 to 0.1.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md">websocket-extensions's changelog</a>.</em></p> <blockquote> <h3>0.1.4 / 2020-06-02</h3> <ul> <li>Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin)</li> <li>Change license from MIT to Apache 2.0</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/faye/websocket-extensions-node/commit/8efd0cd6e35faf9bb9cb08759be1e27082177d43"><code>8efd0cd</code></a> Bump version to 0.1.4</li> <li><a href="https://github.com/faye/websocket-extensions-node/commit/3dad4ad44a8c5f74d4f8f4efd3f9d6e0b5df3051"><code>3dad4ad</code></a> Remove ReDoS vulnerability in the Sec-WebSocket-Extensions header parser</li> <li><a href="https://github.com/faye/websocket-extensions-node/commit/4a76c75efb1c5d6a2f60550e9501757458d19533"><code>4a76c75</code></a> Add Node versions 13 and 14 on Travis</li> <li><a href="https://github.com/faye/websocket-extensions-node/commit/44a677a9c0631daed0b0f4a4b68c095b624183b8"><code>44a677a</code></a> Formatting change: {...} should have spaces inside the braces</li> <li><a href="https://github.com/faye/websocket-extensions-node/commit/f6c50aba0c20ff45b0f87cea33babec1217ec3f5"><code>f6c50ab</code></a> Let npm reformat package.json</li> <li><a href="https://github.com/faye/websocket-extensions-node/commit/2d211f3705d52d9efb4f01daf5a253adf828592e"><code>2d211f3</code></a> Change markdown formatting of docs.</li> <li><a href="https://github.com/faye/websocket-extensions-node/commit/0b620834cc1e1f2eace1d55ab17f71d90d88271d"><code>0b62083</code></a> Update Travis target versions.</li> <li><a href="https://github.com/faye/websocket-extensions-node/commit/729a4653073fa8dd020561113513bfa2e2119415"><code>729a465</code></a> Switch license to Apache 2.0.</li> <li>See full diff in <a href="https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.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
startedw4ilun/pocket-keyboard
started time in a month
startedruiqimao/keyboard-pcb-guide
started time in a month