Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

single-spa

The router for frontend microservices
Collective - Host: opensource - https://opencollective.com/single-spa - Website: https://single-spa.js.org - Code: https://github.com/CanopyTax/single-spa

Adding new single-spa:before-mount-routing-event. (#534)

* Adding new single-spa:before-mount-routing-event.

* Self review

github.com/single-spa/single-spa - 8afd523b2a4a08ee75ff5455ecad1d807a07f67a authored over 4 years ago by Joel Denning <[email protected]>
Support for dynamic custom props, by passing in a function. (#533)

* Support for dynamic custom props, by passing in a function.

* Adding typescript tests

github.com/single-spa/single-spa - 0f3a6fe084ce0382c02557f4bfc89aa1a9411b69 authored over 4 years ago by Joel Denning <[email protected]>
chore (NavigationEvents)[#528]: Identify extraneous popstate event on push/replace state (#532)

* identify extraneous popstate event

* rename originalEventName variable and add IE11 support...

github.com/single-spa/single-spa - 8be47f5c3c69e81c864a74aa5d145566ff52ff9f authored over 4 years ago by James Fox <[email protected]>
feat: support partial rerouting (#529)

github.com/single-spa/single-spa - 6f440fa6fa79553a138eaccbcd03a067653e8369 authored over 4 years ago by Artur Androsovych <[email protected]>
fix: compre destination serch to current search (#519)

* fix: compre destination serch to current search

i think we should compare destination ser...

github.com/single-spa/single-spa - 1897d566686f9c50b3df60cdb35de89b7392351f authored over 4 years ago by DuLinRain <[email protected]>
the esm bundle now supports ie11 again (#517)

anyone using a bundler will now get ie11 support back, and those that don't support it will get ...

github.com/single-spa/single-spa - 97ede3b863b18eb2218087a518c7ca85af916a85 authored over 4 years ago by Anthony Frehner <[email protected]>
Adding which apps changed and how to the app-change event. Resolves #508. (#511)

* Adding apps changed and how to the app-change event. Resolves #508.

* Self review

* Feed...

github.com/single-spa/single-spa - dfad899de89751b83aaf143d57d78e71186af5ca authored over 4 years ago by Joel Denning <[email protected]>
fix(typing): update lifecycle of parcel may not exist (#510)

github.com/single-spa/single-spa - c57ae556ee59110f5e92800953deddf80d714387 authored over 4 years ago by Kuitos <[email protected]>
adding 'use strict'; to the umd & system builds (#507)

github.com/single-spa/single-spa - 0a1362f026e4e5d310a3626770fc42f6ab861921 authored over 4 years ago by Anthony Frehner <[email protected]>
use correct error values (#499)

github.com/single-spa/single-spa - 6f2a09e7785e1b0095ae5646cfeb8f4acdbfe02f authored over 4 years ago by Saulo Furuta <[email protected]>
feat: correct parcel typings (#500)

* feat: correct parcel typings and merge the parcel props while updating

* :ok_hand:

github.com/single-spa/single-spa - 3f1f0e1b60bc3b59b80a482e95db0aa15c13c570 authored over 4 years ago by Kuitos <[email protected]>
feat: correct lifecycle typing (#502)

* feat: correct lifecycle typing

* :ok_hand:

github.com/single-spa/single-spa - fe545bb47d54ab099a6352e4deeed26d72fff13c authored over 4 years ago by Kuitos <[email protected]>
feat: export StartOpts typing (#501)

github.com/single-spa/single-spa - 95fd3217b36843f97ab7733e3dcb1e82a169d4e5 authored over 4 years ago by Kuitos <[email protected]>
#474 Improve activeWhen configuration (#497)

* Update activeWhen type def

* enhance activeWhen API

* :shirt:

* activeWhen accepts dy...

github.com/single-spa/single-spa - 0c00d8f47039c43541678f712b09cdf37d8017cb authored over 4 years ago by Saulo Furuta <[email protected]>
Upgrading dependencies. (#495)

* Upgrading dependencies.

* Anthony's feedback

github.com/single-spa/single-spa - 38ada88af5cc0188b80281bc6f275e180bf54ac4 authored over 4 years ago by Joel Denning <[email protected]>
RegisterApplication with object config (#482)

* update tests to use obj config

* extracted sanitize for API from runtime validations

* U...

github.com/single-spa/single-spa - f9aabd66f2cf5f3fabff89b855ad54f01e015c35 authored over 4 years ago by Saulo Furuta <[email protected]>
Support for running single-spa in nodejs. (#494)

* Support for running single-spa in nodejs.

* Adding comment

* Self review

* Self review

github.com/single-spa/single-spa - 2eeaa60b053aa2bff44211a042223b52c490acd6 authored over 4 years ago by Joel Denning <[email protected]>
Fix running tests on windows (#492)

* Added cross-env package as devDependency, modified test command

* Updated yarn.lock

github.com/single-spa/single-spa - 7410ce6206384b1cc84157076883b34244b2e268 authored over 4 years ago by Krzysztof Swiatkowski <[email protected]>
Updated typings for start function (#493)

github.com/single-spa/single-spa - 0390c651f1f2c91de9137cb762601b43a3f3e427 authored over 4 years ago by Krzysztof Swiatkowski <[email protected]>
Adding option to only reroute when URL changes (#487)

* Adding option to only reroute when URL changes

* Updating tests

* Self review

github.com/single-spa/single-spa - 8a25ccf1000c7ed5d38e5e15f41260a540a055c7 authored over 4 years ago by Joel Denning <[email protected]>
Not throwing error when unmount fails after a failed mount. (#480)

github.com/single-spa/single-spa - 98f6e10a3ff6e2a3225575782c1b86f00c56daea authored over 4 years ago by Joel Denning <[email protected]>
Bump acorn from 6.1.1 to 6.4.1 (#479)

Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.1 to 6.4.1.
- [Release notes](https://...

github.com/single-spa/single-spa - b91642e0a5880e7de45dd99ebfdf98db9767f759 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix: error handler now called after app status is updated. Resolves #466 (#467)

* Fix: error handler now called after app status is updated. Resolves #466.

* Self review

...

github.com/single-spa/single-spa - b244b1a548e2a75b67a0b41462c8b663c240b10b authored over 4 years ago by Joel Denning <[email protected]>
Update types for parcels (#468)

github.com/single-spa/single-spa - 6f03bbb6d55bc124eb155754ed91b71e903a9d0f authored over 4 years ago by Joel Denning <[email protected]>
Update README.md

github.com/single-spa/single-spa - b11a20478b7df76d20369406dad700a9259d8662 authored over 4 years ago by Joel Denning <[email protected]>
Fixing bug where no apps mounted until all loaded. Resolves #452. (#457)

* Fixing bug where no apps mounted until all loaded. Resolves #452.

* Self review

* Self r...

github.com/single-spa/single-spa - 3f2fff51645adfeb83f98b4057ea02658f424993 authored over 4 years ago by Joel Denning <[email protected]>
WIP: adding another parcel test for multiple parcels (#439)

* adding another parcel test for multiple parcels https://single-spa.slack.com/archives/C8R6U7MT...

github.com/single-spa/single-spa - c6e7413064481ca356ed064b213fe59b7dcefccf authored over 4 years ago by Justin McMurdie <[email protected]>
Upgrading dependencies to resolve security alerts. (#456)

github.com/single-spa/single-spa - e8dfb1319267e6b7cce6ade43120557b0f19b045 authored over 4 years ago by Joel Denning <[email protected]>
Removing unused jasmine.json (#455)

github.com/single-spa/single-spa - e2ca68f1fcdc17e0a6f93ef7bda396d77acc7ba9 authored over 4 years ago by Joel Denning <[email protected]>
bugfix: catch the error while call the captured event listeners (#449)

* bugfix: catch the error while call the captured event listeners

* bugfix: make sure every e...

github.com/single-spa/single-spa - 108292928d225e1fd7c80245f2d6d6128edd4ee5 authored over 4 years ago by Kuitos <[email protected]>
5.0 (#447)

* Adding prettier, speeding up pre-commit, and making clean script cross platform (#391)

* Sp...

github.com/single-spa/single-spa - 19a8ecd6f328323ab64978125d8137a0d463a71e authored over 4 years ago by Joel Denning <[email protected]>
Update license copyright (#432)

github.com/single-spa/single-spa - 85f5042dff960e40936f3a5069d56fc9477fac04 authored over 4 years ago by Joel Denning <[email protected]>
Migrating references of CanopyTax org to single-spa (#430)

github.com/single-spa/single-spa - 4a805227486ac995ebd4c89a59a63a4024b89dd4 authored over 4 years ago by Joel Denning <[email protected]>
add extra properties to error objects (#429)

* add extra properties to error objects

From [the docs](https://single-spa.js.org/docs/api#ad...

github.com/single-spa/single-spa - 115ea8b3df0f0bce0146677afbee95de77452625 authored over 4 years ago by Tanner Lyons <[email protected]>
Adding LOAD_ERROR to typescript definitions. (#412)

github.com/single-spa/single-spa - d9fe5d03c3ad3da866cfb82349809fdafd752467 authored almost 5 years ago by Joel Denning <[email protected]>
Bump mixin-deep from 1.3.1 to 1.3.2 (#383)

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release...

github.com/single-spa/single-spa - 3c17910b46f4b529a29eb850da70b97896ecb662 authored almost 5 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
updating some dev deps to the latest (#378)

github.com/single-spa/single-spa - 333cc0a5fbad31f7c93db241569099ff02b4cead authored almost 5 years ago by Anthony Frehner <[email protected]>
chore: replace tab to spaces (#376)

github.com/single-spa/single-spa - f585be84a7f85bbbabb0c7829e4dae8d20283c77 authored almost 5 years ago by Kuitos <[email protected]>
Updating slack url. Resolves CanopyTax/single-spa.js.org#110 (#361)

github.com/single-spa/single-spa - c8b302e6481965012adf2269d07a048a002e59b4 authored almost 5 years ago by Joel Denning <[email protected]>
Update slack link. Resolves CanopyTax/single-spa.js.org#102 (#353)

github.com/single-spa/single-spa - ba716004dc13e9da74dacb959a7d4b16ed02c32b authored about 5 years ago by Joel Denning <[email protected]>
outputting dev builds for all formats. (#347)

currently don't do much besides not terser-ify the file, but maybe there's more in the future?

github.com/single-spa/single-spa - 81948fb5632fd5142c9d21e35d8c1f3e3aa0a8a5 authored about 5 years ago by Anthony Frehner <[email protected]>
Change LOAD_ERROR retry to be throttled via timestamp (#345)

github.com/single-spa/single-spa - b66c4dcf221526b85d7eb8fc9b2970ce367b353f authored about 5 years ago by Bret Little <[email protected]>
Upgrading dependencies to remove security warning (#344)

github.com/single-spa/single-spa - 32c6eee158e78085b8aa1f294cf354ccd0babae7 authored about 5 years ago by Joel Denning <[email protected]>
Add a new app state LOAD_ERROR (#342)

* Add a new app state LOAD_ERROR

This app state is triggered when the load promise fails. Thi...

github.com/single-spa/single-spa - dfd3cb3632daa67de0cb0ddd7c26a62195f7782f authored about 5 years ago by Bret Little <[email protected]>
Adding jsdelivr badge. (#336)

github.com/single-spa/single-spa - d3aafe50bfc38b03997a3791abeb6a6c96cff6f1 authored about 5 years ago by Joel Denning <[email protected]>
Trigger pushState if query params changed (#328)

github.com/single-spa/single-spa - 3b7c8d56779816044795de8cbfa9a6c277d972d7 authored about 5 years ago by Carlos <[email protected]>
Adding more error messaging for loading functions. (#327)

github.com/single-spa/single-spa - 8bd56e920c0d3fa976b0da61d8bc27d8f84cb214 authored about 5 years ago by Joel Denning <[email protected]>
Merge pull request #326 from filoxo/update-to-prepublishOnly

Update prepublish to prepublishOnly

github.com/single-spa/single-spa - f995490a13bb3c0381408f83c46c6cbdf2f5cea5 authored over 5 years ago by Joel Denning <[email protected]>
Update yarn.lock

github.com/single-spa/single-spa - 9752f4d7e1e7376ddd1d2ff03df8805f6cb39f11 authored over 5 years ago by Carlos Filoteo <[email protected]>
Update prepublish to prepublishOnly

github.com/single-spa/single-spa - 53b05014fc6e6b19c12aafa06c3683d38826095c authored over 5 years ago by Carlos Filoteo <[email protected]>
Merge pull request #324 from CanopyTax/issue-323

Changing errors to have an appOrParcelName property. Resolves #323.

github.com/single-spa/single-spa - 2b737cebc3245c9b8d763e0d84b8acc024f8f5ce authored over 5 years ago by Joel Denning <[email protected]>
Changing errors to have an appOrParcelName property. Resolves #323.

github.com/single-spa/single-spa - 41320b8312a7158f499d8fa219a2665fa73e3d12 authored over 5 years ago by Joel Denning <[email protected]>
Merge pull request #320 from CanopyTax/parcel-types

typings: Exposing AppProps and defining types for parcels.

github.com/single-spa/single-spa - 3fb72fe3f99b6684266300d5b3923ca0391269be authored over 5 years ago by Joel Denning <[email protected]>
Self review

github.com/single-spa/single-spa - 6c351f929c9ddd92be8da918e4ad0eb7062b2ed8 authored over 5 years ago by Joel Denning <[email protected]>
typings: Exposing AppProps and defining types for parcels.

github.com/single-spa/single-spa - 6e9bb9011d3fa952f3718d7a0323b1af42436214 authored over 5 years ago by Joel Denning <[email protected]>
Merge pull request #318 from petermikitsh/rm-some-publish-files

Only publish lib, typings folders to npm

github.com/single-spa/single-spa - 1e959f4e7c6435fe8add742ec42451ca0e9bedc3 authored over 5 years ago by Joel Denning <[email protected]>
Only publish lib, typings folders to npm

github.com/single-spa/single-spa - cb0d9e4de1e792c368ecfa2464c78a845bc307f0 authored over 5 years ago by Peter Mikitsh <[email protected]>
Update README.md (#315)

small wording updates to the readme.

link to the faq page.

link to the examples page inste...

github.com/single-spa/single-spa - ec077b177bd713b5dd48bed43c91ed82554eeefd authored over 5 years ago by Anthony Frehner <[email protected]>
Merge pull request #313 from marconi1992/update-slogan

Update framework slogan in Readme.

github.com/single-spa/single-spa - f6991b1416a45ab52ae7a2dfd078c5767a3ff4b1 authored over 5 years ago by Joel Denning <[email protected]>
Update slogan in Readme to match the website one

github.com/single-spa/single-spa - 9b1ba6b73db82fc3a520c469ccd9186913bec0c1 authored over 5 years ago by Felipe Guizar Diaz <[email protected]>
Fixing whitespace

github.com/single-spa/single-spa - a9b7b972b37ca4942320168065500afee9691b5f authored over 5 years ago by Joel Denning <[email protected]>
Adding open collective link

github.com/single-spa/single-spa - 121270069f4e669d2ad3c8cc8ea917436c43a280 authored over 5 years ago by Joel Denning <[email protected]>
Merge pull request #306 from kuitos/master

chore(typings): improve typings

github.com/single-spa/single-spa - 2b4f0e6f730598b066ae6d2b0681932fb81f2407 authored over 5 years ago by Joel Denning <[email protected]>
Merge pull request #305 from CanopyTax/upgrade-deps

upgraded deps with yarn --upgrade-interactive

github.com/single-spa/single-spa - 9d8715414692e796f477d91bb8a8e94a4092bde3 authored over 5 years ago by Joel Denning <[email protected]>
additional upgrades

github.com/single-spa/single-spa - 6aba1c9122e602b7006d5a58dbc2451245f71a74 authored over 5 years ago by Anthony F <[email protected]>
chore(typings): improve typings

github.com/single-spa/single-spa - e3de9ba2b0046e6d8de7595637d1ead2c0fb064c authored over 5 years ago by Kuitos <[email protected]>
upgraded deps with yarn --upgrade-interactive

github.com/single-spa/single-spa - ca651fc4ca00be4a3d96461705aca1cf87a48e14 authored over 5 years ago by Anthony F <[email protected]>
Remove extraneous : from module definition (#304)

github.com/single-spa/single-spa - 06c0e5161d11baeb7db7881fb411613ff729b800 authored over 5 years ago by Joe Walton <[email protected]>
Merge pull request #303 from CanopyTax/unregister-application

Adding unregisterApplication API

github.com/single-spa/single-spa - de6850c6f9a1d2b048b62e84cacbc7c3255a1a8c authored over 5 years ago by Joel Denning <[email protected]>
Moving unregisterApplication to dev tools exposed methods.

github.com/single-spa/single-spa - b747801e9758beeb7278ab46bee1a1fb0823eb4d authored over 5 years ago by Joel Denning <[email protected]>
Self review

github.com/single-spa/single-spa - ae6fb035c0c06684ab0da1bd97c2e7068844d670 authored over 5 years ago by Joel Denning <[email protected]>
Adding tests

github.com/single-spa/single-spa - c1fe9c4a376e2b283546cc62915cb924531856cc authored over 5 years ago by Joel Denning <[email protected]>
Merge pull request #301 from ship-digital/typings

Single-Spa Typings

github.com/single-spa/single-spa - fe4df4cd333924a56b633374305b1131907ae7be authored over 5 years ago by Joel Denning <[email protected]>
refactor(typings): removed jQuery typings, removed AppStatus enum

Code review changes:
- removed jQuery typings
- reverted AppStatus enum

github.com/single-spa/single-spa - e4ea659081f265924d116478c6f2ff9af24f944a authored over 5 years ago by Alessandro De Blasis <[email protected]>
Merge remote-tracking branch 'upstream/master' into typings

github.com/single-spa/single-spa - aa09cd49ef12bc44f9339014eca2c94bfbd45241 authored over 5 years ago by Alessandro De Blasis <[email protected]>
fix(typings): Exposing the AppStatus Enum

This commit adds a const that wraps the "App statuses"
Currently they are exposed with a const p...

github.com/single-spa/single-spa - 1dbf7c0097d330d0d912e162175697c9bcc4e484 authored over 5 years ago by Alessandro De Blasis <[email protected]>
fix(typings): Fix for TS1038 error

Fix for TS1038: A 'declare' modifier cannot be used in an already
ambient context

github.com/single-spa/single-spa - 163fbaa666cc834ba438c18612db2eaf7c90f471 authored over 5 years ago by Alessandro De Blasis <[email protected]>
chore(typings): Updates from code-review

- removed reasonableTime from typings
- removed ensureValidAppTimeouts from typings
- updated ty...

github.com/single-spa/single-spa - 3dcc86fbebb5b0ac51217e98b074244a3631b348 authored over 5 years ago by Alessandro De Blasis <[email protected]>
Not allowing triggerAppChange to pass in pendingPromises or

eventArguments.

github.com/single-spa/single-spa - e59c4a22f6e54e4c94bfc11adeb30987322e11b7 authored over 5 years ago by Joel Denning <[email protected]>
Self review

github.com/single-spa/single-spa - 82a80cacea4148a3ea03c502a659c8960d796aba authored over 5 years ago by Joel Denning <[email protected]>