node-orb
node-orb copied to clipboard
An orb for working with Node.js on CircleCI
**SEMVER Update Type:** - [ ] Major - [ ] Minor - [ ] Patch I would assume it is just a patch or minor as it doesn't change any...
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...
## Orb version: 5.2.0 ## What happened: ```shell Latest version of Yarn is 1.22.21 Checking if YARN is already installed... A different version of Yarn is installed (1.22.19); removing it...
I'm using the following config: ``` - node/install-packages: app-dir: code cache-version: 4.1.1 pkg-manager: yarn-berry ``` But it seems like only these 2 directories are cached: ``` /tmp/storybook/code/.yarn/cache /home/circleci/.yarn/berry/cache ``` Which...
Bumps [axios](https://github.com/axios/axios) from 0.24.0 to 0.28.0. Release notes Sourced from axios's releases. Release v0.28.0 Release notes: Bug Fixes fix(security): fixed CVE-2023-45857 by backporting withXSRFToken option to v0.x (#6091) Backports from...
Closes #183. Opening a PR to get the ball rolling on this, been bit a few times now by this. cc @KyleTryon
## Orb version: 5.2.0 ## What happened: I'm using node-orb 5.2.0 on a CircleCI Windows image based on the Orb circleci/windows version 2.2.0 I'm using the following config: ` manage-node-npm:...
**SEMVER Update Type:** - [ ] Major - [x] Minor - [ ] Patch ## Description: * add a parameter to upload test coverage to artifacts after running the `test`...
**SEMVER Update Type:** - [ ] Major - [x] Minor - [ ] Patch ## Description: * add a parameter to upload a path to artifacts after running a script...