Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
bb9ad0e
Bump tar from 6.0.5 to 6.1.11 in /examples/imdb-api-react
dependabot[bot] Aug 31, 2021
a5c23cb
Bump y18n from 4.0.0 to 4.0.3 in /examples/imdb-api-react
dependabot[bot] Sep 5, 2021
5a88973
No longer need to allow failure in node v15
worr Sep 5, 2021
b2c5e11
Bump color-string from 1.5.4 to 1.6.0 in /examples/imdb-api-react
dependabot[bot] Sep 5, 2021
0a39ddd
Bump dns-packet from 1.3.1 to 1.3.4 in /examples/imdb-api-react
dependabot[bot] Sep 5, 2021
5dfca1a
Bump ini from 1.3.5 to 1.3.8 in /examples/imdb-api-react
dependabot[bot] Sep 5, 2021
7809f7c
Gitter is now joined with Matrix
worr Sep 5, 2021
f5692b1
Bump hosted-git-info from 2.8.8 to 2.8.9 in /examples/imdb-api-react
dependabot[bot] Sep 5, 2021
66d42dc
Bump elliptic from 6.5.3 to 6.5.4 in /examples/imdb-api-react
dependabot[bot] Sep 5, 2021
594a66e
Bump merge-deep from 3.0.2 to 3.0.3 in /examples/imdb-api-react
dependabot[bot] Sep 5, 2021
a0b62e3
Bump dev dependencies
worr Sep 5, 2021
2eec633
Bump node to 12
worr Sep 5, 2021
7801609
Bump node-notifier from 8.0.0 to 8.0.2 in /examples/imdb-api-react
dependabot[bot] Sep 5, 2021
5f5564f
Bump path-parse from 1.0.6 to 1.0.7 in /examples/imdb-api-react
dependabot[bot] Sep 5, 2021
15d499f
Bump ws from 6.2.1 to 6.2.2 in /examples/imdb-api-react
dependabot[bot] Sep 5, 2021
b4e8ab5
Bump react-dev-utils from 11.0.0 to 11.0.4 in /examples/imdb-api-react
dependabot[bot] Sep 5, 2021
37031d6
Bump ssri from 6.0.1 to 6.0.2 in /examples/imdb-api-react
dependabot[bot] Sep 5, 2021
5f67c96
Bump url-parse from 1.4.7 to 1.5.3 in /examples/imdb-api-react
dependabot[bot] Sep 5, 2021
17793b4
Fix undefined "end_year"
danielwerg Nov 7, 2021
8dab56f
Bump follow-redirects from 1.13.0 to 1.14.8 in /examples/imdb-api-react
dependabot[bot] Feb 13, 2022
f80e531
Bump nanoid from 3.1.15 to 3.2.0 in /examples/imdb-api-react
dependabot[bot] Jan 22, 2022
55c4441
Bump tmpl from 1.0.4 to 1.0.5 in /examples/imdb-api-react
dependabot[bot] Sep 22, 2021
4b0648a
Bump url-parse from 1.5.3 to 1.5.10 in /examples/imdb-api-react
dependabot[bot] Feb 27, 2022
36faee7
Bump shelljs from 0.8.4 to 0.8.5
dependabot[bot] Jan 15, 2022
0ec8ae4
Bump y18n from 4.0.0 to 4.0.3
dependabot[bot] Sep 5, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 7 additions & 29 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,6 @@ cache:
paths:
- node_modules/

"node build v10":
image: node:10-alpine
extends: .build_default

"node test v10":
image: node:10-alpine
extends: .test_default
dependencies:
- node build v10

"node build v12":
image: node:12-alpine
extends: .build_default
Expand All @@ -42,16 +32,6 @@ cache:
dependencies:
- node build v12

"node build v13":
image: node:13-alpine
extends: .build_default

"node test v13":
image: node:13-alpine
extends: .test_default
dependencies:
- node build v13

"node build v14":
image: node:14-alpine
extends: .build_default
Expand All @@ -62,23 +42,21 @@ cache:
dependencies:
- node build v14

"node build v15":
image: node:15-alpine
"node build v16":
image: node:16-alpine
extends: .build_default

"node test v15":
image: node:15-alpine
"node test v16":
image: node:16-alpine
extends: .test_default
dependencies:
- node build v15
# allow failure because of https://github.com/node-fetch/node-fetch/pull/1001
allow_failure: true
- node build v16

"example integration testing":
stage: integration
image: node:14-alpine
image: node:16-alpine
dependencies:
- node build v14
- node build v16
before_script:
- "npx ts-node test/util/server.ts &"
script:
Expand Down
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
sudo: false
language: node_js
node_js:
- '10'
- '12'
- '13'
- '14'
- '16'
cache:
directories:
- node_modules
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ A non-scraping, functional node.js interface to imdb

[![NPM version](https://badge.fury.io/js/imdb-api.svg)](http://badge.fury.io/js/imdb-api) [![pipeline status](https://gitlab.com/worr/node-imdb-api/badges/master/pipeline.svg)](https://gitlab.com/worr/node-imdb-api/-/commits/master) [![Dependency Freshness](https://david-dm.org/worr/node-imdb-api.svg)](https://david-dm.org/worr/node-imdb-api) [![coverage report](https://gitlab.com/worr/node-imdb-api/badges/master/coverage.svg)](https://gitlab.com/worr/node-imdb-api/-/commits/master) [![Join the chat at https://gitter.im/worr/node-imdb-api](https://badges.gitter.im/worr/node-imdb-api.svg)](https://gitter.im/worr/node-imdb-api?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

**NOTE ON GITTER**: I *am* online! I use the [matrix](matrix.org) bridge to talk on Gitter, so you'll see me talking through `MatrixBot`. Feel free to ask questions!

# Github / Gitlab

[Gitlab](https://gitlab.com/worr/node-imdb-api) is the official upstream, and
Expand Down
Loading