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

3.1.0 - updates #56

Merged
merged 7 commits into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
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
5 changes: 5 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.1.0
- Node 20
- Dependabot
- Package updates

## 3.0.1

Bumping the version in the manifest to match our `package.json` version. Also rolling in some dependabot updates.
Expand Down
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ When making a pull request, be sure the merging repo is `ibotta/url_builder_app`

## Setup

The app is configured to use [Node 18](https://nodejs.org/en/download). We install node using [asdf-vm](https://asdf-vm.com/).
The app is configured to use [Node](https://nodejs.org/en/download). We install node using [mise](https://mise.jdx.dev/).

Once you are setup with Node, you can run `npm install` to get the dependencies ready.

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
node-version: [18]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.15.0
v20.17.0
21,455 changes: 4,415 additions & 17,040 deletions package-lock.json

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "url_builder_app",
"version": "3.0.1",
"version": "3.1.0",
"description": "A Zendesk plugin to render URLs",
"keywords": [
"zendesk",
Expand All @@ -11,7 +11,7 @@
"author": "Ibotta",
"license": "Apache-2.0",
"engines": {
"node": ">=18.12.1"
"node": ">=20.17.0"
},
"type": "module",
"scripts": {
Expand All @@ -24,37 +24,37 @@
"validate": "zcli apps:validate dist"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/eslint-parser": "^7.21.3",
"@babel/preset-env": "^7.21.4",
"@babel/runtime-corejs3": "^7.21.0",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/preset-env": "^7.25.4",
"@babel/runtime-corejs3": "^7.25.6",
"@faker-js/faker": "^7.6.0",
"@zendesk/zcli": "^1.0.0-beta.32",
"babel-jest": "^29.5.0",
"babel-loader": "^9.1.2",
"babel-jest": "^29.7.0",
"babel-loader": "^9.2.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"core-js": "^3.30.1",
"css-loader": "^6.7.3",
"html-webpack-plugin": "^5.5.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"core-js": "^3.38.1",
"css-loader": "^6.11.0",
"html-webpack-plugin": "^5.6.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.7.5",
"postcss": "^8.4.31",
"mini-css-extract-plugin": "^2.9.1",
"postcss": "^8.4.47",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.2.4",
"postcss-preset-env": "^8.3.2",
"standard": "^17.0.0",
"postcss-loader": "^7.3.4",
"postcss-preset-env": "^8.5.1",
"standard": "^17.1.2",
"webpack": "^5.94.0",
"webpack-cli": "^5.0.1"
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@zendeskgarden/css-bedrock": "^9.0.0",
"postcss-advanced-variables": "^3.0.1",
"postcss-atroot": "^0.2.3",
"@zendeskgarden/css-bedrock": "^9.1.1",
"postcss-advanced-variables": "^4.0.0",
"postcss-atroot": "^0.2.4",
"postcss-extend-rule": "^4.0.0",
"postcss-nested": "^6.0.1",
"postcss-nested": "^6.2.0",
"postcss-property-lookup": "^3.0.0"
}
}
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"required": true
}
],
"version": "3.0.1",
"version": "3.1.0",
"frameworkVersion": "2.0"
}
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const externalAssets = {
'https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css'
],
js: [
'https://assets.zendesk.com/apps/sdk/2.0/zaf_sdk.js',
'https://static.zdassets.com/zendesk_app_framework_sdk/2.0/zaf_sdk.min.js',
'https://cdn.jsdelivr.net/npm/lodash@4.17.21/lodash.min.js',
'https://cdn.jsdelivr.net/jquery/3.0.0/jquery.min.js'
]
Expand Down