@remotion/eslint-plugin 3.0.0-lambda.446 → 3.0.0-lambda.453

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 4ee2827260d71e0e
2
- @remotion/eslint-plugin:build: 
3
- @remotion/eslint-plugin:build: > @remotion/eslint-plugin@2.6.14 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 d49de09bfc13bfaf
2
+ @remotion/eslint-plugin:build: 
3
+ @remotion/eslint-plugin:build: > @remotion/eslint-plugin@2.6.14 build /Users/jonathanburger/remotion/packages/eslint-plugin
4
+ @remotion/eslint-plugin:build: > tsc -d
5
+ @remotion/eslint-plugin:build: 
@@ -1,24 +1,24 @@
1
- @remotion/eslint-plugin:test: cache hit, replaying output b9b7623d2958b882
2
- @remotion/eslint-plugin:test: 
3
- @remotion/eslint-plugin:test: > @remotion/eslint-plugin@2.6.12 test /Users/jonathanburger/remotion/packages/eslint-plugin
4
- @remotion/eslint-plugin:test: > jest
5
- @remotion/eslint-plugin:test: 
6
- @remotion/eslint-plugin:test: watchman warning: Recrawled this watch 3 times, most recently because:
7
- @remotion/eslint-plugin:test: MustScanSubDirs UserDroppedTo resolve, please review the information on
8
- @remotion/eslint-plugin:test: https://facebook.github.io/watchman/docs/troubleshooting.html#recrawl
9
- @remotion/eslint-plugin:test: To clear this warning, run:
10
- @remotion/eslint-plugin:test: `watchman watch-del '/Users/jonathanburger/remotion' ; watchman watch-project '/Users/jonathanburger/remotion'`
11
- @remotion/eslint-plugin:test: 
12
- @remotion/eslint-plugin:test: PASS src/tests/no-string-assets.test.ts (17.528 s)
13
- @remotion/eslint-plugin:test: PASS src/tests/warn-native-image-tag.test.ts (17.774 s)
14
- @remotion/eslint-plugin:test: PASS src/tests/no-duration-frames-infinity.test.ts (18.288 s)
15
- @remotion/eslint-plugin:test: PASS src/tests/no-mp4-import.test.ts (18.918 s)
16
- @remotion/eslint-plugin:test: PASS src/tests/volume-callback.test.ts (19.171 s)
17
- @remotion/eslint-plugin:test: PASS src/tests/even-dimensions.test.ts (19.917 s)
18
- @remotion/eslint-plugin:test: PASS src/tests/no-math-random.test.ts (19.832 s)
19
- @remotion/eslint-plugin:test: 
20
- @remotion/eslint-plugin:test: Test Suites: 7 passed, 7 total
21
- @remotion/eslint-plugin:test: Tests: 39 passed, 39 total
22
- @remotion/eslint-plugin:test: Snapshots: 0 total
23
- @remotion/eslint-plugin:test: Time: 21.202 s
24
- @remotion/eslint-plugin:test: Ran all test suites.
1
+ @remotion/eslint-plugin:test: cache hit, replaying output ea7e285c61e18ef8
2
+ @remotion/eslint-plugin:test: 
3
+ @remotion/eslint-plugin:test: > @remotion/eslint-plugin@2.6.14 test /Users/jonathanburger/remotion/packages/eslint-plugin
4
+ @remotion/eslint-plugin:test: > jest
5
+ @remotion/eslint-plugin:test: 
6
+ @remotion/eslint-plugin:test: watchman warning: Recrawled this watch 109 times, most recently because:
7
+ @remotion/eslint-plugin:test: MustScanSubDirs UserDroppedTo resolve, please review the information on
8
+ @remotion/eslint-plugin:test: https://facebook.github.io/watchman/docs/troubleshooting.html#recrawl
9
+ @remotion/eslint-plugin:test: To clear this warning, run:
10
+ @remotion/eslint-plugin:test: `watchman watch-del '/Users/jonathanburger/remotion' ; watchman watch-project '/Users/jonathanburger/remotion'`
11
+ @remotion/eslint-plugin:test: 
12
+ @remotion/eslint-plugin:test: PASS src/tests/no-mp4-import.test.ts (9.421 s)
13
+ @remotion/eslint-plugin:test: PASS src/tests/volume-callback.test.ts (11.509 s)
14
+ @remotion/eslint-plugin:test: PASS src/tests/even-dimensions.test.ts (11.896 s)
15
+ @remotion/eslint-plugin:test: PASS src/tests/no-string-assets.test.ts (11.949 s)
16
+ @remotion/eslint-plugin:test: PASS src/tests/no-duration-frames-infinity.test.ts (12.008 s)
17
+ @remotion/eslint-plugin:test: PASS src/tests/no-math-random.test.ts (12.102 s)
18
+ @remotion/eslint-plugin:test: PASS src/tests/warn-native-image-tag.test.ts (12.743 s)
19
+ @remotion/eslint-plugin:test: 
20
+ @remotion/eslint-plugin:test: Test Suites: 7 passed, 7 total
21
+ @remotion/eslint-plugin:test: Tests: 39 passed, 39 total
22
+ @remotion/eslint-plugin:test: Snapshots: 0 total
23
+ @remotion/eslint-plugin:test: Time: 13.379 s
24
+ @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": "3.0.0-lambda.446+a98b85944",
3
+ "version": "3.0.0-lambda.453+8e814770e",
4
4
  "description": "A set of rules helping you avoid common pitfalls in Remotion.",
5
5
  "scripts": {
6
6
  "build": "tsc -d",
@@ -15,11 +15,11 @@
15
15
  "license": "ISC",
16
16
  "devDependencies": {
17
17
  "@typescript-eslint/utils": "5.11.0",
18
- "eslint": "^7.25.0",
18
+ "eslint": "8.13.0",
19
19
  "jest": "^27.2.4",
20
20
  "ts-jest": "^27.0.5",
21
21
  "typescript": "^4.5.5"
22
22
  },
23
23
  "private": false,
24
- "gitHead": "a98b859448559b52e7d023b4bac6779978483601"
24
+ "gitHead": "8e814770e1584660eb9165e51ada91628ca59ee7"
25
25
  }