Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2024.46.0 #1541

Merged
merged 39 commits into from
Nov 12, 2024
Merged

Release 2024.46.0 #1541

merged 39 commits into from
Nov 12, 2024

Conversation

kasperg
Copy link
Contributor

@kasperg kasperg commented Nov 12, 2024

No description provided.

kasperbirch1 and others added 30 commits November 4, 2024 12:07
…ting)

Both apps now support setting the `initialDate` via a URL parameter. This enhancement allows tests to begin from a specific date, streamlining the testing of the complete opening hours workflow from dpl-cms.
…romUrl`

To ensure data specificity, I reverted the types for opening hours and made improvements to `getInitialDateFromUrl`

s
The `isDate` function only verifies if a value is a `Date` object without checking its validity. Since `new Date()` returns a `Date` object even for invalid date strings (`initialDateString`), this adjustment ensures that only valid dates pass the check.
… for displaying series information

- API specs changed so now we had to adapt
- in MaterialDescription + card-list-item
…check for empty series members in getNumberInSeries helper function
…-optimer-opening-hours-cypress-test

DDFFORM-807 - Enable `initialDate` parameter in opening hours apps (For Cypress testing)
Bumps the storybook group with 1 update: [@storybook/react-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-webpack5).


Updates `@storybook/react-webpack5` from 8.4.1 to 8.4.2
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.4.2/code/frameworks/react-webpack5)

---
updated-dependencies:
- dependency-name: "@storybook/react-webpack5"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001677 to 1.0.30001680.
- [Commits](browserslist/caniuse-lite@1.0.30001677...1.0.30001680)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) from 8.4.1 to 8.4.2.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.4.2/code/lib/cli)

---
updated-dependencies:
- dependency-name: storybook
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.47 to 8.4.48.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.47...8.4.48)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 9.0.1 to 9.1.0.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](open-cli-tools/concurrently@v9.0.1...v9.1.0)

---
updated-dependencies:
- dependency-name: concurrently
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [focus-trap-react](https://github.com/focus-trap/focus-trap-react) from 10.3.0 to 10.3.1.
- [Release notes](https://github.com/focus-trap/focus-trap-react/releases)
- [Changelog](https://github.com/focus-trap/focus-trap-react/blob/master/CHANGELOG.md)
- [Commits](focus-trap/focus-trap-react@v10.3.0...v10.3.1)

---
updated-dependencies:
- dependency-name: focus-trap-react
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@cypress/code-coverage](https://github.com/cypress-io/code-coverage) from 3.13.5 to 3.13.6.
- [Release notes](https://github.com/cypress-io/code-coverage/releases)
- [Changelog](https://github.com/cypress-io/code-coverage/blob/master/.releaserc)
- [Commits](cypress-io/code-coverage@v3.13.5...v3.13.6)

---
updated-dependencies:
- dependency-name: "@cypress/code-coverage"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…npm_and_yarn/storybook-58f66ca40d

Bump @storybook/react-webpack5 from 8.4.1 to 8.4.2 in the storybook group
…npm_and_yarn/caniuse-lite-1.0.30001680

Bump caniuse-lite from 1.0.30001677 to 1.0.30001680
…npm_and_yarn/storybook-8.4.2

Bump storybook from 8.4.1 to 8.4.2
…npm_and_yarn/postcss-8.4.48

Bump postcss from 8.4.47 to 8.4.48
…npm_and_yarn/concurrently-9.1.0

Bump concurrently from 9.0.1 to 9.1.0
…npm_and_yarn/focus-trap-react-10.3.1

Bump focus-trap-react from 10.3.0 to 10.3.1
…npm_and_yarn/cypress/code-coverage-3.13.6

Bump @cypress/code-coverage from 3.13.5 to 3.13.6
JacobArrow and others added 9 commits November 11, 2024 14:42
The `cy.get` command in Cypress does not accept additional arguments after the selector string.
…forkerte-vaerdier-vises-i-nr-xx-i-serien

Nr. XXX in series
…upgrade-typescript

Upgrade Typescript to newest version
…em-2024.46.0

Use release 2024.46.0 of design system
@kasperg kasperg merged commit 7d4d816 into main Nov 12, 2024
24 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants