Bump the all group across 1 directory with 42 updates
Bumps the all group with 42 updates in the /website directory:
Updates @reach/skip-nav from 0.3.0 to 0.18.0
Release notes
Sourced from @reach/skip-nav's releases.
v0.18.0
Changes for individual packages can now be found in the
CHANGELOG.mdfile in the root of the affected package. GitHub releases will be used to document changes affecting all or several packages in the repo.BREAKING Changes
- All default exports have been removed. Replace all default imports with the appropriate documented named export.
- The output directory structure has changed slightly. Module files are now named
reach-<pkg>.mjsinstead ofreach-<pkg>.esm.js.Minor Changes
We have simplified our build setup to remove a boatload of dependencies. Build output for all packages may look slightly different, though functionally packages that don't have explicit changes marked in the release notes have not changed.
This may affect you if you use
patch-packageto modify output code. If you need support for legacy browsers, the new bundle may not transpile the same ECMA features as before. In that case you may want to transpile Reach packages directly.We no longer check that our internal styles are included by looking for a defined CSS custom property. You can still include our base styles as before, but this removes the need to define
--reach-<pkg>in your own stylesheets to silence dev warnings.v0.17.0
💔 Breaking Changes
disclosure
- In uncontrolled disclosures, previously we would render the disclosure as open on the first render, regardless of the
defaultOpenprop's value. This was done as a progressive enhancement to ensure content was visible to users without JavaScript, but in most cases it just meant that the user might see a flash before the state would change, causing unwanted layout shift.- We simplified this by simply respecting the
defaultOpenprop's value on the initial render. If you want the old behavior, control the state of your disclosures and ensure that the initial open state is always set totrue, then set the desired state for the following render inuseEffect.tabs
- Removed the
isSelectedfrom from theTabcomponent. This prop was useful before we had hooks, but we can now get the selected tab from context without using render props. (2dd0aec73c4cc2a9a1936cb6c3e43933b2d2765f)🐛 Bugfixes
auto-id
- Use the user-provided ID beyond the first render for deterministic behavior (b2f3bc010091a0bc7a99985657137101a58036ef)
tabs
- Stop managing focus on mouse clicks to fix
:focus-visiblelistbox
- Update submit button
querySelectorspecificity to fix incorrect button clicks (#903)menu-button,combobox,listbox
- Skip rendering of portaled popovers before hydration. This prevents unwanted layout shift when the server-rendered popover mounts to a temporary DOM node (a8f38a497c0481156a4da1fecef955f398101327).
🤜🤛 8 Committers
- Ashlee M Boyer (
@ashleemboyer)- Jeff Grannes (
@jeffgrannes)- Jonathan (
@jhogervorst)- Kendall Strautman (
@kendallstrautman)- Kent C. Dodds (
@kentcdodds)- Vlad Yanchevsky (
@chevsky)- Zach Gotsch (
@zgotsch)@rainmodredv0.16.5
In
@reach/combobox, we added adata-expandedattribute to the parent wrapper and popover for simpler styling based on the expanded state of the input.v0.16.4
This release fixes a bug in Combobox where the selection in a controlled combobox input would trigger a flash with the stale value. We should always defer to the user's value when the input is controlled (Thanks
@arackaf!) -- #865
... (truncated)
Changelog
Sourced from @reach/skip-nav's changelog.
0.18.0
Minor Changes
BREAKING Changes
- All default exports have been removed. Replace all default imports with the appropriate documented named export.
- The output directory structure has changed slightly. Module files are now named
reach-<pkg>.mjsinstead ofreach-<pkg>.esm.js.Minor Changes
We have simplified our build setup to remove a boatload of dependencies. Build output for all packages may look slightly different, though functionally packages that don't have explicit changes marked in the release notes have not changed.
This may affect you if you use
patch-packageto modify output code. If you need support for legacy browsers, the new bundle may not transpile the same ECMA features as before. In that case you may want to transpile Reach packages directly.We no longer check that our internal styles are included by looking for a defined CSS custom property. You can still include our base styles as before, but this removes the need to define
--reach-<pkg>in your own stylesheets to silence dev warnings.Patch Changes
- Updated dependencies:
@reach/[email protected]
Commits
43f450dbump versions for release12baab7chore: Update version for release (pre) (#977)2fa6593chore: Update version for release (pre) (#976)69df3a0breaking: removee0f6dabrefactor: move polymorphic types into a separate packagee968505chore: Update version for release (pre) (#975)3335ce3chore: Update version for release (pre) (#974)8f75df9chore: Update version for release (pre) (#973)be9438arefactor: rename source to map to existing output files81cc3b0chore: bump versions for release- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by chancestrickland, a new releaser for @reach/skip-nav since your current version.
Updates babel-plugin-styled-components from 1.13.3 to 2.1.4
Release notes
Sourced from babel-plugin-styled-components's releases.
v2.1.4
- Bump ansi-regex from 5.0.0 to 5.0.1 by
@dependabotin styled-components/babel-plugin-styled-components#391- migrate off an EOL babel package
Full Changelog: https://github.com/styled-components/babel-plugin-styled-components/compare/v2.1.3...v2.1.4
v2.1.3
What's Changed
- When testing import paths, only use string literals. by
@maisano-patreonin styled-components/babel-plugin-styled-components#389- chore: update babel deps and jest (https://github.com/styled-components/babel-plugin-styled-components/commit/911fc097794d300fcb7944b422d49811c10b35f7)
New Contributors
@maisano-patreonmade their first contribution in styled-components/babel-plugin-styled-components#389Full Changelog: https://github.com/styled-components/babel-plugin-styled-components/compare/v2.1.1...v2.1.3
v2.1.1
What's Changed
- Add tricky expression on object expression by
@healtheloperin styled-components/babel-plugin-styled-components#381- bump codeql GH Action to v2 by
@dmaklyginin styled-components/babel-plugin-styled-components#383- Support pre-transpiled code (#379) by
@rbongin styled-components/babel-plugin-styled-components#380- Bump minimatch from 3.0.4 to 3.1.2 by
@dependabotin styled-components/babel-plugin-styled-components#385- Bump minimist from 1.2.5 to 1.2.8 by
@dependabotin styled-components/babel-plugin-styled-components#384- updated lodash from 4.17.11 to 4.17.21 by
@FatemehOstadin styled-components/babel-plugin-styled-components#378- chore: yarn 3 by
@probablyupin styled-components/babel-plugin-styled-components#386- Bump json5 from 2.2.0 to 2.2.3 by
@dependabotin styled-components/babel-plugin-styled-components#382New Contributors
@healthelopermade their first contribution in styled-components/babel-plugin-styled-components#381@dmaklyginmade their first contribution in styled-components/babel-plugin-styled-components#383@rbongmade their first contribution in styled-components/babel-plugin-styled-components#380@FatemehOstadmade their first contribution in styled-components/babel-plugin-styled-components#378Full Changelog: https://github.com/styled-components/babel-plugin-styled-components/compare/v2.0.7...v2.1.1
v2.0.7
What's Changed
- fix minifier bug #366 by
@agriffisin styled-components/babel-plugin-styled-components#376New Contributors
@agriffismade their first contribution in styled-components/babel-plugin-styled-components#376Full Changelog: https://github.com/styled-components/babel-plugin-styled-components/compare/v2.0.6...v2.0.7
v2.0.6
Revert change from 2.0.5 that lead to a major build performance regression.
Full Changelog: https://github.com/styled-components/babel-plugin-styled-components/compare/v2.0.5...v2.0.6
v2.0.5
... (truncated)
Commits
4e2eb38chore: bump version [skip ci]50b83afchore: upgrade dependencies2376fc2chore: migrate to@babel/plugin-syntax-jsx384aeecBump ansi-regex from 5.0.0 to 5.0.1 (#391)911fc09chore: update babel deps and jestb8d2954When testing import paths, only use string literals. (#389)f8e9fb4chore: v2.1.1dacdac6Bump json5 from 2.2.0 to 2.2.3 (#382)fcc830bchore: adjust workflow99bad61chore: modernize node matrix- Additional commits viewable in compare view
Updates gatsby from 2.32.13 to 5.13.7
Release notes
Sourced from gatsby's releases.
v5.13.0
Welcome to
[email protected]release (December 2023 #1)Key highlight of this release:
Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us know if you have any issues.v5.12.0
Welcome to
[email protected]release (August 2023 #1)Key highlight of this release:
Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us know if you have any issues.v5.11.0
Welcome to
[email protected]release (June 2023 #1)Key highlights of this release:
Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us know if you have any issues.v5.10.0
Welcome to
[email protected]release (May 2023 #1)This release focused on bug fixes and perf improvements. Check out notable bugfixes and improvements.
Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us know if you have any issues.v5.9.0
Welcome to
[email protected]release (April 2023 #1)
... (truncated)
Commits
d92aa8cchore(release): Publish74d1fd1fix(gatsby-adapter-netlify): support monorepos (#39005) (#39037)36f23d2chore(release): Publish04c438aperf(gatsby-adapter-netlify): improve adapt() performance (#38988) (#38991)6c63350chore(release): Publish326c89afeat: allow dsg/ssr renders without access to datastore if it's not required ...e7231ecchore: pin@vercel/webpack-asset-relocator-loader(#38981) (#38982)0f9ad54chore(release): Publishb6935a4chore(gatsby-source-contentful): upgrade is-online (#38862) (#38970)8f0f7c5chore(release): Publish- Additional commits viewable in compare view
Updates gatsby-plugin-canonical-urls from 2.10.0 to 5.13.1
Release notes
Sourced from gatsby-plugin-canonical-urls's releases.
v5.13.0
Welcome to
[email protected]release (December 2023 #1)Key highlight of this release:
Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us know if you have any issues.v5.12.0
Welcome to
[email protected]release (August 2023 #1)Key highlight of this release:
Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us know if you have any issues.v5.11.0
Welcome to
[email protected]release (June 2023 #1)Key highlights of this release:
Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us know if you have any issues.v5.10.0
Welcome to
[email protected]release (May 2023 #1)This release focused on bug fixes and perf improvements. Check out notable bugfixes and improvements.
Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us know if you have any issues.v5.9.0
Welcome to
[email protected]release (April 2023 #1)
... (truncated)
Changelog
Sourced from gatsby-plugin-canonical-urls's changelog.
5.13.1 (2024-01-23)
Note: Version bump only for package gatsby-plugin-canonical-urls
5.13.0 (2023-12-18)
Note: Version bump only for package gatsby-plugin-canonical-urls
5.12.0 (2023-08-24)
Note: Version bump only for package gatsby-plugin-canonical-urls
5.11.0 (2023-06-15)
Note: Version bump only for package gatsby-plugin-canonical-urls
5.10.0 (2023-05-16)
Note: Version bump only for package gatsby-plugin-canonical-urls
5.9.0 (2023-04-18)
Note: Version bump only for package gatsby-plugin-canonical-urls
5.8.0 (2023-03-21)
Note: Version bump only for package gatsby-plugin-canonical-urls
5.7.0 (2023-02-21)
Note: Version bump only for package gatsby-plugin-canonical-urls
5.6.0 (2023-02-07)
... (truncated)
Commits
b24134dchore(release): Publish18ffcfachore(release): Publishdb248abchore(changelogs): update changelogs (#38526)e6e2fb4chore(release): Publish next pre-minorfd4d702chore(changelogs): update changelogs (#38248)0991178chore(release): Publish next pre-minorebe9bc6chore(release): Publish next57a4af5chore(changelogs): update changelogs (#38096)99664bcchore(release): Publish next pre-minora9c54f7chore(release): Publish next- Additional commits viewable in compare view
Updates gatsby-plugin-catch-links from 2.10.0 to 5.13.1
Release notes
Sourced from gatsby-plugin-catch-links's releases.
v5.13.0
Welcome to
[email protected]release (December 2023 #1)Key highlight of this release:
Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us know if you have any issues.v5.12.0
Welcome to
[email protected]release (August 2023 #1)Key highlight of this release:
Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us know if you have any issues.v5.11.0
Welcome to
[email protected]release (June 2023 #1)Key highlights of this release:
Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us know if you have any issues.v5.10.0
Welcome to
[email protected]release (May 2023 #1)This release focused on bug fixes and perf improvements. Check out notable bugfixes and improvements.
Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us know if you have any issues.v5.9.0
Welcome to
[email protected]release (April 2023 #1)
... (truncated)
Changelog
Sourced from gatsby-plugin-catch-links's changelog.
5.13.1 (2024-01-23)
Note: Version bump only for package gatsby-plugin-catch-links
5.13.0 (2023-12-18)
Note: Version bump only for package gatsby-plugin-catch-links
5.12.0 (2023-08-24)
Note: Version bump only for package gatsby-plugin-catch-links
5.11.0 (2023-06-15)
Note: Version bump only for package gatsby-plugin-catch-links
5.10.0 (2023-05-16)
Note: Version bump only for package gatsby-plugin-catch-links
5.9.0 (2023-04-18)
Note: Version bump only for package gatsby-plugin-catch-links
5.8.0 (2023-03-21)
Note: Version bump only for package gatsby-plugin-catch-links
5.7.0 (2023-02-21)
Note: Version bump only for package gatsby-plugin-catch-links
5.6.0 (2023-02-07)
... (truncated)
Commits
b24134dchore(release): Publish18ffcfachore(release): Publishdb248abchore(changelogs): update changelogs (#38526)e6e2fb4chore(release): Publish next pre-minorfd4d702chore(changelogs): update changelogs (#38248)0991178chore(release): Publish next pre-minorebe9bc6chore(release): Publish next57a4af5chore(changelogs): update changelogs (#38096)99664bcchore(release): Publish next pre-minora9c54f7chore(release): Publish next- Additional commits viewable in compare view
Updates gatsby-plugin-netlify from 2.11.1 to 5.1.1
Release notes
Sourced from gatsby-plugin-netlify's releases.
v5.1.1
5.1.1 (2023-09-25)
Bug Fixes
- apply caching headers to all produced assets (#217) (31e9249)
- deps: update dependency fs-extra to v11 (#256) (aa3184c)
- add path to
transformHeaders(#276)gatsby-plugin-netlify v5.1.0
Features
Bug Fixes
- deps: update dependency
@babel/runtimeto v7.19.4 (#186) (0f51e02)- deps: update dependency
@babel/runtimeto v7.20.0 (#192) (214e991)gatsby-plugin-netlify v5.0.1
Bug Fixes
gatsby-plugin-netlify v5.0.0
⚠ BREAKING CHANGES
- Remove script preloading (#134)
Features
gatsby-plugin-netlify v4.4.0
Features
gatsby-plugin-netlify v4.3.1
... (truncated)
Changelog
Sourced from gatsby-plugin-netlify's changelog.
5.1.1 (2023-09-25)
Bug Fixes
- apply caching headers to all produced assets (#217) (31e9249)
- deps: update dependency fs-extra to v11 (#256) (aa3184c)
- add path to
transformHeaders(#276)5.1.0 (2022-11-30)
Features
Bug Fixes
- deps: update dependency
@babel/runtimeto v7.19.4 (#186) (0f51e02)- deps: update dependency
@babel/runtimeto v7.20.0 (#192) (214e991)5.0.1 (2022-07-25)
Bug Fixes
5.0.0 (2022-05-24)
⚠ BREAKING CHANGES
- Remove script preloading (#134)
Features
4.4.0 (2022-05-18)
Features
... (truncated)
Commits
- See full diff in compare view
Maintainer changes
This version was pushed to npm by netlify-bot, a new releaser for gatsby-plugin-netlify since your current version.
Updates gatsby-plugin-netlify-cache from 1.2.0 to 2.0.0
Commits
- See full diff in compare view
Updates gatsby-plugin-react-helmet from 3.10.0 to 6.13.1
Release notes
Sourced from gatsby-plugin-react-helmet's releases.
v5.13.0
Welcome to
[email protected]release (December 2023 #1)Key highlight of this release:
Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us know if you have any issues.v5.12.0
Welcome to
[email protected]release (August 2023 #1)Key highlight of this release:
Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us know if you have any issues.v5.11.0
Welcome to
[email protected]release (June 2023 #1)Key highlights of this release:
Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us know if you have any issues.v5.10.0
Welcome to
[email protected]release (May 2023 #1)This release focused on bug fixes and perf improvements. Check out notable bugfixes and improvements.
Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us know if you have any issues.v5.9.0
Welcome to
[email protected]release (April 2023 #1)
... (truncated)
Changelog
Sourced from gatsby-plugin-react-helmet's changelog.
6.13.1 (2024-01-23)
Note: Version bump only for package gatsby-plugin-react-helmet
6.13.0 (2023-12-18)
Note: Version bump only for package gatsby-plugin-react-helmet
6.12.0 (2023-08-24)
Note: Version bump only for package gatsby-plugin-react-helmet
6.11.0 (2023-06-15)
Note: Version bump only for package gatsby-plugin-react-helmet
6.10.0 (2023-05-16)
Note: Version bump only for package gatsby-plugin-react-helmet
6.9.0 (2023-04-18)
Note: Version bump only for package gatsby-plugin-react-helmet
6.8.0 (2023-03-21)
Note: Version bump only for package gatsby-plugin-react-helmet
6.7.0 (2023-02-21)
Note: Version bump only for package gatsby-plugin-react-helmet
6.6.0 (2023-02-07)
... (truncated)
Commits
b24134dchore(release): Publish18ffcfachore(release): Publishdb248abchore(changelogs): update changelogs (#38526)e6e2fb4chore(release): Publish next pre-minorfd4d702chore(changelogs): update changelogs (#38248)0991178chore(release): Publish next pre-minorebe9bc6chore(release): Publish next57a4af5chore(changelogs): update changelogs (#38096)99664bcchore(release): Publish next pre-minora9c54f7chore(release): Publish next- Additional commits viewable in compare view
Updates gatsby-plugin-sharp from 2.14.4 to 5.13.1
Release notes
Sourced from gatsby-plugin-sharp's releases.
v5.13.0
Welcome to
[email protected]release (December 2023 #1)Key highlight of this release:
Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us know if you have any issues.v5.12.0
Welcome to
[email protected]release (August 2023 #1)Key highlight of this release:
Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us know if you have any issues.v5.11.0
Welcome to
[email protected]release (June 2023 #1)Key highlights of this release: