Skip to content

Commit

Permalink
CTR docs/gremlint dependabots
Browse files Browse the repository at this point in the history
Bump @testing-library/jest-dom from 6.1.0 to 6.2.0 in /docs/gremlint

Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.1.0...v6.2.0)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Bump @testing-library/user-event from 14.5.1 to 14.5.2 in /docs/gremlint

Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 14.5.1 to 14.5.2.
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](testing-library/user-event@v14.5.1...v14.5.2)

---
updated-dependencies:
- dependency-name: "@testing-library/user-event"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Bump web-vitals from 3.5.0 to 3.5.1 in /docs/gremlint

Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.5.0 to 3.5.1.
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](GoogleChrome/web-vitals@v3.5.0...v3.5.1)

---
updated-dependencies:
- dependency-name: web-vitals
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Bump gh-pages from 6.1.0 to 6.1.1 in /docs/gremlint

Bumps [gh-pages](https://github.com/tschaub/gh-pages) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/tschaub/gh-pages/releases)
- [Changelog](https://github.com/tschaub/gh-pages/blob/main/changelog.md)
- [Commits](tschaub/gh-pages@v6.1.0...v6.1.1)

---
updated-dependencies:
- dependency-name: gh-pages
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Cole-Greer committed Jan 7, 2024
1 parent e8b9532 commit a7781f5
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 43 deletions.
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ updates:
update-types: [ "version-update:semver-patch" ]
- dependency-name: "styled-components"
update-types: [ "version-update:semver-patch" ]
- dependency-name: "@testing-library/jest-dom"
- dependency-name: "@testing-library/*"
update-types: [ "version-update:semver-patch" ]
- dependency-name: "web-vitals"
update-types: [ "version-update:semver-patch" ]
- dependency-name: "gh-pages"
update-types: [ "version-update:semver-patch" ]
- package-ecosystem: "gomod"
directory: "/gremlin-go"
Expand Down
88 changes: 50 additions & 38 deletions docs/gremlint/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/gremlint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"sharp-router": "^4.1.5",
"styled-components": "^6.1.0",
"typescript": "^4.7.3",
"web-vitals": "^3.5.0"
"web-vitals": "^3.5.1"
},
"scripts": {
"predeploy": "npm run build",
Expand Down Expand Up @@ -44,15 +44,15 @@
]
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.0",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.5.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.4",
"@types/node": "^20.10.3",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/styled-components": "^5.1.26",
"gh-pages": "^6.1.0",
"gh-pages": "^6.1.1",
"prettier": "^3.1.0",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0"
Expand Down

0 comments on commit a7781f5

Please sign in to comment.