pleasings icon indicating copy to clipboard operation
pleasings copied to clipboard

Addons & new build rules for Please

Results 12 pleasings issues
Sort by recently updated
recently updated
newest added

I was using the `master` revision for pleasings in one of my projects (https://github.com/payobills/payobills/pull/42), everything was working fine but the latest merge to master seems to have broken things, rolling...

Bumps [semver](https://github.com/npm/node-semver) from 7.3.2 to 7.5.2. Release notes Sourced from semver's releases. v7.5.2 7.5.2 (2023-06-15) Bug Fixes 58c791f #566 diff when detecting major change from prerelease (#566) (@​lukekarrys) 5c8efbc #565...

dependencies
javascript

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...

dependencies
javascript

The version of `sed` shipped with macos requires the suffix argument to be supplied when using `-i`. [Relevant stackexchange question](https://unix.stackexchange.com/questions/663369/invalid-command-code-using-sed-to-replace-characters-inline)

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies
javascript

It seems the maven tool is unable to parse version ranges like `[3.2.0,4.0.0)`. ## Steps to reproduce 1. Write a `BUILD` file with the following contents: ``` maven_jars( name="equinox_common", id="org.eclipse.platform:org.eclipse.equinox.app:1.4.100"...

Pre Bash 4.4 empty array variables are treated as unset. Bash 4.4 changed the behavior: https://stackoverflow.com/questions/7577052/bash-empty-array-expansion-with-set-u Current error when running with empty arrays: `line 84: deps[@]: unbound variable`

On an M1 Mac running Monterey, I get this error during step 4 of the [Kubernetes and Docker example](https://please.build/codelabs/k8s/#4): ``` $ plz build Build stopped after 60ms. 2 targets failed:...

functional, but could use improvements. Off the top of my head: I run dependency update inside a genrule. This requires env vars as passthrough to login to helm because otherwise,...

Hello, I try to use the `yarn_deps` rule but when I do a `plz run @pleasings//js/yarn_deps` it fails with a : ``` Build stopped after 2.93s. 1 target failed: ///pleasings//js/yarn_deps:yarn_deps...