Skip to content

Commit

Permalink
Merge pull request #33 from haensl/32
Browse files Browse the repository at this point in the history
#32: Update dependencies.
  • Loading branch information
haensl authored Sep 25, 2023
2 parents 38e5d68 + 8aae709 commit a3b0562
Show file tree
Hide file tree
Showing 4 changed files with 131 additions and 135 deletions.
31 changes: 9 additions & 22 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ commands:
steps:
- checkout
- restore_cache:
keys: rollup-plugin-local-resolve-dependencies-{{ checksum "package-lock.json" }}
keys:
- rollup-plugin-local-resolve-dependencies-{{ checksum "package-lock.json" }}
- run:
name: install dependencies
command: npm i
Expand All @@ -70,19 +71,6 @@ commands:
mkdir /tmp/<< parameters.project_name >>
cd /tmp/<< parameters.project_name >> && npm init -y && npm i -D rollup && sed -i 's/"echo.*"/"rollup -c"/g' package.json && echo "Created package.json" && cat package.json
package-information:
steps:
- run:
name: install tree
command: sudo apt-get -y install tree
- run:
name: gather bundle information
command: |
npm info @haensl/rollup-plugin-local-resolve@${VERSION} > ./bundle.info
tree -s node_modules/@haensl/rollup-plugin-local-resolve >> ./bundle.info
- store_artifacts:
path: bundle.info

workflows:
version: 2
default:
Expand Down Expand Up @@ -117,7 +105,7 @@ workflows:
jobs:
lint:
docker:
- image: circleci/node:lts
- image: cimg/node:lts
working_directory: ~/rollup-plugin-local-resolve
steps:
- init
Expand All @@ -133,7 +121,7 @@ jobs:

test:
docker:
- image: circleci/node:lts
- image: cimg/node:lts
working_directory: ~/rollup-plugin-local-resolve
steps:
- init
Expand All @@ -146,7 +134,7 @@ jobs:

bundle:
docker:
- image: circleci/node:lts
- image: cimg/node:lts
working_directory: ~/rollup-plugin-local-resolve
steps:
- init
Expand Down Expand Up @@ -181,7 +169,7 @@ jobs:

bundle-test:
docker:
- image: circleci/node:lts
- image: cimg/node:lts
steps:
- init
- attach_workspace:
Expand Down Expand Up @@ -217,7 +205,7 @@ jobs:

ensure-versioned-correctly:
docker:
- image: circleci/node:lts
- image: cimg/node:lts
working_directory: ~/rollup-plugin-local-resolve
steps:
- init
Expand Down Expand Up @@ -248,7 +236,7 @@ jobs:
publish:
docker:
- image: circleci/node:lts
- image: cimg/node:lts
working_directory: ~/rollup-plugin-local-resolve
steps:
- init
Expand All @@ -263,7 +251,7 @@ jobs:

package-test:
docker:
- image: circleci/node:lts
- image: cimg/node:lts
steps:
- init
- attach_workspace:
Expand All @@ -286,7 +274,6 @@ jobs:
npm test
- store_artifacts:
path: /tmp/test-app/build
- package-information

publish-github-release:
docker:
Expand Down
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
## 1.1.11
* [#32: Update dependencies.](https://github.com/haensl/rollup-plugin-local-resolve/issues/32)

## 1.1.10
* [#29: Update dependencies..](https://github.com/haensl/rollup-plugin-local-resolve/issues/29)
* [#29: Update dependencies.](https://github.com/haensl/rollup-plugin-local-resolve/issues/29)

## 1.1.9
* [#27: Update dependencies..](https://github.com/haensl/rollup-plugin-local-resolve/issues/27)
* [#27: Update dependencies.](https://github.com/haensl/rollup-plugin-local-resolve/issues/27)

## 1.1.8
* [#25: Update dependencies..](https://github.com/haensl/rollup-plugin-local-resolve/issues/25)
* [#25: Update dependencies.](https://github.com/haensl/rollup-plugin-local-resolve/issues/25)

## 1.1.7
* [#23: Add funding information.](https://github.com/haensl/rollup-plugin-local-resolve/issues/23)
Expand Down
Loading

0 comments on commit a3b0562

Please sign in to comment.