[READ-ONLY] Mirror of https://github.com/wojtekmaj/i18n-compare. Generates a summary of differences between two i18n files
0

Configure Feed

Select the types of activity you want to include in your feed.

Bump typescript from 6.0.2 to 7.0.2

+274 -12
+1 -1
package.json
··· 34 34 "@types/react-dom": "^19.2.0", 35 35 "@vitejs/plugin-react": "^6.0.2", 36 36 "husky": "^9.0.0", 37 - "typescript": "^6.0.2", 37 + "typescript": "^7.0.2", 38 38 "typescript-plugin-css-modules": "^5.0.0", 39 39 "vite": "^8.0.16", 40 40 "vite-plugin-simple-html": "^1.0.1"
+273 -11
yarn.lock
··· 517 517 languageName: node 518 518 linkType: hard 519 519 520 + "@typescript/typescript-aix-ppc64@npm:7.0.2": 521 + version: 7.0.2 522 + resolution: "@typescript/typescript-aix-ppc64@npm:7.0.2" 523 + conditions: os=aix & cpu=ppc64 524 + languageName: node 525 + linkType: hard 526 + 527 + "@typescript/typescript-darwin-arm64@npm:7.0.2": 528 + version: 7.0.2 529 + resolution: "@typescript/typescript-darwin-arm64@npm:7.0.2" 530 + conditions: os=darwin & cpu=arm64 531 + languageName: node 532 + linkType: hard 533 + 534 + "@typescript/typescript-darwin-x64@npm:7.0.2": 535 + version: 7.0.2 536 + resolution: "@typescript/typescript-darwin-x64@npm:7.0.2" 537 + conditions: os=darwin & cpu=x64 538 + languageName: node 539 + linkType: hard 540 + 541 + "@typescript/typescript-freebsd-arm64@npm:7.0.2": 542 + version: 7.0.2 543 + resolution: "@typescript/typescript-freebsd-arm64@npm:7.0.2" 544 + conditions: os=freebsd & cpu=arm64 545 + languageName: node 546 + linkType: hard 547 + 548 + "@typescript/typescript-freebsd-x64@npm:7.0.2": 549 + version: 7.0.2 550 + resolution: "@typescript/typescript-freebsd-x64@npm:7.0.2" 551 + conditions: os=freebsd & cpu=x64 552 + languageName: node 553 + linkType: hard 554 + 555 + "@typescript/typescript-linux-arm64@npm:7.0.2": 556 + version: 7.0.2 557 + resolution: "@typescript/typescript-linux-arm64@npm:7.0.2" 558 + conditions: os=linux & cpu=arm64 559 + languageName: node 560 + linkType: hard 561 + 562 + "@typescript/typescript-linux-arm@npm:7.0.2": 563 + version: 7.0.2 564 + resolution: "@typescript/typescript-linux-arm@npm:7.0.2" 565 + conditions: os=linux & cpu=arm 566 + languageName: node 567 + linkType: hard 568 + 569 + "@typescript/typescript-linux-loong64@npm:7.0.2": 570 + version: 7.0.2 571 + resolution: "@typescript/typescript-linux-loong64@npm:7.0.2" 572 + conditions: os=linux & cpu=loong64 573 + languageName: node 574 + linkType: hard 575 + 576 + "@typescript/typescript-linux-mips64el@npm:7.0.2": 577 + version: 7.0.2 578 + resolution: "@typescript/typescript-linux-mips64el@npm:7.0.2" 579 + conditions: os=linux & cpu=mips64el 580 + languageName: node 581 + linkType: hard 582 + 583 + "@typescript/typescript-linux-ppc64@npm:7.0.2": 584 + version: 7.0.2 585 + resolution: "@typescript/typescript-linux-ppc64@npm:7.0.2" 586 + conditions: os=linux & cpu=ppc64 587 + languageName: node 588 + linkType: hard 589 + 590 + "@typescript/typescript-linux-riscv64@npm:7.0.2": 591 + version: 7.0.2 592 + resolution: "@typescript/typescript-linux-riscv64@npm:7.0.2" 593 + conditions: os=linux & cpu=riscv64 594 + languageName: node 595 + linkType: hard 596 + 597 + "@typescript/typescript-linux-s390x@npm:7.0.2": 598 + version: 7.0.2 599 + resolution: "@typescript/typescript-linux-s390x@npm:7.0.2" 600 + conditions: os=linux & cpu=s390x 601 + languageName: node 602 + linkType: hard 603 + 604 + "@typescript/typescript-linux-x64@npm:7.0.2": 605 + version: 7.0.2 606 + resolution: "@typescript/typescript-linux-x64@npm:7.0.2" 607 + conditions: os=linux & cpu=x64 608 + languageName: node 609 + linkType: hard 610 + 611 + "@typescript/typescript-netbsd-arm64@npm:7.0.2": 612 + version: 7.0.2 613 + resolution: "@typescript/typescript-netbsd-arm64@npm:7.0.2" 614 + conditions: os=netbsd & cpu=arm64 615 + languageName: node 616 + linkType: hard 617 + 618 + "@typescript/typescript-netbsd-x64@npm:7.0.2": 619 + version: 7.0.2 620 + resolution: "@typescript/typescript-netbsd-x64@npm:7.0.2" 621 + conditions: os=netbsd & cpu=x64 622 + languageName: node 623 + linkType: hard 624 + 625 + "@typescript/typescript-openbsd-arm64@npm:7.0.2": 626 + version: 7.0.2 627 + resolution: "@typescript/typescript-openbsd-arm64@npm:7.0.2" 628 + conditions: os=openbsd & cpu=arm64 629 + languageName: node 630 + linkType: hard 631 + 632 + "@typescript/typescript-openbsd-x64@npm:7.0.2": 633 + version: 7.0.2 634 + resolution: "@typescript/typescript-openbsd-x64@npm:7.0.2" 635 + conditions: os=openbsd & cpu=x64 636 + languageName: node 637 + linkType: hard 638 + 639 + "@typescript/typescript-sunos-x64@npm:7.0.2": 640 + version: 7.0.2 641 + resolution: "@typescript/typescript-sunos-x64@npm:7.0.2" 642 + conditions: os=sunos & cpu=x64 643 + languageName: node 644 + linkType: hard 645 + 646 + "@typescript/typescript-win32-arm64@npm:7.0.2": 647 + version: 7.0.2 648 + resolution: "@typescript/typescript-win32-arm64@npm:7.0.2" 649 + conditions: os=win32 & cpu=arm64 650 + languageName: node 651 + linkType: hard 652 + 653 + "@typescript/typescript-win32-x64@npm:7.0.2": 654 + version: 7.0.2 655 + resolution: "@typescript/typescript-win32-x64@npm:7.0.2" 656 + conditions: os=win32 & cpu=x64 657 + languageName: node 658 + linkType: hard 659 + 520 660 "@ungap/structured-clone@npm:^1.0.0": 521 661 version: 1.3.0 522 662 resolution: "@ungap/structured-clone@npm:1.3.0" ··· 1034 1174 react-markdown: "npm:^10.1.0" 1035 1175 rehype-raw: "npm:^5.1.0" 1036 1176 rehype-sanitize: "npm:^4.0.0" 1037 - typescript: "npm:^6.0.2" 1177 + typescript: "npm:^7.0.2" 1038 1178 typescript-plugin-css-modules: "npm:^5.0.0" 1039 1179 vite: "npm:^8.0.16" 1040 1180 vite-plugin-simple-html: "npm:^1.0.1" ··· 2356 2496 languageName: node 2357 2497 linkType: hard 2358 2498 2359 - "typescript@npm:^6.0.2": 2360 - version: 6.0.2 2361 - resolution: "typescript@npm:6.0.2" 2499 + "typescript@npm:^7.0.2": 2500 + version: 7.0.2 2501 + resolution: "typescript@npm:7.0.2" 2502 + dependencies: 2503 + "@typescript/typescript-aix-ppc64": "npm:7.0.2" 2504 + "@typescript/typescript-darwin-arm64": "npm:7.0.2" 2505 + "@typescript/typescript-darwin-x64": "npm:7.0.2" 2506 + "@typescript/typescript-freebsd-arm64": "npm:7.0.2" 2507 + "@typescript/typescript-freebsd-x64": "npm:7.0.2" 2508 + "@typescript/typescript-linux-arm": "npm:7.0.2" 2509 + "@typescript/typescript-linux-arm64": "npm:7.0.2" 2510 + "@typescript/typescript-linux-loong64": "npm:7.0.2" 2511 + "@typescript/typescript-linux-mips64el": "npm:7.0.2" 2512 + "@typescript/typescript-linux-ppc64": "npm:7.0.2" 2513 + "@typescript/typescript-linux-riscv64": "npm:7.0.2" 2514 + "@typescript/typescript-linux-s390x": "npm:7.0.2" 2515 + "@typescript/typescript-linux-x64": "npm:7.0.2" 2516 + "@typescript/typescript-netbsd-arm64": "npm:7.0.2" 2517 + "@typescript/typescript-netbsd-x64": "npm:7.0.2" 2518 + "@typescript/typescript-openbsd-arm64": "npm:7.0.2" 2519 + "@typescript/typescript-openbsd-x64": "npm:7.0.2" 2520 + "@typescript/typescript-sunos-x64": "npm:7.0.2" 2521 + "@typescript/typescript-win32-arm64": "npm:7.0.2" 2522 + "@typescript/typescript-win32-x64": "npm:7.0.2" 2523 + dependenciesMeta: 2524 + "@typescript/typescript-aix-ppc64": 2525 + optional: true 2526 + "@typescript/typescript-darwin-arm64": 2527 + optional: true 2528 + "@typescript/typescript-darwin-x64": 2529 + optional: true 2530 + "@typescript/typescript-freebsd-arm64": 2531 + optional: true 2532 + "@typescript/typescript-freebsd-x64": 2533 + optional: true 2534 + "@typescript/typescript-linux-arm": 2535 + optional: true 2536 + "@typescript/typescript-linux-arm64": 2537 + optional: true 2538 + "@typescript/typescript-linux-loong64": 2539 + optional: true 2540 + "@typescript/typescript-linux-mips64el": 2541 + optional: true 2542 + "@typescript/typescript-linux-ppc64": 2543 + optional: true 2544 + "@typescript/typescript-linux-riscv64": 2545 + optional: true 2546 + "@typescript/typescript-linux-s390x": 2547 + optional: true 2548 + "@typescript/typescript-linux-x64": 2549 + optional: true 2550 + "@typescript/typescript-netbsd-arm64": 2551 + optional: true 2552 + "@typescript/typescript-netbsd-x64": 2553 + optional: true 2554 + "@typescript/typescript-openbsd-arm64": 2555 + optional: true 2556 + "@typescript/typescript-openbsd-x64": 2557 + optional: true 2558 + "@typescript/typescript-sunos-x64": 2559 + optional: true 2560 + "@typescript/typescript-win32-arm64": 2561 + optional: true 2562 + "@typescript/typescript-win32-x64": 2563 + optional: true 2362 2564 bin: 2363 2565 tsc: bin/tsc 2364 - tsserver: bin/tsserver 2365 - checksum: 10c0/4b860b0bf87cc0fee0f66d8ef2640b5a8a8a8c74d1129adb82e389e5f97124383823c47946bef8a73ede371461143a3aa8544399d2133c7b2e4f07e81860af7f 2566 + checksum: 10c0/3dcee51ec8c332492325bcdbf7df48b66668751f127e622ae7d41b6c716eb19184424a45e14f7750f50f340232388b69e6287859155f06a5ce2df76f12cb31cf 2366 2567 languageName: node 2367 2568 linkType: hard 2368 2569 2369 - "typescript@patch:typescript@npm%3A^6.0.2#optional!builtin<compat/typescript>": 2370 - version: 6.0.2 2371 - resolution: "typescript@patch:typescript@npm%3A6.0.2#optional!builtin<compat/typescript>::version=6.0.2&hash=5786d5" 2570 + "typescript@patch:typescript@npm%3A^7.0.2#optional!builtin<compat/typescript>": 2571 + version: 7.0.2 2572 + resolution: "typescript@patch:typescript@npm%3A7.0.2#optional!builtin<compat/typescript>::version=7.0.2&hash=3bafbf" 2573 + dependencies: 2574 + "@typescript/typescript-aix-ppc64": "npm:7.0.2" 2575 + "@typescript/typescript-darwin-arm64": "npm:7.0.2" 2576 + "@typescript/typescript-darwin-x64": "npm:7.0.2" 2577 + "@typescript/typescript-freebsd-arm64": "npm:7.0.2" 2578 + "@typescript/typescript-freebsd-x64": "npm:7.0.2" 2579 + "@typescript/typescript-linux-arm": "npm:7.0.2" 2580 + "@typescript/typescript-linux-arm64": "npm:7.0.2" 2581 + "@typescript/typescript-linux-loong64": "npm:7.0.2" 2582 + "@typescript/typescript-linux-mips64el": "npm:7.0.2" 2583 + "@typescript/typescript-linux-ppc64": "npm:7.0.2" 2584 + "@typescript/typescript-linux-riscv64": "npm:7.0.2" 2585 + "@typescript/typescript-linux-s390x": "npm:7.0.2" 2586 + "@typescript/typescript-linux-x64": "npm:7.0.2" 2587 + "@typescript/typescript-netbsd-arm64": "npm:7.0.2" 2588 + "@typescript/typescript-netbsd-x64": "npm:7.0.2" 2589 + "@typescript/typescript-openbsd-arm64": "npm:7.0.2" 2590 + "@typescript/typescript-openbsd-x64": "npm:7.0.2" 2591 + "@typescript/typescript-sunos-x64": "npm:7.0.2" 2592 + "@typescript/typescript-win32-arm64": "npm:7.0.2" 2593 + "@typescript/typescript-win32-x64": "npm:7.0.2" 2594 + dependenciesMeta: 2595 + "@typescript/typescript-aix-ppc64": 2596 + optional: true 2597 + "@typescript/typescript-darwin-arm64": 2598 + optional: true 2599 + "@typescript/typescript-darwin-x64": 2600 + optional: true 2601 + "@typescript/typescript-freebsd-arm64": 2602 + optional: true 2603 + "@typescript/typescript-freebsd-x64": 2604 + optional: true 2605 + "@typescript/typescript-linux-arm": 2606 + optional: true 2607 + "@typescript/typescript-linux-arm64": 2608 + optional: true 2609 + "@typescript/typescript-linux-loong64": 2610 + optional: true 2611 + "@typescript/typescript-linux-mips64el": 2612 + optional: true 2613 + "@typescript/typescript-linux-ppc64": 2614 + optional: true 2615 + "@typescript/typescript-linux-riscv64": 2616 + optional: true 2617 + "@typescript/typescript-linux-s390x": 2618 + optional: true 2619 + "@typescript/typescript-linux-x64": 2620 + optional: true 2621 + "@typescript/typescript-netbsd-arm64": 2622 + optional: true 2623 + "@typescript/typescript-netbsd-x64": 2624 + optional: true 2625 + "@typescript/typescript-openbsd-arm64": 2626 + optional: true 2627 + "@typescript/typescript-openbsd-x64": 2628 + optional: true 2629 + "@typescript/typescript-sunos-x64": 2630 + optional: true 2631 + "@typescript/typescript-win32-arm64": 2632 + optional: true 2633 + "@typescript/typescript-win32-x64": 2634 + optional: true 2372 2635 bin: 2373 2636 tsc: bin/tsc 2374 - tsserver: bin/tsserver 2375 - checksum: 10c0/49f0b84fc6ca55653e77752b8a61beabc09ee3dae5d965c31596225aa6ef213c5727b1d2e895b900416dc603854ba0872ac4a812c2a4ed6793a601f9c675de02 2637 + checksum: 10c0/6b3cdc369cd829d46e00734ea64233ee84419c2825ad8fe408915adde77abced4b7a2401f7eed517d54a7a4f5d1c1869753cb99018df1c2159c761d9f33483a6 2376 2638 languageName: node 2377 2639 linkType: hard 2378 2640