Anton Gunnarsson
1bd8fe6821
Merged in feat/sw-2879-booking-widget-to-booking-flow-package (pull request #2532 )
...
feat(SW-2879): Move BookingWidget to booking-flow package
* Fix lockfile
* Fix styling
* a tiny little booking widget test
* Tiny fixes
* Merge branch 'master' into feat/sw-2879-booking-widget-to-booking-flow-package
* Remove unused scripts
* lint:fix
* Merge branch 'master' into feat/sw-2879-booking-widget-to-booking-flow-package
* Tiny lint fixes
* update test
* Update Input in booking-flow
* Clean up comments etc
* Merge branch 'master' into feat/sw-2879-booking-widget-to-booking-flow-package
* Setup tracking context for booking-flow
* Add missing use client
* Fix temp tracking function
* Pass booking to booking-widget
* Remove comment
* Add use client to booking widget tracking provider
* Add use client to tracking functions
* Merge branch 'master' into feat/sw-2879-booking-widget-to-booking-flow-package
* Move debug page
* Merge branch 'master' into feat/sw-2879-booking-widget-to-booking-flow-package
* Merge branch 'master' into feat/sw-2879-booking-widget-to-booking-flow-package
* Merge branch 'master' into feat/sw-2879-booking-widget-to-booking-flow-package
Approved-by: Bianca Widstam
2025-08-05 09:20:20 +00:00
Joakim Jäderberg
ef6235cf43
Merged in fix/stylus-failing-builds (pull request #2568 )
...
Remove stylus deps and replace with extension
* fix: remove stylus deps and replace with extension
* chore: update yarn.lock
2025-07-23 09:16:49 +00:00
Anton Gunnarsson
6eeaa1cd40
Merged in feat/sw-2872-dependency-inject-app-context-in-trpc-package (pull request #2478 )
...
feat(SW-2872) Dependency inject app context in trpc package
* Move appRouter to trpc package
* WIP Move serverClient to trpc package
Doesn't handle errors yet
* Don't use global
* Use trpc everywhere
Approved-by: Linus Flood
2025-07-01 08:49:33 +00:00
Anton Gunnarsson
4e1cb01b84
Merged in chore/cleanup-after-trpc-migration (pull request #2457 )
...
Chore/cleanup after trpc migration
* Clean up TODOs
* Rename REDEMPTION constant to SEARCH_TYPE_REDEMPTION
* Update dependencies
Remove unused deps from scandic-web
Add missing deps to trpc package
* Update self-referencing imports
* Remove unused variables from scandic-web env
* Fix missing graphql-tag package
* Actually fix
* Remove unused env var
Approved-by: Christian Andolf
Approved-by: Linus Flood
2025-06-30 12:08:19 +00:00
Christian Andolf
ff40ef72c4
chore: fix and migrate unit tests to vitest
2025-06-30 09:49:30 +02:00
Anton Gunnarsson
846fd904a6
Merged in feat/sw-2859-set-up-shared-trpc-package (pull request #2319 )
...
feat(SW-2859): Create trpc package
* Add isEdge, safeTry and dataCache to new common package
* Add eslint and move prettier config
* Clean up tests
* Create trpc package and move initialization
* Move errors and a few procedures
* Move telemetry to common package
* Move tokenManager to common package
* Add Sentry to procedures
* Clean up procedures
* Fix self-referencing imports
* Add exports to packages and lint rule to prevent relative imports
* Add env to trpc package
* Add eslint to trpc package
* Apply lint rules
* Use direct imports from trpc package
* Add lint-staged config to trpc
* Move lang enum to common
* Restructure trpc package folder structure
* Fix lang imports
Approved-by: Linus Flood
2025-06-18 12:14:20 +00:00
Erik Tiekstra
d492b5ad6a
feat(SW-2719): Added Dialogshift chat widget to certain hotel pages
...
Approved-by: Matilda Landström
2025-06-16 12:33:38 +00:00
Michael Zetterberg
5826901c0e
feat: include hidden labels + sync
2025-06-13 12:01:54 +00:00
Michael Zetterberg
2c9f3c4c5e
feat: lokalise clean
2025-06-12 08:56:10 +00:00
Anton Gunnarsson
048a477e52
Merged in feat/common-package (pull request #2333 )
...
feat: Add common package
* Add isEdge, safeTry and dataCache to new common package
* Add eslint and move prettier config
* Fix yarn lock
* Clean up tests
* Add lint-staged config to common
* Add missing dependencies
Approved-by: Joakim Jäderberg
2025-06-11 13:08:39 +00:00
Linus Flood
93b76d405a
Merged in feat/SW-2960-update-plugin (pull request #2283 )
...
feat(#SW-2960): Update netlify/plugin-nextjs to latest
* feat(#SW-2960): Update netlify/plugin-nextjs to latest
* added lock file
Approved-by: Joakim Jäderberg
2025-06-04 06:26:32 +00:00
Linus Flood
8b57c72a7c
Merged in chore/nextjs-15.3.3 (pull request #2284 )
...
chore(next) - update Nextjs to 15.3.3 to fix rsc payload getting cached
* chore(next) - update Nextjs to 15.3.3 to fix rsc payload getting cached
Approved-by: Joakim Jäderberg
2025-06-04 06:18:50 +00:00
Anton Gunnarsson
dd4ef527df
Merged in chore/eslint9 (pull request #2029 )
...
chore: Update to ESLint 9
* wip: apply codemod and upgrade swc plugin
* Update eslint to 9 in scandic-web
apply code mod to config
fix existing lint issues
* Remove uneccessary fixupConfigRules
* Update eslint to 9 in design-system
* Add lint turbo dependency
* Move redis-api to eslint and prettier instead of biome
* Simplify eslint configs
* Clean up
* Apply linting
Approved-by: Linus Flood
2025-06-03 14:26:44 +00:00
Anton Gunnarsson
cbf9e7b7c2
Merged in chore/next15 (pull request #1999 )
...
chore (SW-834): Upgrade to Next 15
* wip: apply codemod and upgrade swc plugin
* wip: design-system to react 19, fix issues from async (search)params
* wip: fix remaining issues from codemod
serverClient is now async because context use headers()
getLang is now async because it uses headers()
* Minor cleanup
* Inline react-material-symbols package
Package is seemingly not maintained any more and doesn't support
React 19. This copies the package source into `design-system`,
makes the necessary changes for 19 and export it for others to use.
* Fix missing awaits
* Disable modal exit animations
Enabling modal exit animations via isExiting prop is causing
modals to be rendered in "hidden" state and never unmount.
Seems to be an issue with react-aria-components,
see https://github.com/adobe/react-spectrum/issues/7563 .
Can probably be fixed by rewriting to a solution similar to
https://react-spectrum.adobe.com/react-aria/examples/framer-modal-sheet.html
* Remove unstable cache implementation and use in memory cache locally
* Fix ref type in SelectFilter
* Use cloneElement to add key prop to element
Approved-by: Linus Flood
2025-06-02 11:11:50 +00:00
Anton Gunnarsson
ec08f83153
Update patch versions
2025-05-22 14:00:39 +02:00
Anton Gunnarsson
01355078a0
Update intl packages
2025-05-22 14:00:39 +02:00
Anton Gunnarsson
7378b18885
Update @internationalized/date
2025-05-22 14:00:39 +02:00
Anton Gunnarsson
ef90e878cf
Update @contentstack/live-preview-utils
2025-05-22 14:00:39 +02:00
Anton Gunnarsson
d76b507ef4
Remove unused material-symbols package
2025-05-22 14:00:39 +02:00
Anton Gunnarsson
d1927fff09
Update graphql-request
2025-05-22 14:00:39 +02:00
Anton Gunnarsson
f46bc8f920
Update @hookform/resolvers
...
In v5 the zod resolver will automatically infer the type for `useForm`.
It's not recommended to manually specify types.
See https://github.com/react-hook-form/resolvers/releases/tag/v5.0.0
2025-05-22 14:00:39 +02:00
Anton Gunnarsson
83646d4d02
Update sonner
2025-05-22 14:00:39 +02:00
Anton Gunnarsson
11c1810249
Update @vercel/otel
2025-05-22 14:00:39 +02:00
Anton Gunnarsson
0a06d6d38c
Update @vis.gl/react-google-maps
2025-05-22 14:00:39 +02:00
Anton Gunnarsson
e049c29d82
Update react-hook-form
2025-05-22 14:00:39 +02:00
Anton Gunnarsson
a6cd4d807e
Update uuid
2025-05-22 14:00:38 +02:00
Anton Gunnarsson
31afb60627
Remove unused radix packages
2025-05-22 14:00:38 +02:00
Anton Gunnarsson
06de3edfe3
Update class-variance-authority
2025-05-22 14:00:38 +02:00
Anton Gunnarsson
10e3907c87
Update @t3-oss/env-nextjs
2025-05-22 14:00:38 +02:00
Anton Gunnarsson
0381ad07b7
Update cypress
2025-05-22 14:00:38 +02:00
Anton Gunnarsson
9af93fecda
Update framer-motion
2025-05-22 14:00:38 +02:00
Anton Gunnarsson
c3205d9561
Update eslint plugins
2025-05-22 14:00:38 +02:00
Anton Gunnarsson
e4ad0d3466
Update typescript
2025-05-22 14:00:38 +02:00
Anton Gunnarsson
102c3b6df6
Update @typescript-eslint/*
2025-05-22 14:00:38 +02:00
Anton Gunnarsson
a74eafe9bf
Update contentstack
2025-05-22 14:00:38 +02:00
Anton Gunnarsson
37c9e97405
Update dotenv
2025-05-22 14:00:38 +02:00
Anton Gunnarsson
dab4990748
Remove unused package @preact/signals-core
2025-05-22 14:00:38 +02:00
Anton Gunnarsson
41aa4f26ad
Update libphonenumber-js
2025-05-22 14:00:38 +02:00
Anton Gunnarsson
3110f9aec2
Update lint-staged
2025-05-22 14:00:38 +02:00
Anton Gunnarsson
229147ecb9
Update nanoid
2025-05-22 14:00:38 +02:00
Anton Gunnarsson
275cd73b26
Update prettier
2025-05-22 14:00:38 +02:00
Anton Gunnarsson
50664d4bef
Remove unused package ioredis
2025-05-22 14:00:37 +02:00
Anton Gunnarsson
6ed9f9382e
Update graphql
2025-05-22 14:00:37 +02:00
Anton Gunnarsson
d1383796a9
Update react-day-picker
2025-05-22 14:00:37 +02:00
Anton Gunnarsson
069cdb7aa0
Update react-aria-components
2025-05-22 14:00:37 +02:00
Anton Gunnarsson
1fc5dd3c88
Update react-international-phone
2025-05-22 14:00:37 +02:00
Anton Gunnarsson
88b7ede54b
Update react-to-print
2025-05-22 14:00:37 +02:00
Anton Gunnarsson
e5f00b3790
Remove unused package uuid
2025-05-22 14:00:37 +02:00
Anton Gunnarsson
33c4bb2a9a
Update zod
2025-05-22 14:00:37 +02:00
Anton Gunnarsson
b79f2f3014
Update react-table and confetti
2025-05-22 14:00:37 +02:00