Skip to content
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
4e42a9d
feat: use the right LWC/Dev server version for the org
abdulsattar Jan 13, 2026
5438fb3
fix: tests
abdulsattar Jan 13, 2026
cffc588
fix: remove check-versions script
abdulsattar Jan 13, 2026
1fc902c
fix: types
abdulsattar Jan 13, 2026
7b6cde7
fix: simplify versionresolver
abdulsattar Jan 13, 2026
86efeb1
fix: simplify dependency loader
abdulsattar Jan 14, 2026
fc024f4
fix: remove duplication
abdulsattar Jan 14, 2026
0fcd4af
fix: remove deprecated ensureMatchingAPIVersion
abdulsattar Jan 14, 2026
2637a87
refactor: simplify VersionResolver and DependencyLoader and improve e…
abdulsattar Jan 14, 2026
ea20586
feat: implement dual version support via NPM aliasing and dynamic loa…
abdulsattar Jan 15, 2026
526a576
fix: use new package that has no peerDependencies
abdulsattar Jan 21, 2026
d64c50a
fix: use the right version for 260
abdulsattar Jan 22, 2026
6b0b6f0
chore(release): 6.0.2-canary.0 [skip ci]
svc-cli-bot Jan 23, 2026
cc32204
fix: use latest lwc
abdulsattar Jan 23, 2026
3e7c086
fix: enable TypeScript dependency check in CI workflow
nrkruk Jan 28, 2026
756f84c
fix: use new lwc for 260
abdulsattar Jan 28, 2026
de78971
chore(release): 6.0.2-canary.1 [skip ci]
svc-cli-bot Jan 28, 2026
ba3ba9a
fix: add back 258
abdulsattar Jan 28, 2026
abb3e5e
fix: add test to check versions
abdulsattar Jan 28, 2026
b27c5ef
fix: remove DUAL_VERSION.md
abdulsattar Jan 28, 2026
8173b8d
fix: remove unused env var
abdulsattar Jan 28, 2026
412780f
fix: feedback
abdulsattar Jan 28, 2026
c58238c
fix: yarn install
abdulsattar Jan 28, 2026
1ebfe92
Merge remote-tracking branch 'origin/main' into abdulsattar/dual-version
abdulsattar Jan 28, 2026
4a4346d
fix: cleanup
abdulsattar Jan 28, 2026
4b5df0f
fix: stuff
abdulsattar Jan 28, 2026
70df2f8
fix: bump 66.0 to 13.2.23 for removing typescript
abdulsattar Jan 28, 2026
552ad0d
fix: fix 66.0 version
abdulsattar Jan 29, 2026
246c67d
chore(release): 6.1.1-canary.0 [skip ci]
svc-cli-bot Jan 29, 2026
a8a737e
fix: remove 65.0 and use canary 66.0, 67.0
abdulsattar Jan 29, 2026
f3675a7
fix: feedback
abdulsattar Jan 29, 2026
f621699
fix: yarn install
abdulsattar Jan 29, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions .husky/check-versions.js

This file was deleted.

3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

# Run the custom version check script
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need a test to prevent dependabot from updating dependencies beyond the approved range of each version.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verify if dependabot acutaly updates aliases.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Document api versioning with wlc-dev-server. if (version === "262") { }

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CLI updates to the latest plugin always. Change teh frequency if it's too often and the bundle size too big.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nick: reduce the bundle size instead.

node .husky/check-versions.js

yarn lint && yarn pretty-quick --staged
Loading