Skip to content

Commit 902c475

Browse files
committed
Update dependencies
1 parent 728580c commit 902c475

File tree

7 files changed

+733
-3274
lines changed

7 files changed

+733
-3274
lines changed

.circleci/config.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
working_directory: ~/repo
66
docker:
7-
- image: cimg/node:18.14.2
7+
- image: cimg/node:20.17.0
88
environment:
99
NODE_ENV: test
1010
MSSQL_PASSWORD: Juriti01
@@ -43,15 +43,14 @@ jobs:
4343
name: Tests
4444
command: |
4545
npm test
46-
npm run test:report:coverage
4746
- persist_to_workspace:
4847
root: ~/repo
4948
paths: .
5049

5150
publish:
5251
working_directory: ~/repo
5352
docker:
54-
- image: cimg/node:18.14.2
53+
- image: cimg/node:20.17.0
5554
steps:
5655
- attach_workspace:
5756
at: ~/repo

.gitignore

-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
node_modules
2-
.idea
32
.history
4-
.nyc_output
5-
yarn-error.log
6-
coverage
73

84

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# mssql-cr-layer [![NPM version][npm-image]][npm-url] [![Dependency Status][daviddm-image]][daviddm-url] [![CircleCI](https://circleci.com/gh/andrglo/mssql-cr-layer.svg?style=svg)](https://circleci.com/gh/andrglo/mssql-cr-layer) [![Coverage Status](https://coveralls.io/repos/github/andrglo/mssql-cr-layer/badge.svg?branch=master)](https://coveralls.io/github/andrglo/mssql-cr-layer?branch=master)
1+
# mssql-cr-layer [![NPM version][npm-image]][npm-url] [![Dependency Status][daviddm-image]][daviddm-url] [![CircleCI](https://circleci.com/gh/andrglo/mssql-cr-layer.svg?style=svg)](https://circleci.com/gh/andrglo/mssql-cr-layer) (https://coveralls.io/repos/github/andrglo/mssql-cr-layer/badge.svg?branch=master)](https://coveralls.io/github/andrglo/mssql-cr-layer?branch=master)
22

33
> A MS SQL Server interface layer for common requests. It uses [mssql](https://github.com/patriksimek/node-mssql) to connect
44
and wraps it in a tiny layer using ES2015 promises with the goal to be simpler and compatible with [pg](https://github.com/brianc/node-postgres)

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
restart: always
1919

2020
mssql:
21-
image: mcr.microsoft.com/mssql/server:2019-CU11-ubuntu-20.04
21+
image: mcr.microsoft.com/mssql/server:2022-CU14-ubuntu-20.04
2222
container_name: mssql-cr-layer-mssql-1
2323
environment:
2424
- ACCEPT_EULA=Y

0 commit comments

Comments
 (0)