about summary refs log tree commit diff
path: root/pkgs/development/web
Commit message (Collapse)AuthorAge
* deno: fix update script dependency06kellyjac2020-06-15
| | | | nix-prefetch-url comes with nix and isn't a package on it's own
* deno: 1.0.5 -> 1.1.006kellyjac2020-06-15
|
* Merge pull request #90176 from DamienCassou/damien/cypress-4.8.0Alexey Shmalko2020-06-13
|\ | | | | cypress: 4.5.0 -> 4.8.0
| * cypress: 4.5.0 -> 4.8.0Damien Cassou2020-06-12
| |
* | Merge pull request #88681 from 06kellyjac/deno_1.0.2Mario Rodas2020-06-11
|\ \ | | | | | | deno: 1.0.0 -> 1.0.5
| * | deno: add updateScript for automatic updates06kellyjac2020-06-06
| | | | | | | | | | | | | | | This'll save time and avoid human error. Wrote in deno typescript because why not.
| * | deno: refactor ready for an updateScript06kellyjac2020-06-06
| | | | | | | | | | | | Refactored the structure of the package to be easier to auto update
| * | deno: 1.0.0 -> 1.0.506kellyjac2020-06-06
| | | | | | | | | | | | | | | | | | Dropped tests as they were running inconsistently. Removed python as if the rusty_v8 lib is present no python is ran. Will be happy to add them back in once resolved.
* | | formatting: fix missing leading whitespace10001012020-06-07
| |/ |/|
* | treewide: replace base64 encoded hashesDaiderd Jordan2020-06-03
| |
* | Merge pull request #89304 from peterhoeg/u/lucky-cliPeter Hoeg2020-06-03
|\ \ | | | | | | lucky-cli: 0.20.0 -> 0.21.0
| * | lucky-cli: 0.20.0 -> 0.21.0Peter Hoeg2020-06-01
| | |
* | | nodejs-14_x: 14.3.0 -> 14.4.0Mario Rodas2020-06-02
| | | | | | | | | | | | Changelog: https://github.com/nodejs/node/releases/tag/v14.4.0
* | | nodejs-12_x: 12.17.0 -> 12.18.0Mario Rodas2020-06-02
| | | | | | | | | | | | Changelog: https://github.com/nodejs/node/releases/tag/v12.18.0
* | | nodejs-10_x: 10.20.1 -> 10.21.0Mario Rodas2020-06-02
|/ / | | | | | | Changelog: https://github.com/nodejs/node/releases/tag/v10.21.0
* | nodejs-12_x: 12.16.3 -> 12.17.0Mario Rodas2020-05-27
| | | | | | | | Changelog: https://github.com/nodejs/node/releases/tag/v12.17.0
* | Merge pull request #88656 from r-ryantm/auto-update/postmanMaximilian Bosch2020-05-24
|\ \ | |/ |/| postman: 7.23.0 -> 7.24.0
| * postman: 7.23.0 -> 7.24.0R. RyanTM2020-05-23
| |
* | Merge pull request #87653 from 06kellyjac/deno_releaseMario Rodas2020-05-23
|\ \ | |/ |/| Deno: init at 1.0.0
| * deno: init at 1.0.006kellyjac2020-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding deno for it's 1.0.0 release * Builds from source (doesn't build V8 from source) * Runs most of the tests * Bundles completions for: * bash - tested * zsh - untested * fish - untested * Set up for multiple builds: * x86_64-linux * Passed - NixOS * aarch64-linux * Passed just build - Raspbian on RPI4 * Failed build + check (ended with SIGKILL 9) * x86_64-darwin * Untested
* | Merge pull request #88249 from r-ryantm/auto-update/bootstrapJörg Thalheim2020-05-20
|\ \ | | | | | | twitterBootstrap: 4.4.1 -> 4.5.0
| * | twitterBootstrap: 4.4.1 -> 4.5.0R. RyanTM2020-05-20
| |/
* | nodejs-14_x: 14.2.0 -> 14.3.0Mario Rodas2020-05-19
| | | | | | | | Changelog: https://github.com/nodejs/node/releases/tag/v14.3.0
* | Merge pull request #88190 from r-ryantm/auto-update/minifyMaximilian Bosch2020-05-19
|\ \ | | | | | | minify: 2.7.3 -> 2.7.4
| * | minify: 2.7.3 -> 2.7.4R. RyanTM2020-05-19
| |/
* | flyctl: set build flagsMario Rodas2020-05-19
| |
* | flyctl: 0.0.117 -> 0.0.123R. RyanTM2020-05-19
|/
* Merge pull request #87728 from DamienCassou/damien/cypress-4.5.0Damien Cassou2020-05-14
|\ | | | | cypress: 4.4.1 -> 4.5.0
| * cypress: 4.4.1 -> 4.5.0Damien Cassou2020-05-13
| |
* | go-modules: Update files to use vendorSha256Colin L Rice2020-05-14
|/
* postman: 7.21.2 -> 7.23.0R. RyanTM2020-05-07
|
* nodejs-14_x: 14.1.0 -> 14.2.0Mario Rodas2020-05-05
| | | | Changelog: https://github.com/nodejs/node/releases/tag/v14.2.0
* flyctl: 0.0.110 -> 0.0.117R. RyanTM2020-05-02
|
* Merge pull request #85762 from marsam/init-nodejs-14_xMario Rodas2020-04-29
|\ | | | | nodejs-14_x: init at 14.0.0
| * nodejs-14_x: init at 14.1.0Mario Rodas2020-04-22
| | | | | | | | | | | | Changelog: - https://github.com/nodejs/node/releases/tag/v14.0.0 - https://github.com/nodejs/node/releases/tag/v14.1.0
* | nodejs-13_x: 13.13.0 -> 13.14.0Mario Rodas2020-04-29
|/ | | | Changelog: https://github.com/nodejs/node/releases/tag/v13.14.0
* nodejs-12_x: 12.16.2 -> 12.16.3Mario Rodas2020-04-28
| | | | Changelog: https://github.com/nodejs/node/releases/tag/v12.16.3
* cypress: 4.3.0 -> 4.4.1Damien Cassou2020-04-26
|
* remarkjs: update homepage link to use HTTPSKonrad Borowski2020-04-24
|
* Merge pull request #83054 from peterhoeg/u/icrPeter Hoeg2020-04-22
|\ | | | | crystal: change all crystal programs to use buildCrystalPackage and update pkgs
| * lucky-cli: init at 0.20Peter Hoeg2020-04-22
| |
* | shopify-themekit: init at 1.0.310001012020-04-21
|/
* nodejs-13_x: 13.12.0 -> 13.13.0Mario Rodas2020-04-14
| | | | Changelog: https://github.com/nodejs/node/releases/tag/v13.13.0
* cypress: 4.2.0 -> 4.3.0Alexey Shmalko2020-04-13
|
* Merge pull request #84599 from doronbehar/nodejs-python3Mario Rodas2020-04-13
|\ | | | | nodejs: use python3 if possible
| * nodejs: pin python versions and use python3 when possibleDoron Behar2020-04-07
| |
* | nodejs-10_x: 10.20.0 -> 10.20.1Mario Rodas2020-04-12
| | | | | | | | Changelog: https://github.com/nodejs/node/releases/tag/v10.20.1
* | treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
| |
* | nodejs-12_x: 12.16.1 -> 12.16.2Mario Rodas2020-04-08
| | | | | | | | Changelog: https://github.com/nodejs/node/releases/tag/v12.16.2
* | nodejs-10_x: 10.19.0 -> 10.20.0Mario Rodas2020-04-08
| | | | | | | | Changelog: https://github.com/nodejs/node/releases/tag/v10.20.0