Skip to content

Commit

Permalink
chore: version bump (#1966)
Browse files Browse the repository at this point in the history
* chore: update node version to 22.7.0

* chore(deps): bump @pine-ds/icons from 8.0.0 to 8.1.0 (#1961)

Bumps [@pine-ds/icons](https://github.com/Kajabi/pine-icons) from 8.0.0 to 8.1.0.
- [Release notes](https://github.com/Kajabi/pine-icons/releases)
- [Changelog](https://github.com/Kajabi/pine-icons/blob/main/CHANGELOG.md)
- [Commits](Kajabi/pine-icons@v8.0.0...v8.1.0)

---
updated-dependencies:
- dependency-name: "@pine-ds/icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump webpack from 4.44.2 to 5.94.0 in /docs (#1964)

Bumps [webpack](https://github.com/webpack/webpack) from 4.44.2 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v4.44.2...v5.94.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(badge): down icon needed to remove the width (#1963)

Co-authored-by: Julian Skinner <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Julian Skinner <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Sep 3, 2024
1 parent b192d16 commit df1492a
Show file tree
Hide file tree
Showing 9 changed files with 285 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17.1
22.7.0
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 18.20.4
nodejs 22.7.0
ruby 2.7.7
2 changes: 1 addition & 1 deletion docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG RAILS_ENV="production"
ARG NONROOT_UID="1000"
ARG NONROOT_GID="1000"
ARG BUNDLER_VERSION="2.3.14"
ARG NODE_VERSION="18.20.4"
ARG NODE_VERSION="22.7.0"
ARG YARN_VERSION="1.22.18"
ARG ARCH="x64"
ARG GITHUB_TOKEN
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"stylelint": "^13.7.2",
"stylelint-config-sass-guidelines": "^7.0.0",
"stylelint-config-standard": "^20.0.0",
"webpack": "4.44.2",
"webpack": "5.94.0",
"webpack-dev-server": "^3.11.0"
}
}
2 changes: 1 addition & 1 deletion packages/sage-assets/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ruby:3.1.2-alpine
ARG RAILS_ENV="production"
ARG NONROOT_UID="1000"
ARG NONROOT_GID="1000"
ARG NODE_VERSION="18.20.4"
ARG NODE_VERSION="22.7.0"
ARG YARN_VERSION="1.22.18"
ARG ARCH="x64"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ $-badge-statuses: (
align-items: center;
position: absolute;
right: rem(8px);
width: rem(22px);
min-height: rem(22px);
margin-top: rem(1px);
border-radius: 0 $-badge-border-radius $-badge-border-radius 0;
Expand Down
4 changes: 2 additions & 2 deletions packages/sage-assets/lib/stylesheets/index.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//////
///////
/// Main style exports
//////
///////


// Variables, functions, mixins, and tokens
Expand Down
2 changes: 1 addition & 1 deletion packages/sage-react/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.17.0

ARG NONROOT_UID="1000"
ARG NONROOT_GID="1000"
ARG NODE_VERSION="18.20.4"
ARG NODE_VERSION="22.7.0"
ARG ARCH="x64"

RUN apk add \
Expand Down
309 changes: 277 additions & 32 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit df1492a

Please sign in to comment.