security: stricter pnpm config blockExoticSubdeps & trustPolicy - #21
Merged
Merged
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
@tanstack/react-time
@tanstack/react-time-devtools
@tanstack/solid-time
@tanstack/solid-time-devtools
@tanstack/time
@tanstack/time-devtools
commit: |
bart-krakowski
added a commit
that referenced
this pull request
Sep 22, 2026
* chore: project setup * fix: resolve CI test failures - Fix sherif: sort dependencies alphabetically, align solid-js and @eslint-react/eslint-plugin versions - Add missing devDependencies (@vitejs/plugin-react to react-time-devtools) - Fix solid-time-devtools JSX build by using pre-compiled solid template - Fix vitest configs: remove references to non-existent test-setup.ts files - Fix time package test:lib: add --passWithNoTests flag - Configure react-time-devtools tsdown with jsx: 'automatic' - Update knip.json to ignore intentional template dependencies - Remove unused test-setup.ts files - Remove unused React imports from examples * chore: project setup * ci: apply automated fixes * feat: base * ci: apply automated fixes * feat: parse * feat: withDateOperation HOF and startOf util * ci: apply automated fixes * feat: endOf util * ci: apply automated fixes * feat: returnFormat option * feat: utils * ci: apply automated fixes * feat: utils * ci: apply automated fixes * feat: date comparition utils * ci: apply automated fixes * feat: date comparition utils * ci: apply automated fixes * refactor: date comparition utils * refactor: date comparition utils * ci: apply automated fixes * feat: format util * feat: format util * ci: apply automated fixes * feat: isLeapYear, isWeekend and isWeekday utils * feat: isLeapYear, isWeekend and isWeekday utils * ci: apply automated fixes * feat: range util * ci: apply automated fixes * refactor: date utils * ci: apply automated fixes * feat: calendar * ci: apply automated fixes * feat: calendar * feat: calendar * feat: calendar * ci: apply automated fixes * feat: event resize * feat: event resize * feat: event resize * feat: event resize * feat: event resize * feat: event resize * feat: event resize * feat: calendar * feat: calendar example * feat: calendar example * feat: calendar example * feat: availability rules * feat: availability rules * feat: resources * feat: devtools setup * feat: devtools * feat: calendar * ci: apply automated fixes * feat: timeline example * feat: timeline * ci: apply automated fixes * feat: timeline * feat: timeline * feat: timeline * feat: lazy loading * feat: timeline * ci: apply automated fixes * feat: recursive events * ci: apply automated fixes * feat: infinite loading * feat: capacity/consumption * feat: capacity/consumption * ci: apply automated fixes * feat: capacity/consumption * feat: capacity/consumption * feat: dependencies * test: calendar core * fix: calendar * test: calendar core * ci: apply automated fixes * docs: roadmap * style: format * ci: apply automated fixes * feat: undo and redo * ci: apply automated fixes * feat: go to next/previous occurrence * ci: apply automated fixes * ci: add zizmor workflow (#19) Co-authored-by: Bartłomiej Krakowski <48633090+bart-krakowski@users.noreply.github.com> * feat: undo and redo * ci: apply automated fixes * fix: calendar * feat: calendar * ci: apply automated fixes * feat: all-day events * chore(pnpm): update pnpm to v11 (#20) * security: stricter pnpm config blockExoticSubdeps & trustPolicy (#21) * feat: calendar example * feat: calendar example * ci: apply automated fixes * chore: enforce pnpm 11 (#22) Co-authored-by: Bartłomiej Krakowski <48633090+bart-krakowski@users.noreply.github.com> * chore: migrate changesets changelog generator (#23) * chore: ai infrastructure * ci: apply automated fixes * perf: calendar core * ci: apply automated fixes * feat: recurrence exceptions * ci: apply automated fixes * feat: calendar * ci: apply automated fixes * docs: adrs * ci: apply automated fixes * feat: date primitives functions (#39) * ci: apply automated fixes * chore: update pnpm to 11.9 * chore: set pnpm minimum release age --------- Co-authored-by: Bart Krakowski <bartlomiej@krakowski.dev> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Bartłomiej Krakowski <48633090+bart-krakowski@users.noreply.github.com> Co-authored-by: Harry Whorlow <79278353+harry-whorlow@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enables pnpm's no-downgrade trust policy and blocks exotic transitive dependencies via blockExoticSubdeps.