@remotion/eslint-plugin 2.6.13 → 2.6.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
- @remotion/eslint-plugin:build: cache hit, replaying output 84b6f7cc0ab18eec
2
- @remotion/eslint-plugin:build: 
3
- @remotion/eslint-plugin:build: > @remotion/eslint-plugin@2.6.12 build /Users/jonathanburger/remotion/packages/eslint-plugin
4
- @remotion/eslint-plugin:build: > tsc -d
5
- @remotion/eslint-plugin:build: 
1
+ @remotion/eslint-plugin:build: cache hit, replaying output 59c4d925c5b38bc0
2
+ @remotion/eslint-plugin:build: 
3
+ @remotion/eslint-plugin:build: > @remotion/eslint-plugin@2.6.15 build /Users/jonathanburger/remotion/packages/eslint-plugin
4
+ @remotion/eslint-plugin:build: > tsc -d
5
+ @remotion/eslint-plugin:build: 
@@ -0,0 +1,18 @@
1
+ @remotion/eslint-plugin:test: cache hit, replaying output 6c30a4d183084460
2
+ @remotion/eslint-plugin:test: 
3
+ @remotion/eslint-plugin:test: > @remotion/eslint-plugin@2.6.15 test /Users/jonathanburger/remotion/packages/eslint-plugin
4
+ @remotion/eslint-plugin:test: > jest
5
+ @remotion/eslint-plugin:test: 
6
+ @remotion/eslint-plugin:test: PASS src/tests/warn-native-image-tag.test.ts (16.86 s)
7
+ @remotion/eslint-plugin:test: PASS src/tests/no-mp4-import.test.ts (18.377 s)
8
+ @remotion/eslint-plugin:test: PASS src/tests/no-math-random.test.ts (18.773 s)
9
+ @remotion/eslint-plugin:test: PASS src/tests/volume-callback.test.ts (19.124 s)
10
+ @remotion/eslint-plugin:test: PASS src/tests/no-duration-frames-infinity.test.ts (19.256 s)
11
+ @remotion/eslint-plugin:test: PASS src/tests/even-dimensions.test.ts (19.206 s)
12
+ @remotion/eslint-plugin:test: PASS src/tests/no-string-assets.test.ts (19.391 s)
13
+ @remotion/eslint-plugin:test: 
14
+ @remotion/eslint-plugin:test: Test Suites: 7 passed, 7 total
15
+ @remotion/eslint-plugin:test: Tests: 39 passed, 39 total
16
+ @remotion/eslint-plugin:test: Snapshots: 0 total
17
+ @remotion/eslint-plugin:test: Time: 20.434 s
18
+ @remotion/eslint-plugin:test: Ran all test suites.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/eslint-plugin",
3
- "version": "2.6.13",
3
+ "version": "2.6.16",
4
4
  "description": "A set of rules helping you avoid common pitfalls in Remotion.",
5
5
  "scripts": {
6
6
  "build": "tsc -d",
@@ -13,13 +13,15 @@
13
13
  },
14
14
  "author": "Jonny Burger <jonny@remotion.dev>",
15
15
  "license": "ISC",
16
+ "dependencies": {
17
+ "@typescript-eslint/utils": "5.11.0"
18
+ },
16
19
  "devDependencies": {
17
- "@typescript-eslint/utils": "5.11.0",
18
20
  "eslint": "^7.25.0",
19
21
  "jest": "^27.2.4",
20
22
  "ts-jest": "^27.0.5",
21
23
  "typescript": "^4.5.5"
22
24
  },
23
25
  "private": false,
24
- "gitHead": "f382c9698d1e43ea56d5d10174fe0a7419e31fd2"
26
+ "gitHead": "96b2a8f042ece45305601b1f240b56f35fc9fcd4"
25
27
  }