diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json deleted file mode 100644 index d545114f5..000000000 --- a/.codesandbox/ci.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "sandboxes": [ - "new", - "uv-react-demo-6yp8bh", - "uv-simple-example-s0czy", - "uv-simple-example-with-url-adapter-1p175", - "uv-config-example-7kh4s", - "uv-nextjs-example-uh9zi" - ], - "buildCommand": "prepublishOnly", - "node": "16" -} diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..974b165f9 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + target-branch: "dev" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + target-branch: "dev" \ No newline at end of file diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 1b31383f7..d82585898 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -7,20 +7,19 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - # @TODO add 16/18 - node: [ '16' ] + node: [ '18' ] name: Node ${{ matrix.node }} build steps: - - uses: actions/checkout@v3 - - uses: actions/cache@v3 + - uses: actions/checkout@v4 + - uses: actions/cache@v4 with: path: ~/.npm key: ${{ runner.os }}-${{ matrix.node }}-npm-${{ hashFiles('**/package-lock.lock') }} restore-keys: | ${{ runner.os }}-npm- - name: Setup node - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 282288771..08afb84e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,17 +9,17 @@ jobs: runs-on: ubuntu-latest name: Node build steps: - - uses: actions/checkout@v3 - - uses: actions/cache@v3 + - uses: actions/checkout@v4 + - uses: actions/cache@v4 with: path: ~/.npm key: ${{ runner.os }}-${{ matrix.node }}-npm-${{ hashFiles('**/package-lock.lock') }} restore-keys: | ${{ runner.os }}-npm- - name: Setup node - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: - node-version: '16.x' + node-version: '18.x' - run: npm ci - run: npm run build @@ -28,17 +28,17 @@ jobs: runs-on: ubuntu-latest name: Release steps: - - uses: actions/checkout@v3 - - uses: actions/cache@v3 + - uses: actions/checkout@v4 + - uses: actions/cache@v4 with: path: ~/.npm key: ${{ runner.os }}-${{ matrix.node }}-npm-${{ hashFiles('**/package-lock.lock') }} restore-keys: | ${{ runner.os }}-npm- - name: Setup node - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: - node-version: '16.x' + node-version: '18.x' - name: Set tag id: tagName @@ -46,6 +46,6 @@ jobs: - run: npm ci - - uses: JS-DevTools/npm-publish@v1 + - uses: JS-DevTools/npm-publish@v3 with: token: ${{ secrets.NPM_TOKEN }} diff --git a/COMMUNITY_TEAM.md b/COMMUNITY_TEAM.md index 0097c9f65..c3f5c1a61 100644 --- a/COMMUNITY_TEAM.md +++ b/COMMUNITY_TEAM.md @@ -22,18 +22,18 @@ UV community team members help shepherd the community. They are here to help men Active Community Members are visibly active in our Slack and/or GitHub channels. We identify active members as being those whom contributors and staff can most count on for a response within 2-3 days. -| | (Ordered alphabetically, by first name) | -| ----------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| ![Demian](https://avatars.githubusercontent.com/demiankatz?s=460&v=4) | **[Demian](https://github.com/demiankatz)** is Director of Library Technologies and has been at Falvey Memorial Library in some capacity since 2009, living in Philadelphia US. Ask Demian about:
See the examples for how to use the UV in various scenarios.
+Read the docs to learn about the various UV configuration options.
Read below to learn how to take part in improving the UV:
Become a sponsor and join our Steering Group to help guide how our sponsorship funds are allocated.
The Universal Viewer is released under the MIT license.
Read our Accessibility Statement
-Read below how to engage with the UV community:
+Read below how to engage with the UV community:
Generated using TypeDoc